Bootstrap Fixed Width Sidebar

design
Explains how to create a two-column blog layout using Bootstrap 3 with a fixed width right sidebar column and a responsive main content column by using custom grid classes.

Unix / Linux: Delete File with Special Characters

unix linux

Objective: Delete a file with names that contain spaces and/or special characters such as hyphen (-), semicolon (;), ampersand (&), dollar sign ($), question mark (?), asterisk (∗), etc.

Linux: Execute a Program Periodically

unix linux
Explains how to execute a command at short intervals, display the output screen and highlight changes in output using the watch command on Linux.

Linux: Get Kernel Config

unix linux

Objective: Get Linux kernel config from currently running system or from a kernel image file.

Unix / Linux: Extract Tar File with Absolute Path

unix linux

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.