[HINDI] How to Install Kali Linux 2023.1 on Virtual Box | Kali Installation on Virtual Machine
Prerequisites:
Virtualization software: VMware or VirtualBox (Download and install the latest version)
Kali Linux ISO: Download the ISO file from the Kali Linux website
Steps:
Using VMware:
Open VMware and click on “Create a New Virtual Machine” or “New VM.”
Select “Installer disc image file (ISO)” and browse to select the Kali Linux ISO file you downloaded.
Choose the operating system as “Linux” and the version as “Debian 10.x 64-bit” or “Other Linux 64-bit.”
Assign memory (RAM) and hard disk space for the virtual machine.
Customize other settings if needed, then proceed with the installation process.
Follow the on-screen instructions to install Kali Linux. When prompted, choose the graphical install.
Complete the installation by configuring the hostname, user account, password, and other settings as required.
Using VirtualBox:
Open VirtualBox and click on “New” to create a new virtual machine.
Name the virtual machine, select “Linux” as the type, and choose “Debian (64-bit)” as the version.
Assign memory (RAM) and create a virtual hard disk.
Choose the “Use an existing virtual hard disk file” option and browse to select the Kali Linux ISO file.
Click on “Start” to launch the virtual machine.
Follow the installation prompts within the VirtualBox environment.
Complete the installation by configuring the settings during the installation process.
Post-Installation:
After the installation is complete, log in to your Kali Linux virtual machine with the credentials you set during the installation process.
Update Kali Linux using the terminal:
sql
Copy code
sudo apt update
sudo apt upgrade
Install VMware Tools or VirtualBox Guest Additions for better integration and performance within the virtual environment.
Remember, these steps might slightly vary depending on the versions of VMware or VirtualBox you’re using and any updates to Kali Linux. Always refer to the respective software’s documentation or Kali Linux documentation for any specific instructions or troubleshooting tips.
[ad_2]
source