Update README.md
This commit is contained in:
63
README.md
63
README.md
@@ -1,4 +1,4 @@
|
||||
# 🐧 Linux Documents
|
||||
# 🐧 DevOps Documents
|
||||
|
||||
A curated collection of scripts, configuration files, and guides for managing and configuring Linux-based systems. This personal repository serves as a comprehensive knowledge base to simplify deployment, automation, monitoring, security, and much more.
|
||||
|
||||
@@ -12,10 +12,10 @@ A curated collection of scripts, configuration files, and guides for managing an
|
||||
|
||||
### 🐳 Containerization & Orchestration
|
||||
- [Docker](./Containerization%20&%20Orchestration/Docker)
|
||||
- [Kubernetes(On Working)](./Containerization%20&%20Orchestration/Kubernetes)
|
||||
- [Kubernetes (In Progress)](./Containerization%20&%20Orchestration/Kubernetes)
|
||||
|
||||
### 🗄️ Databases
|
||||
- [Postgresql](./Databases/Postgresql)
|
||||
- [PostgreSQL](./Databases/Postgresql)
|
||||
|
||||
### ⚡ Caching
|
||||
- [Redis](./Caching/redis)
|
||||
@@ -24,11 +24,11 @@ A curated collection of scripts, configuration files, and guides for managing an
|
||||
- [Git](./Code%20Management/Git)
|
||||
|
||||
### 🔀 High Availability
|
||||
- [Ha-Proxy](./High%20Availability/Ha-Proxy)
|
||||
- [HAProxy](./High%20Availability/Ha-Proxy)
|
||||
|
||||
### 📊 Monitoring & Logging
|
||||
- [Grafana](./Monitoring%20&%20Logging/Grafana)
|
||||
- [Librenms](./Monitoring%20&%20Logging/Librenms)
|
||||
- [LibreNMS](./Monitoring%20&%20Logging/Librenms)
|
||||
- [Netdata](./Monitoring%20&%20Logging/Netdata)
|
||||
- [Zabbix](./Monitoring%20&%20Logging/Zabbix)
|
||||
|
||||
@@ -36,7 +36,7 @@ A curated collection of scripts, configuration files, and guides for managing an
|
||||
- [iptables](./Security%20&%20Networking/Iptables)
|
||||
- [Nmap](./Security%20&%20Networking/Nmap)
|
||||
- [Nginx](./Security%20&%20Networking/Nginx)
|
||||
- [FileSharing](./Security%20&%20Networking/FileSharing)
|
||||
- [File Sharing](./Security%20&%20Networking/FileSharing)
|
||||
|
||||
### 📦 Storage
|
||||
- [NFS](./Storage/NFS)
|
||||
@@ -44,16 +44,11 @@ A curated collection of scripts, configuration files, and guides for managing an
|
||||
### 🧠 System & Kernel Management
|
||||
- [Kernel](./System%20&%20Kernel%20Management/Kernel)
|
||||
|
||||
### 🌐 Web Development & Frameworks
|
||||
- [Django](./Web%20Development%20&%20Frameworks/Django)
|
||||
- [Laravel API Setup](./Web%20Development%20&%20Frameworks/LaravelAPI)
|
||||
- [Laravel on Nginx](./Web%20Development%20&%20Frameworks/LaravelOnNginx)
|
||||
|
||||
### 🔁 Web Servers & Reverse Proxies
|
||||
- [Nginx](./Web%20Servers%20&%20Reverse%20Proxies/Nginx)
|
||||
- [Nginx (Web)](./Web%20Servers%20&%20Reverse%20Proxies/Nginx)
|
||||
|
||||
### 🤖 Bots & Automation Tools
|
||||
- [TelegramBot](./Bots%20&%20Automation%20Tools/TelegramBot)
|
||||
- [Telegram Bot](./Bots%20&%20Automation%20Tools/TelegramBot)
|
||||
|
||||
### 📝 Miscellaneous
|
||||
- [Info](./Info)
|
||||
@@ -65,35 +60,47 @@ A curated collection of scripts, configuration files, and guides for managing an
|
||||
```bash
|
||||
git clone https://github.com/RadinPirouz/linux-documents.git
|
||||
cd linux-documents
|
||||
```
|
||||
````
|
||||
|
||||
- Explore each folder for setup guides, scripts, and configuration examples.
|
||||
- Follow individual READMEs or documentation inside each directory before running any scripts.
|
||||
* Explore each folder for setup guides, scripts, and configuration examples.
|
||||
* Follow individual README or documentation files inside each directory before running any scripts.
|
||||
|
||||
---
|
||||
|
||||
## 📌 Notes
|
||||
- Tested on **Debian/Ubuntu** and **CentOS/RHEL**-based distributions.
|
||||
- Always review and test configurations in a staging environment before applying to production.
|
||||
|
||||
* Tested on **Debian/Ubuntu** and **CentOS/RHEL**-based distributions.
|
||||
* ⚠️ Always review and test configurations in a staging environment before applying to production.
|
||||
|
||||
---
|
||||
|
||||
## 🤝 Contributing
|
||||
|
||||
Contributions are welcome! 🛠️
|
||||
1. Fork the repository.
|
||||
2. Create a new branch (`git checkout -b feature/YourFeature`).
|
||||
3. Commit your changes (`git commit -m "Add new config for X"`).
|
||||
4. Push to the branch (`git push origin feature/YourFeature`).
|
||||
5. Open a Pull Request. 🙌
|
||||
|
||||
Please ensure your code is tested and documented.
|
||||
1. Fork the repository.
|
||||
2. Create a new branch:
|
||||
`git checkout -b feature/YourFeature`
|
||||
3. Commit your changes:
|
||||
`git commit -m "Add new config for X"`
|
||||
4. Push to the branch:
|
||||
`git push origin feature/YourFeature`
|
||||
5. Open a Pull Request 🙌
|
||||
|
||||
Please ensure your code is tested and well-documented.
|
||||
|
||||
---
|
||||
|
||||
## 📬 Contact
|
||||
|
||||
Questions or feedback? 📫
|
||||
- Telegram: [@RadinPirouz](https://t.me/RadinPirouz)
|
||||
- GitHub Issues: Open an issue in this repo
|
||||
Questions or feedback? Reach out:
|
||||
|
||||
* 💬 Telegram: [@RadinPirouz](https://t.me/RadinPirouz)
|
||||
* 🐛 GitHub Issues: [Open an Issue](https://github.com/RadinPirouz/linux-documents/issues)
|
||||
|
||||
---
|
||||
|
||||
## ⭐️ Support
|
||||
|
||||
If you find this repository useful, please give it a ⭐ and share it with others!
|
||||
|
||||
⭐ If you find this repository useful, don’t forget to give it a star!
|
||||
|
||||
Reference in New Issue
Block a user