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!
This repository is organized into the following sections:
/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.).
I love contributions! You can contribute in many ways:
- Add Commands: Update my command cheat sheets with useful one-liners.
- Submit Scripts: Share your automation or backup scripts.
- Fix Typos/Issues: Improve my documentation.
- Fork this repository.
- Clone your forked repository to your local machine:
git clone [https://github.com/YOUR_USERNAME/YOUR_REPO_NAME.git] - Create a new branch:
git checkout -b feature/amazing-feature
- Commit your changes:
git commit -m 'Add some amazing features'
- Push to the branch:
git push origin feature/amazing-feature
- Open a Pull Request!
Please be respectful to all contributors.