From 4f5ad6a7af15a43e1469e994618e24c623177359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Cezar=20Mois=C3=A9s?= <86272521+cristiancmoises@users.noreply.github.com> Date: Sun, 18 Feb 2024 06:28:49 +0000 Subject: Add files via upload --- posts/clean.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 posts/clean.md (limited to 'posts/clean.md') diff --git a/posts/clean.md b/posts/clean.md new file mode 100644 index 0000000..8d70c14 --- /dev/null +++ b/posts/clean.md @@ -0,0 +1,30 @@ +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! :) -- cgit v1.2.3