linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux [2024/06/10 10:09] – [Linux.boot grub uefi] adminlinux [2025/03/15 13:38] (current) admin
Line 2: Line 2:
 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/ - софт копирования\\
Line 30: 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:dawidd0811/neofetch sudo add-apt-repository ppa:dawidd0811/neofetch
 sudo apt update  sudo apt update 
 sudo apt install neofetch sudo apt install neofetch
 +
 +#mount info
 +grep btrfs /proc/self/mountinfo
  
 #write activity #write activity
Line 64: Line 67:
 # 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>
  
Line 74: Line 92:
  
 ===== 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|
Line 93: Line 112:
   * 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 =====
Line 99: Line 122:
   * 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 настройка =====
  
Line 246: Line 270:
  
 ===== 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=====
  • linux.1718014174.txt.gz
  • Last modified: 2024/06/10 10:09
  • by admin