News

To start your journey with the Linux command line, it's important to know a few things before diving in. These aspects of the terminal are fundamental to getting the most out of the tool. Shall we ...
In this quick tutorial on Shell Scripting, we will write a simple program to toss a coin. Basically, the output of our program should be either HEADS or TAILS (of course, randomly). To start with, the ...