Shell Script: Convert Hex to Decimal May 15th, 2016 Objective: Convert a number in hexadecimal representation to decimal format in a shell script
How to Check If Web Server Supports Gzip May 3rd, 2016 Objective: Check if web server supports the serving of gzipped content.
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.
Shell Script: Convert Decimal to Hex February 21st, 2016 Objective: Convert a number in decimal representation to hexadecimal format in a shell script.