From 495e4f4bc854f9887e3e14e7826b108ed0351745 Mon Sep 17 00:00:00 2001 From: RadinPirouz <75082987+RadinPirouz@users.noreply.github.com> Date: Fri, 8 Aug 2025 01:09:37 +0330 Subject: [PATCH] Update README.md --- README.md | 63 ++++++++++++++++++++++++++++++------------------------- 1 file changed, 35 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 55bced6..85a9cea 100755 --- a/README.md +++ b/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!