Start with Kali Linux 2.0

Source: Internet
Author: User

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:

  1. Install Kali Linux with a Live USB flash disk
  2. Install Kali Linux on Hard Disk
  3. Encrypted installation of Kli Linux
  4. Installation of Kali and Windows dual-boot in Kali Linux
  5. Download Kali Linux

This article permanently updates the link address:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.