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/#table-of-contents X-Ray vision for Linux systems
- https://github.com/ClementTsang/bottom?tab=readme-ov-file bottom wie top…
- 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
Tmux
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