Skip to content

DigiSoch/Linux_Practical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Linux Practical Notes

A collection of Linux practical notes with hands-on command outputs and real-world examples.

How to Contribute

We welcome contributions! Follow these steps:

1. Fork the Repository

Click the Fork button at the top-right corner of this repository to create a copy under your GitHub account.

2. Clone Your Fork

git clone https://github.com/<your-username>/Linux_Practical.git
cd Linux_Practical

3. Create a Branch

git checkout -b your-feature-name

4. Make Changes

  • Add new Linux command notes with practical examples.
  • Fix errors in existing notes.
  • Improve formatting or add explanations.
  • Keep each note clear and include both the command and its sample output.

5. Commit Your Changes

git add .
git commit -m "Description of changes made"

6. Push to Your Fork

git push origin your-feature-name

7. Open a Pull Request

Go to the original repository on GitHub and click Compare & pull request. Provide a clear description of your changes.

Contribution Guidelines

  • Ensure all commands are tested before adding them.
  • Use fenced code blocks (```) for commands and outputs.
  • Keep notes organized by topic (e.g., file operations, permissions, networking).
  • Avoid adding duplicate content — check existing notes first.
  • Be respectful and constructive in discussions and reviews.

License

This project is for educational purposes.

About

A collection of Linux practical notes with hands-on command outputs and real-world examples.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors