For work, I usually have to collect logs from a client Asking the client to do this, usually ends up on logs missing, wrong logs being sent, etc. So I have to either tell them again what they need to ...
If you're not yet comfortable with writing scripts on Unix and Linux systems, this post might get you off to a healthy start. Creating a script on a Unix or Linux system can be dead easy or ...
print_yellow "Cleaning up Duo Unix archives and source directories in $target_dir..." local DUO_TARBALLS=( "duo_unix-2.2.2.tar.gz" "duo_unix-2.2.1.tar.gz" "duo_unix-2 ...
Community driven content discussing all aspects of software development from DevOps to design patterns. When you run your own executable command or shell script on Linux, you must prepend ./ to the ...
In Unix, the normal way to record (log) an interactive shell session is with the Unix 'script' command (what the user types is underlined): Every byte that is sent to the screen is recorded in the log ...
Attaching a remote drive or directory on a Windows box is called “drive mapping” though the process is essentially the same as what we call mounting in the Unix world. While I rarely spend any ...