Usefull command's
sudo apt clean
##Verify disk space of /var
df -h /var
##Resize the disk
lsblk
##Verify Disk space
df -h /
sudo parted /dev/sda
##Inside Parted
resizepart 1 100%
yes
quit
##Verify disk expansion
lsblk
##Resize partition with the expansion
sudo resize2fs /dev/sda1
##Verify
df -h /Install a new tool in Linux
Tmux - split windows in Kali
Userfull commands
FTP
DNS issues
Change Java version
Other useful Bash commands
Search Specific Keyword
Start HTTP Server
Change Keyboard Language
Add Entry to /etc/hosts
Save Output to File
Capture Network Traffic
Show User Accounts and Groups in Linux
Download File via SSH with SCP
Upload File via SSH with SCP
Connect Using Private Key via SSH
Change Permission on Private Key File
Search for a File in Linux
List All Files Including Hidden Ones
Get a Functional Shell After Reverse Shell
Start HTTP Server on Port 80
Get Open Listening Ports on Linux
Access Web Page with Curl
If Kali Shows Black Screen
Task Manager Alternatives
Find Files with FZF
Display User Information
Get Info on Linux Command
DNS Settings
Add User to Group
Edit GRUB Configuration
Last updated