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 …

Read More