kali安装到手后必须要做的几件事——kali从零开始配置

我博客上的这篇文章:my blog

kali更换国内源

  • sudo su 进入root 模式
  • vim /etc/apt/sources.list 编辑软件源配置文件
# 官方源
# deb http://http.kali.org/kali kali-rolling main non-free contrib
# deb-src http://http.kali.org/kali kali-rolling main non-free contrib
#根据需要自己选一个,中科大的还可以
#中科大
deb http://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib
deb-src http://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib
#阿里云
#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.tuna.tsinghua.edu.cn/kali kali-rolling main contrib non-free
#deb-src https://mirrors.tuna.tsinghua.edu.cn/kali kali-rolling main contrib non-free
#浙大
#deb http://mirrors.zju.edu.cn/kali kali-rolling main contrib non-free
#deb-src http://mirrors.zju.edu.cn/kali kali-rolling main contrib non-free
#东软大学
#deb http://mirrors.neusoft.edu.cn/kali kali-rolling/main non-free contrib
#deb-src http://mirrors.neusoft.edu.cn/kali kali-rolling/main non-free contrib
#重庆大学
#deb http://http.kali.org/kali kali-rolling main non-free contrib
#deb-src http://http.kali.org/kali kali-rolling main non-free contrib

i 进入编辑模式,esc退出,:wq保存退出

kali更改语言

  • sudo su
  • dpkg-reconfigure locales
  • 使用空格键取消勾选en_US.UTF-8 UTF-8选项
  • 勾选[ ]zh_CN.GBK_GBK [ ] zh-CN.UTF-8.UTF-8两个选项

kali更新

  • sudo su
  • apt update
  • apt upgrade -y
  • apt autoremove -y
  • reboot

kali安装中文输入法

  • apt install fcitx
  • apt install fcitx-googlepinyin
  • reboot

ctrl+Space bar 切换

kali ssh配置

  • sudo su
  • rm -rf /etc/ssh/ssh_host*
  • dpkg-reconfigure openssh-server

kali安装 Google Chrome

  • sudo su
  • wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
  • apt intsll gdebi-core
  • gdebi google-chrome-stable_current_amd64.deb
  • google-chrome

kali安装vscode

  • sudo su
  • apt install curl gpg software-properties-common apt-transport-https -y
  • curl -sSL https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
  • echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main" | sudo tee /etc/apt/sources.list.d/vscode.list
  • apt update
  • apt install code -y

其他

  • apt install terminator -y
  • tor

待续

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值