Showing posts with label Linux. Show all posts
Showing posts with label Linux. Show all posts

How to Create a Persistent Bootable Kali Linux USB


How to Create a Persistent Bootable Kali Linux USB

Kali Linux, being one of the most useful pentester's OS is easy to install and ready for use but most of the people on this planet want an easy to use machine so they either install Windows on their PC/Laptop or they use a Macintosh. No one wants to use his/her's expensive PC/Laptop just for a Kali Linux OS so here is a method to easily create a bootable persistent Kali Linux USB.

How to Install many Operating Systems in One using VMWare Player

How to Install many Operating Systems in One using VMWare Player

To install many operating systems you have to download VMWare Player It is a software which installs a new operating system inside an operating system.
To Download VMWare for Windows Click Here
To Download VMWare for Linux Click Here
For Host System Requirement Click Here
Getting Started with VMWare Player Click Here

Commands used in Linux

Linux Commands
  • cd is used to change directory
  • ls is used for listing all the files available in a folder
  • startx is used for starting graphical user interface (GUI)
  • init 0 is used for closing the o/s
  • iwconfig is used for checking wireless adapter
  • passwd is used to change the root password
  • service apache2 is used to start apache web server
  • sshd-generate is used to start SSH service (SSH keys need to be generated first)
  • service ssh start is used to satr secure shell server
  • service pure-ftpd start is used to start the FTP server