Speed Up Internet In Kali Linux 100% Working Method 2020

Hacker’s King – Learn Ethical Hacking in free–

Hello guys I am back with another exciting blog post in which am going to show you “How to speed up internet in kali linux or other similar OS“. So without wasting more time let’s get started!

To fix the slow internet problem in kali first we need to find out the main cause of it. Whenever we try to install any pkg we face a slow internet problem because the default server of kali is too slow and slow response even your internet connection is good. So basically we need to change the sources list of kali linux and add a good server in place of the default server. Follow the steps given below.

  • Login as sudo user in terminal and type the given command
$ sudo nano /etc/apt/sources.list
  • Now sources.list file of your system opened in nano editor as shown in the screenshot.
  • Remove the deb & deb-src links and paste the links in place of that given below.
deb https://ift.tt/2HNQjjp kali-rolling main non-free contrib
src-deb https://ift.tt/2HNQjjp kali-rolling main non-free contrib
  • Now save(Ctrl+s) and close(Ctrl+x) sources.list file.
Its’ Done, now try to update packages using $ sudo apt-get update command. I hope this information is helpful for you and if you still have any questions then feel free to comment below. Have a nice day thanks for visit.

View original article on Hacker’s King – Learn Ethical Hacking in free

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s