
Kali Linux Default Desktop Display
In the Previous article I discussed How To Install Kali Linux 2022, now what are the step by step after installing Kali Linux on your Laptop/Computer.
1. Change Mousepad/toucpad setting in Kali Linux, look for the kali linux icon in the upper left corner then look for mouse and toucpad.

Adjust to your needs, whether Fast Touch or hold touch.
2. Open terminal Ctlr+Alt+T then type sudo apt-get update to update the repository ;

3. Go to repotsitory and replace it with the latest Kali Linux Repository, to change the repository you must use the root user, type sudo su, then enter the password, then nano /etc/apt/sources.list as show below, then ctrl+X enter to save in the nano editor.
4. Redirect Http to Https for fast update, upgrade and download process, type in terminal sudo apt-get install apt-transport-https for fast update, upgrade and download process, type in terminal sudo apt-get install apt-transport-https.
5. After becoming Https directly update via the terminal/consule, after the update complete, do the upgrade and dist upgrade so that your system and repository are the latest.
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade