Add READMEs and set clarity

This commit is contained in:
2025-03-01 05:10:30 +01:00
parent 0174410211
commit caee82e970

View File

@@ -1,6 +1,6 @@
## Debian System Administration Scripts ## Debian System Administration
This Git repository is a collection of useful Bash scripts for system administration on Debian. It will be gradually completed with scripts designed to automate various common tasks, facilitate system management, and improve productivity. This Git repository is a collection of useful Bash scripts and READMEs for system administration on Debian. It will be gradually completed.
### Content ### Content
@@ -16,13 +16,15 @@ The repository will be organized into several categories for easy navigation:
Detailed instructions on how to use each script will be provided as they are added to the repository. In general, you will need to follow these basic steps: Detailed instructions on how to use each script will be provided as they are added to the repository. In general, you will need to follow these basic steps:
1. **Make the script executable:** 1. **Read the script's description:** Each script will have a description at the beginning explaining its purpose and usage. Make sure to read it carefully before running the script.
2. **Make the script executable:**
```bash ```bash
chmod +x script_name.sh chmod +x script_name.sh
``` ```
2. **Execute the script:** 3. **Execute the script:**
```bash ```bash
./script_name.sh ./script_name.sh
@@ -34,8 +36,6 @@ Detailed instructions on how to use each script will be provided as they are add
sudo ./script_name.sh sudo ./script_name.sh
``` ```
3. **Read the script's description:** Each script will have a description at the beginning explaining its purpose and usage. Make sure to read it carefully before running the script.
### Contribution ### Contribution
Contributions are welcome! If you have useful scripts to share or improvements to suggest, feel free to submit a pull request. Contributions are welcome! If you have useful scripts to share or improvements to suggest, feel free to submit a pull request.