Learn The Linux Filesystem

Last month we learned the commands pwd, ls, cd, and basically how to navigate the terminal . Now we will learn the file structure of Linux and how to navigate it. NetworkChuck will show you where in the file-system to do what. Learn more Linux for Hackers.

Install Linux Apps w/ Terminal

The Linux terminal (similar to Command Prompt on Windows) is very powerful. It can do anything that can be done in the GUI (graphical user interface) and more. One of the operations that can be done is installing software. This can also be done from the GUI but not in all cases. To install an…