786 B
786 B
title: 🧹 Clean All date: 2024-02-10 19:00 tags: projects summary: Secure delete trash, temp and free space
Secure delete trash, temp and free space
DOWNLOAD
clearner.sh
cleanall.sh
paranoid.sh
<> HOW IT WORKS: </>
- Download the cleanall.sh;
- Permission: chmod +x cleanall.sh
- Then run ./cleanall.sh
<> Versions: </>
- cleanall.sh (Clean all + Free Disk Space [fastly])
- cleaner.sh (Fast clean, dont clean free disk space)
- paranoid.sh (Clean all + Free Disk Space with urandom)
If you want run it in reboot:
- crontab -e
- @reboot /home/Download/cleanall.sh
Have a nice day! :)