当前位置:网站首页>[kali] Kali system, software update (with image source)
[kali] Kali system, software update (with image source)
2022-06-30 13:21:00 【ZXW_ NUDT】
One 、 About system updates
Follow the procedure below to update
apt-get update # Update package information
apt-get update # Software upgrade
apt-get dist-upgrade # System upgrade
apt-get clear # Delete the downloaded installation package
Two 、 About mirroring sources
sources.list The position is :/etc/apt/sources.list
use vim The editor adds the following :
# Alibaba cloud
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
# Tsinghua University
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
# University of science and technology of China
deb <http://mirrors.ustc.edu.cn/kali> kali-rolling main non-free contrib
deb-src shttp://mirrors.ustc.edu.cn/kali kali-rolling main non-free contrib
# Zhejiang University
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
# Dalian Neusoft Information Institute
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
3、 ... and 、 Check the system version
uname -a
Four 、 About the full version KALI Tools

Many masters download Installer instead of Everythin, This leads to the possible lack of tools , If so Installer The following methods can be used to remedy
apt-get install kali-linux-everything # The new version uses
or
apt-get install kali-linux-all # The old version used
边栏推荐
- Wechat applet reports an error: typeerror: cannot read property 'SetData' of undefined
- 正则系列之断言Assertions
- 发生QQ大规模盗号事件,暴露出什么网络安全问题?
- [Select] resource realization information, news, we media, blog applet (can be drained, open traffic master, with PC background management)
- Exploring the source code of Boca Cross Chain Communication: Elements
- MySQL如何将列合并?
- kaniko官方文档 - Build Images In Kubernetes
- Tronapi wave field interface PHP version - interface document attached - package based on thinkphp5 - source code without encryption - can be opened in two - detailed guidance of the author - 11:49:56
- Discussion on JMeter operation principle
- WTM重大更新,多租户和单点登录
猜你喜欢

Open source of xinzhibao applet

Assertions of regular series

zabbix-server启动失败处理方式

Motor control Clarke( α/β) Derivation of equal amplitude transformation
![[one day learning awk] use of built-in variables](/img/5b/bc1b91804e03dcfd3fe7eae8084eb4.png)
[one day learning awk] use of built-in variables

今日睡眠质量记录80分
![[one day learning awk] array usage](/img/75/4333452142a3c7325e0712f3306985.png)
[one day learning awk] array usage

我如何才能保护我的私钥?
![[deep anatomy of C language] storage principle of float variable in memory & comparison between pointer variable and](/img/3d/5d7fafba4ff7903afbd51d6d58dcdf.png)
[deep anatomy of C language] storage principle of float variable in memory & comparison between pointer variable and "zero value"

顺应媒体融合趋势,中科闻歌携手美摄打造数智媒宣
随机推荐
顺应媒体融合趋势,中科闻歌携手美摄打造数智媒宣
Introduction to two types of rxjs observable operators
Rk356x u-boot Institute (command section) 3.2 usage of help command
Mqtt ROS simulates publishing a custom message type
Wechat applet reports an error: typeerror: cannot read property 'SetData' of undefined
Dark horse notes - common date API
PG Basics - logical structure management (table inheritance, partition table)
Derivation of Park transformation formula for motor control
SQL考勤统计月报表
逆向调试入门-PE中的VA与RVA换算04/07
ERROR: Cannot uninstall ‘PyYAML‘. It is a distutils installed project and thus we cannot accurately
Discussion on JMeter operation principle
MySQL queries the data within the radius according to the longitude and latitude, and draws a circle to query the database
Unity脚本的基础语法(4)-访问其他游戏对象
Dark horse notes -- List series collections and generics
黑马笔记---包装类,正则表达式,Arrays类
MySQL如何将列合并?
Golang Basics - string and int, Int64 inter conversion
【C语言深度解剖】float变量在内存中存储原理&&指针变量与“零值”比较
App wechat payment unicloud version of uniapp payment (with source code)