An open API service indexing awesome lists of open source software.

https://github.com/labex-labs/linuxjourney

Courses and lesson content for linuxjourney.com
https://github.com/labex-labs/linuxjourney

linux linuxjourney

Last synced: 4 months ago
JSON representation

Courses and lesson content for linuxjourney.com

Awesome Lists containing this project

README

          

# Linux Journey

[Linux Journey](https://linuxjourney.com) - Learn Linux fundamentals through interactive lessons.

A structured learning path from beginner to advanced Linux administration with three levels:

- **Grasshopper** - Learn the basics
- **Journeyman** - System internals
- **Networking Nomad** - Network administration

The repository is organized as follows:

```plaintext
├── i18n/ # Language files
├── lessons/ # Course content by language
│ ├── en/ # English lessons
│ ├── zh/ # Chinese lessons
│ └── ... # Other languages
└── README.md
```

## Contributing

We welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines on:

- Adding new lessons and content
- Translation guidelines
- Lesson templates and structure
- Development workflow

## License

Content is licensed under [CC BY-SA 4.0](http://creativecommons.org/licenses/by-sa/4.0/) and maintained by the [LabEx](https://labex.io/) team.