0% found this document useful (0 votes)
120 views

NWHK LAB 1-Installing Kali Linux v.1.1

The document provides instructions for installing Kali Linux in 3 main steps: 1. Downloading the Kali Linux 64-bit installer image and creating a new VM in VMWare Workstation to boot the Kali Linux ISO. 2. Guiding the user through the graphical installation process, including selecting language/location, configuring networking, creating a user account, setting time zone and partitioning disks. 3. Reviewing basic Linux commands like showing manual pages, changing directories, listing/copying files, and installing/managing packages. The document includes a table to fill in Linux commands.

Uploaded by

shemanthram
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
120 views

NWHK LAB 1-Installing Kali Linux v.1.1

The document provides instructions for installing Kali Linux in 3 main steps: 1. Downloading the Kali Linux 64-bit installer image and creating a new VM in VMWare Workstation to boot the Kali Linux ISO. 2. Guiding the user through the graphical installation process, including selecting language/location, configuring networking, creating a user account, setting time zone and partitioning disks. 3. Reviewing basic Linux commands like showing manual pages, changing directories, listing/copying files, and installing/managing packages. The document includes a table to fill in Linux commands.

Uploaded by

shemanthram
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

LAB 1 - Installing Kali Linux

Reference: Installing Kali Linux | Kali Linux Documentation


Souce: https://www.kali.org/docs/installation/hard-disk-install/

Lab Objectives
Task 1: Install Kali Linux
Task 2: Review basic Linux Commands

Task 1: Install Kali Linux


The installation requirements for Kali Linux will vary depending on what you would
like to install and your setup in out Lab. The system requirements are:

• At least 2 GB of RAM
• 20 GB of disk space.

Preparing for the Installation


1. Download Kali Linux 64-bit Installer Image from the URL
(https://www.kali.org/get-kali/#kali-platforms)

2. Create a new VM on VMWare workstation and boot the Kali Linux ISO.
• About 3.6 GB
• How to create new VM
(https://www.youtube.com/watch?v=sJNxJghTc28)
Source: Dell Enterprise Support
Kali Linux Installation Procedure
Boot

1. To start your installation, boot with your chosen installation medium. You
should be greeted with the Kali Linux Boot screen.
2. Choose either Graphical install or Install (Text-Mode). We will be using
Graphical install.

Language

2. Select your preferred language. This will be used for both the setup process
and once you are using Kali Linux.
3. Specify your geographic location.
4. Select your keyboard layout.
Network

5. The setup will now probe your network interfaces, looks for a DHCP service,
and then prompt you to enter a hostname for your system. In the example
below, we’ve entered kali as our hostname.
6. You may optionally provide a default domain name for this system to use.

User Accounts

7. Next, create the user account for the system (Full name, username and a
strong password).

Clock

8. Next, set your time zone.

Disk

9. The installer will now probe your disks and offer you various choices,
depending on the setup.
10. Select the disk to be partitioned.
11. Choose to keep all your files in a single partition - the default.
12. Next, you’ll have one last chance to review your disk configuration before the
installer makes irreversible changes. After you click Continue, the installer will
go to work and you’ll have an almost finished installation.
Boot Information

15. Next confirm to install the GRUB boot loader.


16. Select the hard drive to install the GRUB bootloader
Reboot

17. Finally, click Continue to reboot into your new Kali Linux installation.
Task 2: Review basic Linux Commands

Linux Essentials - Beginner Crash Course (Ubuntu)


Source: Herbertech
https://youtu.be/n_2jPbQornY

Q. Complete the following table of Linux Commands


Linux
Description Command
Show manual
Find location of command
Find help on any command
Change your password
Execute a command as a superuser
Change the current directory (folder)
List files in a directory
Make/create a new directory
Print current directory
Copy files and directories
Delete files and directories
Browse the contents of a file
Change the permissions of a file or directory
Change the owner and group of a file or directory
Print the last few lines of a file
An interactive file editor
Install and manage packages in Ubuntu
Look up DNS information
Show your network configuration
Check to see if a server is alive
Halt or reboot your machine

You might also like