Chan5k / SMS

SMS (System Maintenance Script) is a Bash script designed to simplify common system maintenance tasks on Ubuntu-based systems. With SMS, you can easily perform tasks such as updating packages, upgrading installed software, removing unnecessary packages, cleaning temporary files, changing DNS servers, and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SMS - System Maintenance Script

SMS (System Maintenance Script) is a Bash script designed to simplify common system maintenance tasks on Ubuntu-based systems. With SMS, you can easily perform tasks such as updating packages, upgrading installed software, removing unnecessary packages, cleaning temporary files, changing DNS servers, and more, all in a user-friendly and interactive manner.

Features

  • Update package information
  • Upgrade installed packages
  • Remove unnecessary packages
  • Clean up temporary files
  • Change DNS servers with preset options (Google DNS, Quad9, Cloudflare)
  • User-friendly command-line interface with color-coded output
  • Confirmation prompts to ensure user consent before executing actions

Usage

  1. Clone the repository or download the script file.
  2. Make the script executable: chmod +x sysm.sh.
  3. Run the script: ./sysm.sh.
  4. Choose an option from the main menu by entering the corresponding number.

Screenshots

image

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contributions

Contributions to enhance and extend SMS are welcome! Feel free to open issues and pull requests.

Contact

If you have any questions or need assistance, you can contact me on discord: cxhan

About

SMS (System Maintenance Script) is a Bash script designed to simplify common system maintenance tasks on Ubuntu-based systems. With SMS, you can easily perform tasks such as updating packages, upgrading installed software, removing unnecessary packages, cleaning temporary files, changing DNS servers, and more.

License:MIT License


Languages

Language:Shell 100.0%