Linux
Important Things to do after installing Kali Linux under 10 minutes
In this tutorial, we will see what we need to do after installing Kali Linux.
Chapters
0:00 Intro
0:14 Updating Linux
4:20 Installing Required Apps
5:25 Installing and Configuring SSH
7:55 Outro
# Update your system
sudo apt update
sudo apt upgrade
# Install essential tools
sudo apt install git
# Install and configure SSH
sudo apt install openssh-server
sudo systemctl enable ssh
sudo systemctl start ssh
ssh user@kali
♬ MUSIC ♬
Artist: tubebackr
Track: Chill With Me
[ad_2]
source