- How to Fix Kali Linux Slow APT Update Speed
- Fix Slow Fetching Update from Official Kali Linux Repositories
- View and Backup /etc/apt/source.list File
- Change Mirror List From /etc/apt/source.list
- Wrap up
- Исправьте медленное обновление Kali Linux, чтобы сделать его очень быстрым
- 5 tips to fix slow apt-get update or upgrade on Kali Linux
- Good internet speed.
- Choose a proper DNS server
- Check the right repository.
- Download via the http secure protocol
- 5. Changing the HTTP
How to Fix Kali Linux Slow APT Update Speed
After the installation part is over, the first and foremost part is to update the system repositories to get the latest updates on available applications.
So, I’ve passed the update command “sudo apt update && apt upgrade -y”, and I’ve noticed that the update is taking longer than expected.
Of course, after that, I checked the internet speed, and the speed was good enough to load 4K videos in a matter of seconds.
This issue was not new to me, so I replaced the official mirror with a new mirror link without wasting any time, and the problem was resolved.
In this guidepost, we will show you how to fix slow apt updates.
Before that, let’s understand why the update is slowing down.
Fix Slow Fetching Update from Official Kali Linux Repositories
Whenever you update the Kali official repository, all the required files are fetched from the default repository at http://http.kali.org.
A default server may get swamped with a large number of ongoing connections, resulting in a slow update, and even you may get a high-speed connection once the server is free.
We’ve got a list of available repositories to solve this problem, and the main thing is that servers are located worldwide.
After getting an idea of the reason behind the slow update process in Kali Linux, let’s dive into how to replace the default repositories link with the available mirror links.
View and Backup /etc/apt/source.list File
A default sources.list file stored at /etc/apt/sources.list , to view content, open a terminal and pass the following command:
$ sudo cat /etc/apt/sources.list
$ sudo nano /etc/apt/sources.list
Before making changes to the source file, you should make a backup copy to avoid the unexpected. Let me show you how to take a backup of /etc/apt/sources.list file.
Pass the following command into your terminal window:
$ sudo cp /etc/apt/sources.list /etc/apt/sources.listbak
To confirm, type the below command, and once the file is a present, move to the next part:
$ ls /etc/apt/*.listbak
Change Mirror List From /etc/apt/source.list
After that, your task is to find the best available mirror link.
Open the above link and copy any mirror link from the list into your clipboard.
Personally, I have selected the latest mirror link, which is the best among all the “https://mirrors.ocf.berkeley.edu/kali/“, and I suggest you to use the same mirror link.
Let’s get back to the terminal and open the same file with sudo privileges for modifications:
# nano /etc/apt/sources.list
I think you will also use the same mirror link that I am using, so you can directly copy and paste the following code into /etc/apt/sources.list :
deb https://mirrors.ocf.berkeley.edu/kali/ kali-rolling main contrib non-> # For source package access, uncomment the following line # deb-src https://mirrors.ocf.berkeley.edu/kali/ kali-rolling main contrib>
Now save this file and run the update process.
$ sudo apt clean $ sudo apt update && apt upgrade -y
You will see a speed improvement, and if it is same, you will need to select another mirror link.
To use a different mirror link, go to the same URL and select any link from it. For example, I will copy the last link, “https://mirrors.ocf.berkeley.edu/kali/“.
Note :- Copy the URL till /kali don’t include README.
After this, again open the /etc/apt/sources.list using nano or vim and replace the default source with a mirror link.
Try again to update the official repository.
Wrap up
Your problem will be solved with the mirror link that we have provided if you have made any unwanted changes in the source list, then you can restore the backup.
Let me know if you encounter any problems while making the changes.
Meet you in the next article…
A man with a tech effusive who has explored some of the amazing technology stuff and is exploring more. While moving towards, I had a chance to work on Android development, Linux, AWS, and DevOps with several open-source tools.
Исправьте медленное обновление Kali Linux, чтобы сделать его очень быстрым
Мануал
Привет, хакеры / пентестеры / и пользователи Kali Linux, давайте сегодня рассмотрим следующую тему.
Некоторое время мы используем Kali Linux, и нам может быть интересно узнать причину очень медленного процесса обновления даже на быстрых интернет-соединениях.
Нам нужно изменить список репозиториев в sources.list на более быстрый Kali Linux Mirror, и список зеркал находится здесь – Kali Linux Mirror List – https://http.kali.org/README.mirrorlist
Отредактируйте свой список sources.list, расположенный по адресу /etc/apt/sources.list, в терминале впишите
sudo gedit etc/apt/sources.list
Из списка зеркал стран выберите тот, у которого наименьшее количество ответов Prio
Мы должны сделать небольшое редактирование в URL выбранного нами зеркала.
Например, URL выбранного зеркала – https://mirrors.ocf.berkeley.edu/kali/README
Оставляем только это – https://mirrors.ocf.berkeley.edu/kali
Вы можете проверить и изменить его с http на https
Теперь в списке source.list замените стандартный URL-адрес Kali Linux Rolling Repository выбранным URL-адреса вашего списка зеркал.
New Mirror List Faster Updates # See the URL Changed
deb http://mirrors.ocf.berkeley.edu/kali kali-rolling main non-free contrib
deb-src http://mirrors.ocf.berkeley.edu/kali kali-rolling main non-free contrib
Теперь, когда вы сделали все правильно, там должно быть только новое / измененное зеркало, а не старое.
Измените DNS по умолчанию на что-то более быстрое как например DNS CloudFlare или Google DNS, DNS по умолчанию может быть не таким быстрым, поэтому измените его на cloudflare DNS и сохраните файл.
И последнее, но не менее важное: всегда очищайте кэш apt, прежде чем запускать его – apt clean
Теперь в терминале вы можете выполнить Update и Upgrade и увидеть улучшенную скорость.
sudo apt-get update && apt-get upgrade
Теперь вы можете видеть значительную разницу в скорости при загрузке обновлений.
Пожалуйста, не спамьте и никого не оскорбляйте. Это поле для комментариев, а не спамбокс. Рекламные ссылки не индексируются!
- Аудит ИБ (49)
- Вакансии (12)
- Закрытие уязвимостей (105)
- Книги (27)
- Мануал (2 305)
- Медиа (66)
- Мероприятия (39)
- Мошенники (23)
- Обзоры (820)
- Обход запретов (34)
- Опросы (3)
- Скрипты (114)
- Статьи (352)
- Философия (114)
- Юмор (18)
Anything in here will be replaced on browsers that support the canvas element
Что такое 404 Frame? Большинство инструментов для взлома веб-сайта находятся в 404 Frame. Итак, что же представляют собой команды? Вы можете отдавать команды, используя повседневный разговорный язык, поскольку разработчики не хотели выбирать очень сложную систему команд. Команды Команды “help” / “commands” показывают все команды и их назначение. Команда “set target” – это команда, которая должна […]
В этой заметке вы узнаете о блокировке IP-адресов в Nginx. Это позволяет контролировать доступ к серверу. Nginx является одним из лучших веб-сервисов на сегодняшний день. Скорость обработки запросов делает его очень популярным среди системных администраторов. Кроме того, он обладает завидной гибкостью, что позволяет использовать его во многих ситуациях. Наступает момент, когда необходимо ограничить доступ к […]
Знаете ли вы, что выполняется в ваших контейнерах? Проведите аудит своих образов, чтобы исключить пакеты, которые делают вас уязвимыми для эксплуатации Насколько хорошо вы знаете базовые образы контейнеров, в которых работают ваши службы и инструменты? Этот вопрос часто игнорируется, поскольку мы очень доверяем им. Однако для обеспечения безопасности рабочих нагрузок и базовой инфраструктуры необходимо ответить […]
Одной из важнейших задач администратора является обеспечение обновления системы и всех доступных пакетов до последних версий. Даже после добавления нод в кластер Kubernetes нам все равно необходимо управлять обновлениями. В большинстве случаев после получения обновлений (например, обновлений ядра, системного обслуживания или аппаратных изменений) необходимо перезагрузить хост, чтобы изменения были применены. Для Kubernetes это может быть […]
Является ли запуск сервера NFS в кластере Kubernetes хорошей идеей или это ворота для хакеров Одним из многочисленных преимуществ сетевой файловой системы является ее способность выполнять многократное чтение-запись. И как и все в наши дни, NFS – это просто еще одна служба, которую можно запустить в своем кластере Kubernetes. Однако является ли сервер NFS подходящей […]
5 tips to fix slow apt-get update or upgrade on Kali Linux
Every Kali Linux user have faced slower internet speed’s problem in apt-get update or apt-get upgrade or apt-get install with the official repository. Using unofficial repository is not safe for a user, we strongly recommended to use the official repository but it is very slow, it took hours to archive a major update or download a bigger tool, then How we can fix the slow apt-get update or upgrade in Kali Linux ?
In this tutorial we are going to cover the ways how we can fix apt-get update or upgrade on our Kali Linux system.
Good internet speed.
Choose a proper DNS server
Check for Domain Name Server by using following command :
sudo mousepad /etc/resolv.conf
This command will open a window like following:
Here we will add Google’s Domain Name Server
8.8.8.8
8.8.4.4
This will look like following:
Then we can save and close the config file.
Then we can clean by using following command:
Check the right repository.
We should check our repository by using following command:
sudo mousepad /etc/apt/sources.list
The screenshot of the command is following:
Download via the http secure protocol
We need to install a tool called apt-transport-https by using following command in our Kali Linux system:
sudo apt-get install apt-transport-https -y
- Then we save and close it, and run apt update command to update the repository. Then we can check the internet speed of downloading big tools or upgrading system we’re sure that the speed will increase.
5. Changing the HTTP
sudo mousepad /etc/apt/sources.list
These tricks should should help every user. So don’t forget to comment and follow us to stay updated. Now we are also available on Twitter & Medium.