9 Things To Do After Installing Kali Linux

Опубликовано: 13 Октябрь 2024
на канале: Douglas Habian
1,115
82

Disclaimer: This video is for educational purposes only.

// Commands //
#1 Change Hostname
sudo hostnamectl set-hostname Demo
sudo nano /etc/hosts

#2 Create New User/Password
sudo adduser fresh

#3 Add New User to sudo group
sudo usermod -G sudo fresh

#4 Lock default kali user
sudo usermod -L kali

#5 Generate ssh keys
ssh-keygen -t ecdsa -b 521

#6 Check for running services and stop/disable
service --status-all
sudo service ssh status
sudo service ssh stop
sudo systemctl disable ssh
sudo service ssh status

#8 Update Repositories && Upgrade
sudo apt update
apt list --upgradable
sudo apt upgrade -y

#9 Metapackages
sudo kali-tweaks

// Timestamps //
1:21 - Change Hostname
3:53 - Create New User
4:54 - Add User to Sudo Group
6:25 - Lock Kali User
7:41 - Generate SSH Keys
10:28 - Check Running Services
13:25 - Power Manager Settings
14:36 - Update Repos && Upgrade Packages
17:28 - Install Kali Metapackages

// Music //
Floating Castle by Purple Cat
https://chosic.com

// Current Certifications //
Linux Essentials: https://cs.lpi.org/caf/Xamman/certifi...
LPIC-1: https://cs.lpi.org/caf/Xamman/certifi...

// Douglas Habian's Social Media Pages //
Twitter: / h3ymrfr3sh
LinkedIn: / douglas%20habian
Instagram: / douglashabian
Tryhackme: https://tryhackme.com/p/tryfreshme

// Support Douglas Habian //
BuyMeaCoffee: https://www.buymeacoffee.com/dfreshZ
Monero: 433vdnegooXVwSnaFj8AP4aZNTGXxtZwPfntnf3W751GEU1G4vbr2a3Efp35BjNG9viX4nagXpAK97eN2N6AZEWQTGea518
Bitcoin: bc1qw36r28nmfwex07y6qhfa2vm6g0k2l23m8dghg5

Please note that links listed may be affiliate links and provide me with a small percentage/kickback
should you use them to purchase any of the items listed or recommended. Thank you for supporting me
and this channel!