How to set up Kali Linux after installation?

  

Kali Linux is a Debian-based Linux distribution. It is a new penetration testing system. How do you set up Kali Linux after installation? The following small series will introduce you to the simple settings after Kali Linux installation.

1. Update the software source:

modify sources.list file:

leafpad /etc/apt/sources.list

Then select Add the following sources that are faster for you (free choice, not necessarily all):

#官方源deb http://http.kali.org/kali kali main non-free contrib

deb-src http://http.kali.org/kali kali main non-free contrib

deb http://security.kali.org/kali-security kali/updates main contrib non-free

#激进源, novice is not recommended to use this software source

deb http://repo.kali.org/kali kali-bleeding-edge main

deb-src Http://repo.kali.org/kali kali-bleeding-edge main

#中科大kali源

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

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

deb http://mirrors.ustc.edu.cn/Kali-security kali/updates main contrib non-free

#阿里云kali源

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

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

Deb http://mirrors.aliyun.com/kali-security kali/updates main contrib non-free

Run after saving:

apt-get update #refresh system

apt-get dist-upgrade #install update

2.kali-linux install Chinese input method (select one of the following installations):

apt-get install fcitx-table-wbpy ttf -wqy-microhei ttf-wqy-zenhei #拼音五笔

apt-get install ibus ibus-pinyin #经典的ibus

apt-get install fcitx fcitx-googlepinyin #fcitx拼音

Log out and log in again before you can use it.

3.kali-linux install flash player:

apt-get install flashplugin-nonfree

update-flashplugin-nonfree --install

or see : Install flash under ubuntu

Or download the deb installation package separately: https://wiki.debian.org/FlashPlayer

4.kali-linux install qq

! ! ! QQ2012 can not be used now, you can refer to this kali-linux installation QQ

(1)dpkg --add-architecture i386

apt-get update

apt-get install Ia32-libs libnotify-bin ia32-libs-gtk

#If it is a 32-bit operating system, this step can be skipped

(2) Download this library file (alsa-lib):< Br>

http://pan.baidu.com/share/link? Shareid=470635&uk=1209563959

cd to download directory

bzip2 -d alsa-lib-1.0.26.tar.bz2 && tar -vxf alsa-lib-1.0. 26.tar && cd alsa-lib-1.0.26/&& /configure && make && make install && make clean

(3)Download and install wineqq2012:

wget http://www.longene.org/download /WineQQ2012-20121221-Longene.deb && dpkg -i WineQQ2012-20121221-Longene.deb
Previous1234Next page Total 4 pages

Copyright © Windows knowledge All Rights Reserved