kali linux 使用记录

更新源

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

安装中文输入法

sudo apt-get install ibus ibus-pinyin
im-config
ibus-setup

WPS

http://www.wps.cn/

钉钉

https://github.com/nashaofu/dingtalk

chrome

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

docker

sudo apt install docker.io

Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
resolve
sudo systemctl daemon-reload
sudo systemctl restart docker.service

中文乱码

sudo dpkg-reconfigure locales,选中en_US.UTF-8和zh_CN.UTF-8,将en_US.UTF-8选为默认。

原文地址:https://www.cnblogs.com/mark-zh/p/13041897.html