配置kali

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
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值