Zum Inhalt

Praktische Kommandos

eine ISO-Datei mounten

mount -t iso9660 -o ro,loop=/dev/loop0 datei.iso /mnt/iso

Alternative zu netstat

ss -ntplu state listening | column -t

einfacher Webserver für alle Dateien im aktuellen Verzeichnis

python -m SimpleHTTPServer -b 127.0.0.1 8888