TLDR Linux Commands

TL;DR (Quick Commands)

TL;DR (Quick Commands)

Is your Kali running slow and need of a clean & boost? Well have no fear TLDR quick commands are here!

sudo journalctl –vacuum-size=100M

The cODe:

sudo journalctl --vacuum-size=100M
sudo rm -rf /var/cache/apt/archives/*.deb
sudo systemctl disable --now bluetooth.service cups.service
echo 'vm.swappiness=10' | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
sudo sync && sudo sysctl -w vm.drop_caches=3
sudo fstrim -v /
sudo apt update && sudo apt upgrade -y

 

#QuickCommands #TechTips #Automation #CyberTools #CommandLine

    Leave Your Comment Here

    This site uses Akismet to reduce spam. Learn how your comment data is processed.