Skip to content

When your fav linux journey site voyaged during vacation, it chose to get settled on github pages.

Notifications You must be signed in to change notification settings

linuxvoyage/linuxvoyage.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is one of the ways to go through the English Version of Linux Journey Course - https://linuxvoyage.github.io/

Based on

Usage - Serve the MD lessons with python3 app

From your machine:

pip install -r requirements.txt
cd src
uvicorn main:app

From a typical container:

To serve from container, you might need to specify host address and port as

  1. running uvicorn will try to host at 127.0.0.1 which did not work while testing out of container
  2. you might have port 80 occupied for some other project.
uvicorn main:app --host 0.0.0.0 --port 9090

And...

Other minor issues:

If you find any lesson/page missing in a lesson, feel free to checkout the live version / 2023 version of Linux Journey here. Note: Quiz Q/A and translations will not work as expected.

Brief History

Though Linux Journey was created to document the journey of the original author and their contributors to learn Linux, everyone's journey is a little different. So, One fine day, the linuxjourney.com website went down and open source community was concerned. Hence, someone volunteered to help us serve it locally and then put it together as static site. After over 2 months, it seems the domain owner/author of the site, resurrected it up again. So, Now We can further improve the knowledge of the greater Linux community through contribution and collaboration, again. Feel free to refer to below issues and may be make a contribution or PR. Good day!

Related GitHub Issues:

License

The text content of this repo (Linux Journey) has been made free to modify and distribute. For full license terms see: Creative Commons Attribution-ShareAlike 4.0 International License. This license does not include the images, site design and source code which is subject to All Rights Reserved.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 84.6%
  • CSS 15.3%
  • Python 0.1%