Kali Linux 安裝後

1.更新軟件源:
修改sources.list文件:
leafpad /etc/apt/sources.list

然後選擇添加以下較快的源:

#官方源 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 deb http://ftp.sjtu.edu.cn/debian wheezy main non-free contrib #中科大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://mirror.nus.edu.sg/kali/kali/ kali main non-free contrib deb-src http://mirror.nus.edu.sg/kali/kali/ kali main non-free contrib deb http://security.kali.org/kali-security kali/updates main contrib non-free deb http://mirror.nus.edu.sg/kali/kali-security kali/updates main contrib non-free deb-src http://mirror.nus.edu.sg/kali/kali-security kali/updates main contrib non-free #debian_wheezy國內源 deb-src http://ftp.sjtu.edu.cn/debian wheezy main non-free contrib deb http://ftp.sjtu.edu.cn/debian wheezy-proposed-updates main non-free contrib deb-src http://ftp.sjtu.edu.cn/debian wheezy-proposed-updates main non-free contrib deb http://ftp.sjtu.edu.cn/debian-security wheezy/updates main non-free contrib deb-src http://ftp.sjtu.edu.cn/debian-security wheezy/updates main non-free contrib deb http://mirrors.163.com/debian wheezy main non-free contrib deb-src http://mirrors.163.com/debian wheezy main non-free contrib deb http://mirrors.163.com/debian wheezy-proposed-updates main non-free contrib deb-src http://mirrors.163.com/debian wheezy-proposed-updates main non-free contrib deb-src http://mirrors.163.com/debian-security wheezy/updates main non-free contrib deb http://mirrors.163.com/debian-security wheezy/updates main non-free contrib



2.kali-linux安裝中文輸入法(以下任意選擇一種安裝):

     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-pinyin fcitx-module-cloudpinyin                 #fcitx拼音  
註銷,重新登錄之後纔可以使用。


3.kali-linux安裝flash player:

        apt-get install flashplugin-nonfree
        update-flashplugin-nonfree --install


4.kali_linux安裝最新iceweasel,並漢化
deb http://mozilla.debian.net/ wheezy-backports iceweasel-release      #添加這個軟件源
apt-get install pkg-mozilla-archive-keyring                                                   #導入PGP KEY
gpg --check-sigs --fingerprint --keyring /etc/apt/trusted.gpg.d/pkg-mozilla-archive-keyring.gpg --keyring /usr/share/keyrings/debian-keyring.gpg pkg-mozilla-maintainers            #新建鑰匙環
apt-get update && apt-get install -t wheezy-backports iceweasel && apt-get install iceweasel-l10n-zh-cn


5.安裝一些工具:
apt-get install gnome-tweak-tool                   #安裝gnome管理軟件
apt-get install synaptic                   #安裝新立德
apt-get install file-roller                   #安裝解壓縮軟件
apt-get install clementine                   #clementine音樂播放器
apt-get install smplayer                   #安裝smplayer視頻播放器
apt-get install terminator                   #安裝多窗口終端


6.開啓gnome 3的標準模式:
 
gsettings set org.gnome.desktop.session session-name gnome                       #這個模式比較流暢
 gsettings set org.gnome.desktop.session session-name gnome-fallback          #還原默認模式
 gnome-shell –replace                                                                                      #在默認模式臨時開啓


7.kali安裝chromium或google-chrome瀏覽器:     

apt-get install chromium-browser         #chromium
google-chrome-beta                    #beta版chrome
google-chrome-stable                   #穩定版chrome
google-chrome-unstable                 #不穩定版chrome
此時可以在應用程序-互聯網下面找到chromium,如果是普通用戶,可以立即使用,如果當前是root賬戶登錄的系統,打開chromium/google-chrome提示Chromium can not be run as root:

解決linux下root賬戶無法打開chromium/google-chrome的方法:右鍵桌面chromium圖標,選屬性;或打開主菜單,找到chromium,點屬性:

往命令框之後添加一個空格,然後再添加--user-data-dir $HOME,close這是完整命令: /usr/bin/chromium %U --user-data-dir $HOME,close

也可以把--user-data-dir $HOME寫入/usr/bin/chromiun文件的尾部,這樣徹底些
同樣,google-chrome也是一樣的(/usr/bin/google-chrome)
關閉之後就可以打開了!

8.Kali-linux設置vpn代理:

依次執行以下命令之後就可以陪置vpn了:

apt-get install network-manager-openvpn-gnome
apt-get install network-manager-pptp
apt-get install network-manager-pptp-gnome
apt-get install network-manager-strongswan
apt-get install network-manager-vpnc
apt-get install network-manager-vpnc-gnome
/etc/init.d/network-manager restart


其他:

解決音量設置無法保存:
#apt-get install alsa-utils
#alsactl store


我基本上也就用到這些,其他的請看下邊的鏈接

Kali-linux安裝之後的簡單設置 

安裝VMware和VirtualBox

Kali Linux 1.0 新手摺騰筆記(2013.3.21更新)

kali linux安裝之後


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章