Skip to content

Latest commit

 

History

History
52 lines (41 loc) · 1.53 KB

File metadata and controls

52 lines (41 loc) · 1.53 KB

Linux

Welcome to the open-source Linux resource hub! This repository is designed to be a collaborative space for beginners and experts to share Linux commands, troubleshooting guides, automation scripts, and tips.

Whether you are a DevOps engineer, a SysAdmin, or just starting with the command line, your contributions are welcome!

Project Structure

  • /commands — Cheat sheets for basic to advanced Linux commands
  • /scripts — Useful Bash/Shell scripts for automation
  • /guides — Detailed tutorials on Linux concepts (Networking, Permissions, etc.)
  • /troubleshooting — Common errors and their fixes

How to Contribute

You can contribute in many ways:

  • Add Commands — Update cheat sheets with useful one-liners
  • Submit Scripts — Share your automation or backup scripts
  • Fix Typos/Issues — Improve the documentation
  • Add Guides — Write tutorials on Linux concepts

Steps to Contribute

  1. Fork this repository
  2. Clone your fork:
   git clone https://github.com/YOUR_USERNAME/linux.git
  1. Create a new branch:
   git checkout -b feature/amazing-feature
  1. Commit your changes:
   git commit -m 'feat: add amazing feature'
  1. Push to your branch:
   git push origin feature/amazing-feature
  1. Open a Pull Request!

Code of Conduct & License

Please be respectful to all contributors. See LICENSE for details.