Skip to content

Instantly share code, notes, and snippets.

@henri
Last active April 1, 2025 01:39
Show Gist options
  • Save henri/320ed121436c82a1cea0eabaabb1de06 to your computer and use it in GitHub Desktop.
Save henri/320ed121436c82a1cea0eabaabb1de06 to your computer and use it in GitHub Desktop.
handy software tools : for which sometimes forget the names
# check disk usage : output is graphical and feed out to stout.
ncdu
# check a disk is saving things as it should - check flash disks, hdd's, memory sticks, raids and more :)
f3write /path/to/mount && f3read /path/to/mount
# network / wifi
nmcli # eg : nmcli device wifi connect "<ssid>" --ask
# check file type
file <file>
# check and dump the octal data for a file (find funny characters)
od -c <file>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment