Skip to content

this is a simple shell script to automate all the cleaning, updating, and taking care of your system.

License

Notifications You must be signed in to change notification settings

triplemcoder14/cleanerd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

System Maintenance Automation Scripts

This project provides simple shell scripts to automate Linux system cleaning, updating, and basic maintenance. All in one place.

What It Does

  • Cleans up temp files, cache, and logs
  • Updates installed packages
  • Removes orphaned dependencies
  • Checks disk usage

Requirements

  • Linux (Ubuntu/Debian-based preferred)
  • bash shell
  • Sudo privileges

How to Use

1. Clone the Project

git clone https://github.com/triplemcoder14/cleanerd.git
cd cleanerd

### 2. Make Scripts Executable

```bash
chmod +x run.sh
chmod +x scripts/*.sh


### 3. Run Cleanerd

```./run.sh

### 4. Exclude Specific Files from Cleanup

Add paths to the config/exclude-list.txt file to avoid cleaning specific files or folders. For example:


⚠️ Disclaimer

Use at your own risk. always review scripts before running them; especially those that delete files or use sudo.

About

this is a simple shell script to automate all the cleaning, updating, and taking care of your system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages