
The Directory Tree Structure of Linux might seem a bit overwhelming at first but once you get used to it you will discover that it is precise and well organized. And it all starts from the root directory... Read More
The Directory Tree Structure of Linux might seem a bit overwhelming at first but once you get used to it you will discover that it is precise and well organized. And it all starts from the root directory... Read More
Often times when we are editing our files, we need a faster way to produce hundreds, even thousands of lines with repetitive content or lines that have some variables that change on every line and it would be tedious to write them manually. Here comes Python.... Read More
Shell scripting is the language of Linux Command Line, it is the most used language under linux because you can assimilate and use all other languages in your scripts. you can use Python scripts, All the operating system programs and commands, you can even run php scripts right from your terminal or shell scripts.... Read More