Posted in Computing Notes on Jan 10th, 2026 Comments Off
What is the reason for a document on backing up one’s data? The reason is that this is a critical thing that one must get handled, out of the way, and automated in order to possess peace of mind while undertaking a comprehensive work involving data. For years I have searched for a great piece [...]
Posted in Computing Notes on Oct 18th, 2025 Comments Off
The ~/.ssh/config file works for OpenSSH on Windows and for SSH on Linux. To prevent disconnects, add the keepalive messages for all hosts. For specific hosts that use a specific key type, such as RSA on CentOS 6, add the specific algorithm via the HostkeyAlgorithms + functionality. To add a private key for SSH key [...]
Posted in Computing Notes on May 25th, 2025 Comments Off
WinRAR offers great feature. It will create a zip file using a name mask. That allows one to create a file with an excellent name via the right click menu. Buying many WinRAR licenses becomes cost prohibitive. This batch file will do the same thing using 7Zip on Windows. The batch file must be saved [...]