1. 安装主题
安装好kali后,觉得系统的图标还是看着挺别扭的,所以改成macOS主题了,看着舒服点。
download theme
git clone https://github.com/B00merang-Project/macOS
download icon
https://www.pling.com/p/1102582/
after downloading the theme and icon,you need to move them to /root/.themes and /root/.icons respectively.
you probably cannot find the directories(.themes or .icons), you need to create both of them.
mkdir /root/.themes
mkdir /root/.icons
open tweak > Appearance
click Applications, and choose macOS
click Shell, and choose macOS
click Icons, choose Cupertino
2. 切换源
leafpad /etc/apt/sources.list
将官方的源注释掉,加入阿里云最新源
# add by yourself
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
deb http://mirrors.aliyun.com/kali-security kali-rolling/updates main contrib non-free
# add end
sudo apt-get dist-upgrade
sudo apt-get update & apt-get upgrade
sudo apt-get clean
set dns server
you possbably meet a problem, your system cannot resolve hosts. Thus you need to add dns server.
you can do following to solve the problem.
sudo leadpad /etc/resolv.conf
nameserver 114.114.114.114
nameserver 8.8.4.4