Files
my-docs/README.md
2025-06-24 20:47:06 +03:30

3.0 KiB
Executable File
Raw Blame History

🐧 Linux 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.


📂 Repository Structure

⚙️ Configuration Management & Automation

🐳 Containerization & Orchestration

🗄️ Databases

Caching

💻 Code Management

🔀 High Availability

📊 Monitoring & Logging

🔐 Networking & Security

📦 Storage

🧠 System & Kernel Management

🌐 Web Development & Frameworks

🔁 Web Servers & Reverse Proxies

🤖 Bots & Automation Tools

📝 Miscellaneous


🚀 Getting Started

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.

📌 Notes

  • 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.

📬 Contact

Questions or feedback? 📫

  • Telegram: @RadinPirouz
  • GitHub Issues: Open an issue in this repo

If you find this repository useful, dont forget to give it a star!