Both sides previous revision Previous revision Next revision | Previous revision |
linux [2024/07/14 23:24] – [Linux] admin | linux [2025/03/15 13:38] (current) – admin |
---|
https://fmhy.net/file-tools#p2p-file-transfer free stuff on internet \\ | https://fmhy.net/file-tools#p2p-file-transfer free stuff on internet \\ |
https://www.youtube.com/watch?v=n3CWYPGjVns - настройка окружения \\ | https://www.youtube.com/watch?v=n3CWYPGjVns - настройка окружения \\ |
| https://github.com/LukeGus/Termix - web ssh \\ |
<WRAP left tip 60%> | <WRAP left tip 60%> |
https://rclone.org/ - софт копирования\\ | https://rclone.org/ - софт копирования\\ |
# Download magnet | # Download magnet |
aria2c -d ~/Downloads --seed-time=0 "magnet:?xt=urn:btih:248D0A1CD08284299DE78D5C1ED359BB46717D8C" | aria2c -d ~/Downloads --seed-time=0 "magnet:?xt=urn:btih:248D0A1CD08284299DE78D5C1ED359BB46717D8C" |
| |
| |
| #turn off disk |
| sync |
| umount /dev/sdXN |
| sudo hdparm -Y /dev/sdX |
| udisksctl unmount -b /dev/sdXN |
| udisksctl power-off -b /dev/sdX |
| </code> |
| <code bash> |
| |
| #GDU |
| curl -L https://github.com/dundee/gdu/releases/latest/download/gdu_linux_amd64_static.tgz | tar xz |
| chmod +x gdu_linux_amd64_static |
| mv gdu_linux_amd64_static /usr/bin/gdu |
</code> | </code> |
| |
| |
===== Linux полезное ===== | ===== Linux полезное ===== |
| * [[linux:tools|linux:tools]] |
* https://habr.com/ru/post/553000/ - полезные утилиты | * https://habr.com/ru/post/553000/ - полезные утилиты |
* hard reset ++Hard reset by keyboard| | * hard reset ++Hard reset by keyboard| |
* learn learning обучение redhat https://rhtapps.redhat.com/assessment/?intcmp=701f20000012ngPAAQ | * learn learning обучение redhat https://rhtapps.redhat.com/assessment/?intcmp=701f20000012ngPAAQ |
* linux certification https://ru.wikipedia.org/wiki/Linux_Professional_Institute_Certification | * linux certification https://ru.wikipedia.org/wiki/Linux_Professional_Institute_Certification |
| |
| |
| ===== Linux графика ===== |
| * https://www.youtube.com/watch?v=WKKTzPYP18k - графика в linux |
| |
===== Linux hardware ===== | ===== Linux hardware ===== |
* ssd raid 4 https://larryjordan.com/articles/maximize-performance-with-an-ssd-raid/ | * ssd raid 4 https://larryjordan.com/articles/maximize-performance-with-an-ssd-raid/ |
| |
| ===== Linux smartmontolls smartd smart ===== |
| * precompiled version ci https://builds.smartmontools.org/ |
===== Linux настройка ===== | ===== Linux настройка ===== |
| |
| |
===== Linux.Shell ===== | ===== Linux.Shell ===== |
| * configure shell https://www.youtube.com/watch?v=CbMbGV9GT8I https://github.com/Sin-cy/dotfiles |
* ZSH [[https://medium.com/@hjgraca/style-your-windows-terminal-and-wsl2-like-a-pro-9a2e1ad4c9d0|medium.com]][[https://medium.com/@shivam1/make-your-terminal-beautiful-and-fast-with-zsh-shell-and-powerlevel10k-6484461c6efb|install]][[https://gist.github.com/kevin-smets/8568070|Так ставим ZSH]],[[https://www.freecodecamp.org/news/jazz-up-your-zsh-terminal-in-seven-steps-a-visual-guide-e81a8fd59a38/|jazz_up]][[https://habr.com/ru/post/516004/|Делаем Linux терминал красивым и удобным]] | * ZSH [[https://medium.com/@hjgraca/style-your-windows-terminal-and-wsl2-like-a-pro-9a2e1ad4c9d0|medium.com]][[https://medium.com/@shivam1/make-your-terminal-beautiful-and-fast-with-zsh-shell-and-powerlevel10k-6484461c6efb|install]][[https://gist.github.com/kevin-smets/8568070|Так ставим ZSH]],[[https://www.freecodecamp.org/news/jazz-up-your-zsh-terminal-in-seven-steps-a-visual-guide-e81a8fd59a38/|jazz_up]][[https://habr.com/ru/post/516004/|Делаем Linux терминал красивым и удобным]] |
* Fonts [[https://github.com/tonsky/FiraCode/wiki#installing-font|FiraCode TTF]] | * Fonts [[https://github.com/tonsky/FiraCode/wiki#installing-font|FiraCode TTF]] |
* https://scriptingosx.com/2019/06/moving-to-zsh/ | * https://scriptingosx.com/2019/06/moving-to-zsh/ |
| |
| ===== VNC ===== |
| Start on ssh session <code BASH> ssh -Y user@hostname ; export DISPLAY=:0 && /usr/lib/vino/vino-server</code> |
| |
===== Cloud-Init===== | ===== Cloud-Init===== |