Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
linux [2025/03/19 14:22] – angelegt muonitlinux [2025/09/22 08:53] (aktuell) – [Linux] muonit
Zeile 1: Zeile 1:
 ====== Linux ====== ====== Linux ======
   * https://0x.tools/ 0x.tools (GitHub) is a set of open-source utilities for analyzing application performance on Linux. It has a goal of deployment simplicity and minimal dependencies, to reduce friction of systematic troubleshooting. No need to install kernel modules or heavy monitoring frameworks. 0x.tools allow you to measure individual thread level activity, like executed code, sleep states, system calls and wait locations - by tracking (not tracing) and then sampling the right events at the right time.   * https://0x.tools/ 0x.tools (GitHub) is a set of open-source utilities for analyzing application performance on Linux. It has a goal of deployment simplicity and minimal dependencies, to reduce friction of systematic troubleshooting. No need to install kernel modules or heavy monitoring frameworks. 0x.tools allow you to measure individual thread level activity, like executed code, sleep states, system calls and wait locations - by tracking (not tracing) and then sampling the right events at the right time.
 +  * https://ntk148v.github.io/posts/linux-network-performance-ultimate-guide/ 
 +  * 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
 +  * Falls die Caps-Taste hängt: xdotool key Caps_Lock
 +  * https://github.com/TibixDev/winboat WinBoat is an Electron app  to run Windows as a VM inside a Docker container. Displays via FreeRDP together with Windows's RemoteApp protocol.
 +===== Grub =====
 +[[Grub]]
 +===== Tmux =====
 +  * 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/