Skip to main content

Posts

Showing posts with the label easy

Manipulate Files & Directories In Kali Linux - Common Commands

    Manipulate Files & Directories Navigate directories pwd: Display path of current directory you’re in ls: List all files and folders in the current directory ls -la: List detailed list of files and folders, including hidden ones   Change to a specific directory cd: Change to home directory cd /user/Desktop: Change to a specific directory called Desktop cd .. : Move back a directory Create a directory/folder mkdir <dir>: Create a new directory mkdir /home/Desktop/dir: Create a directory in a specific location   Create and edit files touch <file>: Create an empty file nano <file>: Edit an existing file or create it if it doesn’t exist. Alternatives to nano text editor: vim, emacs   Copy, move and rename files and directories cp <file1> <file2>: Create a copy of a file cp -r <dir1> <dir2>: Create a copy of a directory and everything in it cp <file> /home/Desktop/file2: Create a copy of a file in a different directory and

How To Install Kali Linux (The Fast & Easy Way)

1)   Download  & run Oracle- VirtualBox www.virtualbox.org Install and run it on your system 2) Download Kali : www.kali.org   Click 'Virtual Machines'   3) Save file   Filename should be: kali-linux-2021.2-virtualbox-amd64.ova   File size: (3.7GB)       4) Add Kali Linux to Virtual Box   Start / run Virtual Box     5) Click import appliance   Under the Local File System, click on the Folder icon to select the downloaded Kali Linux OVA image (may be in downloads folder).   Hit the Import button.   Once the importing process has been completed you will see a Kali Linux VM on the VirtualBox’s left panel where all VMs get listed by default. Double-click on that and your Linux OS system will start booting and in few minutes.   6) Configuration settings   Click here to load YouTube quick video in a new window     Keep about half way between green bar at the bottom 7) Right click here and navigate to ' Start ', then to ' Normal Start '   8) Log in w