Kali Linux Configuration
ON THIS PAGE
check kernel infomation
uname -a
set apt-get source
vim /etc/apt/sources.list
# just need one source
deb http://mirrors.aliyun.com/kali kali-rolling main non-free contrib
set localtime
check time zone:
date -R
change to China time zone:
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
install googlepinyin
apt-get update && apt-get upgrade
apt-get install fcitx
apt-get install fcitx-googlepinyin
Switch input method:
ctrl + space
2019-06-01