31 lines
786 B
Markdown
31 lines
786 B
Markdown
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
|
|
---
|
|
![clean](/images/clean.png)
|
|
|
|
# DOWNLOAD
|
|
## [clearner.sh](/download/clearner.sh)
|
|
## [cleanall.sh](/download/cleanall.sh)
|
|
## [paranoid.sh](/download/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! :)
|