Unix / Linux: Extract Tar File with Absolute Path May 29th, 2016 Objective: Extract a tar file with absolute path to a relative or different path. For example, if a tar arahive contains the file /etc/hosts, it has to be extracted to /home/user/etc/hosts instead.
Linux: Move Running Process to Screen April 24th, 2016 Objective: Move/detach/reparent a running process to a new screen terminal.
Linux: How to View Threads of a Process April 17th, 2016 Objective: View threads of a process on Linux.
Unix / Linux: Find Setuid Files March 27th, 2016 Objective: Find files with setuid permissions on Unix / Linux.
Unix / Linux: Count Occurrences of Character in String March 20th, 2016 Objective: Count the number of occurrences of a single character in a string.
Unix / Linux: Download Partial File over HTTP/HTTPS March 6th, 2016 Objective: Partially download a file or resume a broken download over HTTP/HTTPS on Unix / Linux.
Unix / Linux: Remove Passphrase from SSL Private Key February 28th, 2016 Objective: Remove passphrase from a SSL private key.
Unix / Linux: Redirect of stderr Not Working January 31st, 2016 Explains stderr redirection pitfalls and common errors. For redirections to work, order is important and they are evaluated from left to right.
Unix / Linux: Create Binary File from Hex Dump January 17th, 2016 Objective: Create or convert a text hex dump input file to a binary file on Unix / Linux.
Unix / Linux: Display Running Clock in Terminal January 10th, 2016 Objective: On a Unix or Linux, display a running clock on the top right hand corner of a shell terminal.