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 ...
Linux operating system allows users to create commands and execute them over the command line. To create a command in Linux, the first step is to create a bash script for the command. The second step ...
Working on the command line is an integral part of being a successful Linux user. You need to have a firm grasp of certain commands to work effectively. There are even certain commands that you must ...
Managing directories on Linux is easy, but the process gets more complex when you need to create, empty or remove large, complex directory structures. This post will take you from the most basic ...
Ubuntu is one of the most customizable operating systems available. In order to begin to understand the various complexities of the system, you need to become familiar with the most basic commands at ...
A recent post about debugging constructs surprised me. There were quite a few comments about how you didn’t need a debugger, as long as you had printf. For that matter, we’ve all debugged systems ...