Transferring a Random Directory Over SSHFS (or any mount) on Linux December 10, 2019 This is just kind of for fun – I recently had a situation where a random directory needed to be transferred between servers on…
Automatically Run FSCK on System Reboot July 13, 2019 Coming from a Windows (Server) background one would expect that file system errors are corrected automatically on boot. Not so the case on Linux…
Bash Scripting: Delete Files of a Certain Age March 8, 2019 For server maintenance it can be useful to run scheduled jobs to clean up various directories; user generated files and system logs that aren’t…