Skip to main content

Slow update speed on Kali Linux

How to fix slow update speed on Kali Linux ?


Not only you but most people face this problem after installing Kali Linux. Though the solution is much simpler than you think.

You just have to update your mirrors in Kali Linux

Open terminal and type

sudo nano /etc/apt/sources.list

You can use any text editor you want (like vim)

After this your sources.list file will open 

deb https://mirrors.ocf.berkeley.edu/kali kali-rolling main non-free contrib

deb-src https://mirrors.ocf.berkeley.edu/kali kali-rolling main non-free contrib

Just add above two lines. Delete any previous sources (if exist) otherwise you will get duplicate sources error when you will run update command next time.

Comments

Popular posts from this blog

root Certificate ERROR while installing .NET Framework

Recently I was trying to install a application in windows, well the installation went without any error. But while opening that application the app kept crashing and when I read FAQ for that application, they said specific version of .NET framework is required. So I downloaded that framework and tried installing.  But it gave me some root certification error. Like this So, in this blog I will fix this problem. As you can see this error is occured due to certificate which is missing from your system. So we will install this certificate  Download the certificate from given link  . Right click on the certificate and install it Keep clicking next until this screen appears Select second option "Place all certificates .......". Now click on Browse And select "trusted root certificate authorities" and press OK. And keep pressing next and atlast on this prompt select "yes" That its  Now try installing your .NET framework 

How to install missing firmware on Linux

How to install missing firmware on Linux Sometimes you will get an error while upgrading your linux system update-initramfs: Generating /boot/initrd.img-5.3.0-1parrot1-amd64 W: Possible missing firmware /lib/firmware/i915/icl_dmc_ver1_07.bin for module i915 There are many solutions to fix this problem. The simplest one is to reinstall your linux-firmware (This may not work on every system) $ sudo apt-get --reinstall linux-firmware Sometimes your error will still not get resolved. Then we have to find the modules manually by googling it. Download the module and move it into the firmware directory $ sudo cp ~/Downloads/*.bin /lib/firmware/i915/ $ sudo update-initramfs -u Thats it !

Installing Linux

First of all let me explain you all that what is Linux?  Just like Windows, iOS, and Mac OS, Linux is an operating system. It is the most popular OS. Android, is powered by Linux. An operating system is software that manages all of the hardware resources associated with your desktop or laptop. To put it simply, the operating system manages the communication between your software and your hardware. Without the operating system (OS), the software wouldn?t function. Why use Linux? This is the one of the most common question most people ask. Why anyone wants to use linux when pre-installed operating systems like windows or macos just works fine? Well first reason to install linux on your machine is because the freedom it gives to user. You can remove or modify every aspect of the operating system, You dont like theme change it and it just not 100 or 200 themes there are 1000s of themes you can try without even paying extra cost. Talking about cost the linux is complete...