linux / kali install and update the configuration source and an input method

Preparations
1.kali mirrored download, select the corresponding version of the official website to download https://www.kali.org/downloads/

2.VMware installation, with the official website to download

 

Source summary update
# update the source
gedit /etc/apt/sources.list

# USTC kali source

deb http://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib

deb-src http://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib

# Ali cloud kali source

deb http://mirrors.aliyun.com/kali kali-rolling main non-free contrib

deb-src http://mirrors.aliyun.com/kali kali-rolling main non-free contrib

# Tsinghua University

deb http://mirrors.tuna.tsinghua.edu.cn/kali kali-rolling main contrib non-free

deb-src https://mirrors.tuna.tsinghua.edu.cn/kali kali-rolling main contrib non-free

#更新
apt-get clean && apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y

#linux kernel update
apt-get install linux-headers - $ (uname -r)

apt-get clean // clear the cache index
apt-get update // update the index file
apt-get upgrade // update the actual package file
apt-get dist-upgrade // updated according to the dependency

#安装vm tools
apt-get install open-vm-tools-desktop fuse

# Installation fcit Chinese input method
apt-get install fcitx fcitx-pinyin fcitx-module-cloudpinyin fcitx-googlepinyin

# Firefox ESR browser Chinese language settings

apt -y install firefox-esr-l10n-zh-cn

 

Installation
1. Create a new virtual machine, select Custom.

 

 

 

2. The virtual machine hardware compatibility (default to)

 

 

 

3. Later mounting system

 

 

 

Version 4. Alternatively Linux -> debain 7.x 64 bit

 

 

 

5. Installation path

 

 

 

6. Select the number of processors

 

 

 

7. Memory Settings

 

 

 

8. The following default settings can

 

 

 

 

9. disk space

 

 

 

10. Specify Disk File

 

 

 

11. Set iso image

 

  

12. kali system installation summary

1. Open kali select the graphic installation (Graphcial install)

2. Select Simplified Chinese Chinese Chinese

3. hostname own definition

4. domain skipped any, can also write

5. Set the password

6. disk partition, it is recommended to use the entire disk

7. Place all files in the same partition (novice recommended)

8. Wait mounting

9. Is selected from a mirror: NO

10. grup whether to start the boot entry: Yes

The installation is complete ~~~~~~

Guess you like

Origin www.cnblogs.com/yblackd/p/12052304.html