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
- Host: GitHub
- URL: https://github.com/devvyyxyz/linux-scripts
- Owner: devvyyxyz
- License: mit
- Created: 2024-10-27T16:10:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-27T16:13:09.000Z (over 1 year ago)
- Last Synced: 2025-06-09T15:47:18.862Z (about 1 year ago)
- Topics: automate, linux, linux-kernel, linux-scripts, scripts, useful
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!