Session 01 - Post-installation Configuration
Requirements
- A Kali Linux installation or virtual machine
- Ensure that you're connected to the Internet (WiFi or LAN; use the network manager applet on the top right next to the clock for WiFi)
Updating the System
- Open a terminal
- Gain root privileges:
$ sudo su(password by default iskali) - Update the system:
$ sudo apt update && sudo apt full-upgrade - If necessary, reboot the system
Finally, if you haven't done so already during installation, ensure that a good collection of tools are installed on your system.
- Open a terminal
- Install everything available:
$ sudo apt install kali-linux-everything
Setting Keyboard Layout
By default, Kali uses the US keyboard layout. To switch to the UK keyboard layout proceed as follows:
- Click on the Kali logo on the top left
- Click on
Settingsand then on the right sideKeyboard
In the keyboard dialogue:
- Click on the
Layouttab - Click on the button next to "Use system defaults"
- At the bottom, click on the "+ Add" button, then scroll down and click on "English (UK)" (no need to expand the sub-list), and click OK
- Click on "English (US)" and then click on "- Remove" to remove the US layout permanently