当前位置:网站首页>Kali modify the update source (it is not safe to update with this source)
Kali modify the update source (it is not safe to update with this source)
2022-07-25 20:59:00 【Full stack programmer webmaster】
Hello everyone , I meet you again , I'm your friend, Quan Jun .
because kali It's foreign , So if you want to download some software, you have to download it from foreign websites , It's going to be slow , Some domestic companies or schools provide domestic download addresses , So we need to replace to update Source
One , command :
vim /etc/apt/sources.list
Two 、 Add or replace sources.list Update source address in the file :
# 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
# 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
# kali Official source
deb http://http.kali.org/ kali-rolling main non-free contrib
deb-src http://http.kali.org/ kali-rolling main non-free contrib3、 ... and , Clear update index Input
apt-get clean && apt-get update && apt-get upgrade -y && apt-get dist-upgrade -yCommand to explain : apt-get clean // Clear cache index apt-get update // Update index file apt-get upgrade // Update the actual package file apt-get dist-upgrade // Update... Based on dependencies
Publisher : Full stack programmer stack length , Reprint please indicate the source :https://javaforall.cn/127843.html Link to the original text :https://javaforall.cn
边栏推荐
- When MySQL resets the root password and modifies the password, an error occurs. The password field does not exist
- In June 2021, the interview suffered a Waterloo. Is it so convoluted now
- An interview question about interface and implementation in golang
- 3阶有向完全图的所有非同构的子图(不同钩子图个数)
- Recommend a website that converts curl commands into PHP code & a website that initiates and executes curl requests online
- Using the OAP aspect causes the controller to be called repeatedly
- 预处理指令
- Basic knowledge of Marine Geology
- Leetcode skimming -- guess the size of numbers II 375 medium
- Character function and string function (2)
猜你喜欢

Success factors of software R & D effectiveness measurement

Leetcode-6131: the shortest dice sequence impossible to get

Step num problem

leetcode-155:最小栈

Matlab---eeglab check EEG signal

Remote—基本原理介绍

Leetcode-919: complete binary tree inserter

接口测试工具 restlet client

Test cases and defect report templates

Qixin Jushi cloud spectrum new chapter | Haitai Fangyuan and Sichuan Unicom reach ecological strategic cooperation
随机推荐
MySQL master-slave replication data synchronization, summary of common problems
How to realize reliable transmission with UDP?
Pychart automatically enters the test mode when running the program
Introduction to MySQL engine and InnoDB logical storage structure
Leetcode customs clearance: hash table six, this is really a little simple
文件操作详解
Leetcode-114: expand binary tree into linked list
【FiddlerTX插件】使用Fiddler抓包腾讯课堂视频下载(抓不到包解决方案)
[advanced drawing of single cell] 07. Display of KEGG enrichment results
7.23
Step num problem
cv图像翻转,EmguCV图像旋转「建议收藏」
[online tutorial] iptables official tutorial -- learning notes 2
I live far away. Is there a good way to open an account? Is it safe to open a stock account by mobile phone?
Explain the principle of MySQL master-slave replication in detail
如何自动生成短链?如何在线批量生成带UTM参数的链接?
Remote - basic principle introduction
Basic knowledge of Marine Geology
Illustration leetcode - 3. longest substring without repeated characters (difficulty: medium)
[technical dry goods] how to ensure the idempotency of the interface?