Posts

Showing posts from September, 2016

Introduction To Kali Linux Command Line 1

Image
  Linux Command Line Linux command line looks like this Like other operating systems like Windows has command prompt and the Mac has terminal, Linux also have Terminal (command line) called Bash that allows you to control the system by entering the text based instructions.When you open the Terminal you will see root@kali:~# root is the superuser on Linux systems,and it has complete control of Kali Linux Operating system. If you don't know how to install Kali Linux visit this link What is kali linux and How To Make a Kali Linux Bootable. If you don't know how to use Kali Linux in virtual machine visit this link HOW TO INSTALL KALI LINUX ON VIRTUAL MACHINE. Now we will see the basic commands in the Kali Linux root@kali:~#ls Desktop  Documents  Downloads  Music Pictures Public In the above command the ls command will list the items in that directory(folder) we can see Desktop Documents and other directories(folders). In the Linux system every thing is fil

What is Linux?

Image
                                                    What is Linux?                                                   Linux (also known as GNU) is best know as the most used open source operating system, like Microsoft or apple Mac OS. Unlike those two operating systems, Linux operating system and its softwares are created by volunteers and employees of companies, governments and organinstaion all over the world.   Who invented Linux? Linux was created in 1991 by Linus Torvalds, a student at the University of Helsinki. Torvalds built linux as a free and open source alternative to minix another Unix clone that was predominantly used in academic settings.He originally intended to name it "Freax", but the administrator of the server Torvalds used to distribute the original code named his directory "Linux" after a combination of 'Torvalds' first name and the word Unix. So he named this as Linux. Linux is the software on the computer which rece