Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
linux [2024/04/28 08:35] – [Linux] admin | linux [2025/03/15 13:38] (current) – admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Linux ====== | ====== Linux ====== | ||
+ | https:// | ||
+ | https:// | ||
+ | https:// | ||
<WRAP left tip 60%> | <WRAP left tip 60%> | ||
+ | https:// | ||
+ | |||
https:// | https:// | ||
Sites: | Sites: | ||
Line 26: | Line 31: | ||
Get info | Get info | ||
<code BASH> | <code BASH> | ||
- | INXI | + | # INXI sudo apt install inxi |
- | sudo apt install inxi | + | |
inxi -Fazy | inxi -Fazy | ||
- | NOFETCH | + | # NOFETCH |
sudo add-apt-repository ppa: | sudo add-apt-repository ppa: | ||
sudo apt update | sudo apt update | ||
sudo apt install neofetch | sudo apt install neofetch | ||
+ | |||
+ | #mount info | ||
+ | grep btrfs / | ||
#write activity | #write activity | ||
Line 54: | Line 61: | ||
sudo du -a ./ 2>/ | sudo du -a ./ 2>/ | ||
alias ducks=' | alias ducks=' | ||
+ | |||
+ | # dto delete files in ~/.cache directory that are have not been accessed in 100 days | ||
+ | find ~/.cache/ -type f -atime +100 -delete | ||
# Download magnet | # Download magnet | ||
aria2c -d ~/Downloads --seed-time=0 " | aria2c -d ~/Downloads --seed-time=0 " | ||
+ | |||
+ | |||
+ | #turn off disk | ||
+ | sync | ||
+ | umount /dev/sdXN | ||
+ | sudo hdparm -Y /dev/sdX | ||
+ | udisksctl unmount -b /dev/sdXN | ||
+ | udisksctl power-off -b /dev/sdX | ||
+ | </ | ||
+ | <code bash> | ||
+ | |||
+ | #GDU | ||
+ | curl -L https:// | ||
+ | chmod +x gdu_linux_amd64_static | ||
+ | mv gdu_linux_amd64_static / | ||
</ | </ | ||
Line 67: | Line 92: | ||
===== Linux полезное ===== | ===== Linux полезное ===== | ||
+ | * [[linux: | ||
* https:// | * https:// | ||
* hard reset ++Hard reset by keyboard| | * hard reset ++Hard reset by keyboard| | ||
Line 86: | Line 112: | ||
* learn learning обучение redhat https:// | * learn learning обучение redhat https:// | ||
* linux certification https:// | * linux certification https:// | ||
+ | |||
+ | |||
+ | ===== Linux графика ===== | ||
+ | * https:// | ||
===== Linux hardware ===== | ===== Linux hardware ===== | ||
Line 92: | Line 122: | ||
* ssd raid 4 https:// | * ssd raid 4 https:// | ||
+ | ===== Linux smartmontolls smartd smart ===== | ||
+ | * precompiled version ci https:// | ||
===== Linux настройка ===== | ===== Linux настройка ===== | ||
Line 128: | Line 159: | ||
===== Linux.boot grub uefi ===== | ===== Linux.boot grub uefi ===== | ||
+ | * https:// | ||
* https:// | * https:// | ||
* https:// | * https:// | ||
Line 227: | Line 259: | ||
===== Linux.Tmux ===== | ===== Linux.Tmux ===== | ||
* Tmux [[https:// | * Tmux [[https:// | ||
+ | * https:// | ||
* Buffers <code BASH> | * Buffers <code BASH> | ||
C-b + [ - selection mode | C-b + [ - selection mode | ||
Line 237: | Line 270: | ||
===== Linux.Shell ===== | ===== Linux.Shell ===== | ||
+ | * configure shell https:// | ||
* ZSH [[https:// | * ZSH [[https:// | ||
* Fonts [[https:// | * Fonts [[https:// | ||
* https:// | * https:// | ||
+ | |||
+ | ===== VNC ===== | ||
+ | Start on ssh session <code BASH> ssh -Y user@hostname | ||
===== Cloud-Init===== | ===== Cloud-Init===== |