An open API service indexing awesome lists of open source software.

https://github.com/devvyyxyz/linux-scripts

Some useful scripts to use on Linux
https://github.com/devvyyxyz/linux-scripts

automate linux linux-kernel linux-scripts scripts useful

Last synced: about 1 month ago
JSON representation

Some useful scripts to use on Linux

Awesome Lists containing this project

README

          

# Linux Utility Scripts

This repository contains a collection of simple utility scripts for Linux to perform common tasks.

## Scripts

1. **backup.sh**
- **Description**: Creates a backup of a specified directory.
- **Usage**:
```bash
./backup.sh
```

2. **cleanup.sh**
- **Description**: Removes files older than a specified number of days in a given directory.
- **Usage**:
```bash
./cleanup.sh
```

3. **disk_usage.sh**
- **Description**: Displays the disk usage of the current directory.
- **Usage**:
```bash
./disk_usage.sh
```

4. **system_info.sh**
- **Description**: Displays system information including hostname, OS, kernel version, uptime, CPU, and memory usage.
- **Usage**:
```bash
./system_info.sh
```

## Installation

1. Clone this repository:
```bash
git clone
cd

2. Make scripts executable:

chmod +x *.sh

Contributing

Feel free to contribute by adding more scripts or improving existing ones.

License

This project is licensed under the MIT License.

### Instructions

1. **Create a directory** for your scripts and the `README.md` file.
2. **Copy the script files** and `README.md` content into the respective files in the directory.
3. **Make the scripts executable** using the `chmod +x *.sh` command.
4. **Update the `` and ``** in the README with your specific information.

Let me know if you need further modifications or additional scripts!