Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
linux [2025/08/06 14:59] muonitlinux [2025/08/20 15:02] (aktuell) – [Linux] muonit
Zeile 3: Zeile 3:
   * https://ntk148v.github.io/posts/linux-network-performance-ultimate-guide/    * https://ntk148v.github.io/posts/linux-network-performance-ultimate-guide/ 
   * https://0x.tools/#table-of-contents X-Ray vision for Linux systems   * https://0x.tools/#table-of-contents X-Ray vision for Linux systems
 +  * https://github.com/ClementTsang/bottom?tab=readme-ov-file bottom wie top...
 +  * https://github.com/tmux-plugins/tmux-resurrect
  
 +===== Grub =====
 +[[Grub]]
 ===== Tmux ===== ===== Tmux =====
   * https://evgeniipendragon.com/posts/customizing-tmux-and-making-it-less-dreadful/   * https://evgeniipendragon.com/posts/customizing-tmux-and-making-it-less-dreadful/
 +  * https://github.com/tmux-plugins/tmux-resurrect
 +
 +===== disk management =====
 +  * wipefs -a: ACHTUNG: löscht eine Festplatte von ihren Partitionen! 
 +  * partprobe: erkennt Partitionen etc.  nach Neupartitionierung
 +
 +===== mdadm =====
 +  * mdadm --create --verbose /dev/md0 --level=1 --raid-devices=2 /dev/sda1 /dev/sdb1
 +  * mdadm --detail --scan >> /etc/mdadm/mdadm.conf
 +
 +
 +===== Distro builders =====
 +  - https://t2sde.org/
 +  - https://yocto.org
 +
 +
 +===== Auth =====
 +  * https://github.com/lldap/lldap
 +  * https://www.authelia.com/