Last active
April 1, 2025 01:39
-
-
Save henri/320ed121436c82a1cea0eabaabb1de06 to your computer and use it in GitHub Desktop.
handy software tools : for which sometimes forget the names
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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