Commit 15f4906d authored by bobloblaw's avatar bobloblaw
Browse files

Updates linux.md

Auto commit by GitBook Editor
parent 9047a88c
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -6,3 +6,21 @@ From a infosec perspective there are two reasons we should learn Linux. The firs

So in this chapter we are going to look at bit at some basic commands and basics of Linux. Of course your can write quite a few books about Linux, so this tiny little introduction is just way to get you started. And also, I am just a beginner myself so I am just writing stuff that I myself need to learn.

Although there is only one Linux Kernel there are many Linux Distributions, that is: different versions. That is because the GNU/Linux OS is a mix of GNU software and the Linux Kernel. The GNU/Linux OS can be packaged in a million different ways, with different software preinstalled, with different configurations, with different Graphical User Interface \(GUI\). The fact that you can configure the OS however you like has given rise to the many different versions. These different versions are usually called **distros**. There are hundreds of different distros. Some common ones are: Ubuntu, Debian, Redhat, CentOS and Arch.

So you probably wonder what the main differences are. Here is a list of some differences:

* Package management program.

* Speed and interval of release
* Desktop environment
* Default GUI
* Community
* Compilation of the Linux Kernel



So as you can see depending on the users needs you can choose the distro that fits you best. Some people want to have bleeding-edge \(the latest updates - although a bit more unstable\) and others prefer stability. Some people want a distro with higher degree of security. Others want a distro with only free software, others want distros specially made for kids, or for education, or for scientists. One distro that is common among pentesters is Kali Linux. It comes preinstalled with hundreds of different pentesting-related tools. It might not be the best distro for everyday use. But for pentesting is is really convenient. Of course you could just download the programs to your non-kali distro as you go along. But it might be just an unneccesary hassle for you.