Skip to content

n0raitor/kali-post-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

kali-post-install

After installing Kali Linux, I use this guide to set up my Laptop (Casual and Forensics/DFIR/Malware Analysis)

Preparation (Only on APT Errors, common WSL Issue)

Download the Archive-Keyring to fix APT issues (if error happens on sudo apt update): http://kali.download/kali/pool/main/k/kali-archive-keyring/kali-archive-keyring_2025.1_all.deb

Install them: sudo dpkg -i kali-archive-keyring_2025.1_all.deb

Update and Upgrade

sudo apt update
sudo apt full-upgrade -y  # This may take some time!
sudo apt autoremove

Setup for specific Targets

Choose your Target system:

Bare Metal

sudo apt install -y tlp tlp-rdw powertop
sudo systemctl enable tlp --now  # Enable TLP

WSL

sudo apt install kali-win-kex kali-linux-wsl  

VM

VM Application Toolkit (e.g. VMware Tools)

Tools (All Targets)

Install Casual Apps and Enable TLP

sudo apt install -y kali-linux-everything kali-linux-large   # Every Tool
sudo apt install -y kali-tools-* 

# Alternative
sudo apt install -y kali-tools-forensics kali-tools-detect kali-tools-reverse-engineering kali-tools-social-engineering kali-tools-top10 kali-tools-windows-resources kali-tools-recover kali-tools-reporting kali-tools-protect kali-tools-information-gathering 

Optional

sudo apt install -y kali-linux-labs
sudo apt install -y libreoffice libreoffice-help-de vlc gimp thunderbird file-roller evince gnome-calculator gnome-disk-utility baobab git gedit  code-oss obsidian
sudo apt install -y kali-community-wallpapers kali-legacy-wallpapers kali-screensaver kali-undercover  kali-wallpapers-all kali-wallpapers-community

Live Build Setup

sudo apt install -y git live-build simple-cdd cdebootstrap curl
git clone https://gitlab.com/kalilinux/build-scripts/live-build-config.git
cd live-build-config
./build.sh --verbose

Other Steps (inspiration)

https://github.com/n0raitor/Ubuntu-Install-Repo

About

After installing Kali Linux, I use this guide to set up my Laptop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published