Work in progress.
df -H (diskfree human readable)
du -hs /path/to/directory
-h is to get the numbers “human readable”, e.g. get 140M instead of 143260 (size in KBytes)-s is for summary (otherwise you’ll get not only the size of the folder but also for everything in the folder separately)nmap -sn 192.168.0.1/24
curl --ipv4 curlmyip.org
dig example.com
whois example.com
kdeconnect-cli -n pixel --destination 5555555555 --send-sms "Text message"
Example: Add user to wireshark and direwolf groups
sudo usermod -a -G wireshark,direwolf $USER
mogrify -format png *.tif
-x = extract-f = specify archive to read from-C = …to folder-v = verbosei.e:
tar -xvf a.tar.gz -C A/
gnome-software and packagekitkillall gnome-software && sudo systemctl restart packagekit
List all packages installed by rpmfusion:
dnf list installed | grep @rpmfusion
Install + configure ITPP, mbelib, dsd, etc.: https://www.george-smart.co.uk/scrapbook/digital_speech_decoder/
socat stdout udp-listen:7355 | dsd -fd -i - -w output.wav
May 22, 2025