Start with Kali Linux 2.0
By chance, I learned about Kali Linux 2.0, a Linux release for penetration testing. So I posted iso on the official website, however, an error occurred while creating the boot disk (win8.1, Ubuntu 14.04, and CentOS 7 have been installed on the computer ). I checked it on the Internet and said that using the dd command in Linux is very simple, so I switched to Ubuntu to create a boot disk, but no dd is used. Right-click the iso file and select "open with disk image writer". the boot disk is created successfully (three folders are generated: EFI, install, and live ). Therefore, a 50 GB unpartitioned disk is allocated for installation.
Select manual partitioning during installation, and separate the/directory from/home.
After installation, the boot option is set to this. (Install Windows first, then Ubuntu, and then CentOS. Ubuntu and CentOS cannot be booted together all the time. On the Internet, it is said that Ubuntu can be successfully booted after CentOS is installed. Now with kali installed, the four systems can finally get along with each other .)
After installation, the source is added.
Leafpad/etc/apt/sources. list in the command line, and copy the following code to it.
Official sources:
- Deb http://http.kali.org/kali sana main non-free contrib
- Deb-src http://http.kali.org/kali sana main non-free contrib
- Deb http://security.kali.org/kali-security/sana/updates main contrib non-free
- Deb-src http://security.kali.org/kali-security/sana/updates main contrib non-free
Domestic sources I chose the source of HKUST:
- Deb http://mirrors.ustc.edu.cn/kali sana main non-free contrib
- Deb-src http://mirrors.ustc.edu.cn/kali sana main non-free contrib
- Deb http://mirrors.ustc.edu.cn/kali-security/sana/updates main contrib non-free
- Deb-src http://mirrors.ustc.edu.cn/kali-security/sana/updates main contrib non-free
Run apt-get update & apt-get dist-upgrade after the source is added.
We recommend that you do not use both sources. If you use one of them, comment out the other.
After updating the system, the/partition space is insufficient. If you want to merge/and home, You have to reload it again.
Add User
Kali linux only has root users by default. Generally, a standard user is added (user1 is replaced with its own user name)
Useradd-m user1
Set password for this user
Passwd user1
A list of new features of Kali Linux 2.0 official version, transformed into a rolling release version
Kali Linux 2.0 release and download, Debian-based Linux release
Install Kali Linux on Ubuntu
KaLi Linux Chinese guide PDF
Kali Linux installation series:
- Install Kali Linux with a Live USB flash disk
- Install Kali Linux on Hard Disk
- Encrypted installation of Kli Linux
- Installation of Kali and Windows dual-boot in Kali Linux
- Download Kali Linux
This article permanently updates the link address: