News

This post is intended to help new Linux users get comfortable with scripting and learn some ways to ensure their scripts are both reliable and easily maintained.
Simply put, a Shell Script is a program that is run by a UNIX/Linux shell. It is a file that contains a series of commands which are executed sequentially as if they were entered on the command line ...
Many bash scripts use arguments to control the commands that they will run and the information that will be provided to the people running them. This post examines a number of ways that you can ...
Command line wizardry, part two: Variables and loops in Bash Learn to process thousands of items reliably and repeatably in this installment.
Harness the power of bash and learn how to scrape websites for exciting new images every morning. So, you want a cool dynamic desktop wallpaper without dodgy programs and a million viruses? The good ...
This course provides an overview of System Programming for the Linux operating system, or software which is interfacing directly with the Linux Kernel and C library. The basic components of a Linux ...