Skip to content

Prakash4844/Let-s-Learn-Linux

Repository files navigation

Let's Learn Linux

Ready to take the plunge into the world of Linux? Let's Learn Linux is the perfect starting point! This user-friendly website offers a wealth of resources for beginners, on Linux basics, automation, bash, POSIX, systemd, and more. With Let's Learn Linux, you'll gain the skills and confidence you need to navigate this powerful operating system like a pro. So why wait? Checkout the website now!!! be a Linux learners today and unlock your full potential!

Note: The Linux Journey site is now online again, so development of this project might be slow.

Website is Currently Live at: Let's Learn Linux

Deploy Let's Learn Linux site to Github Pages

Want to read offline?

1. Using Docker

$ docker pull prakash4844/let-s-learn-linux:1.0
$ docker run -p 1313:1313 -it let-s-learn-linux:1.0

See Docker Repository: Docker Repo

Site Screenshot

To clone Use following Method

1. By Git Submodule init and Update method

$ git clone https://github.com/Prakash4844/Let-s-Learn-Linux
$ git submodule init
$ git submodule update --progress

OR

2. Git Submodule init and update alternative

$ git clone --recurse-submodules https://github.com/Prakash4844/Let-s-Learn-Linux

To run the server offline execute the following command

$ hugo server

Browse to http://localhost:1313/Let-s-Learn-Linux/ and you should see the website at your localhost.

Warning If you get any SSH error while cloning submodule, change the submodule link in .gitmodules file to https one from SSH one or visa-versa like this:

url = git@github.com:Prakash4844/hugo-theme-relearn.git to url = https://github.com/Prakash4844/hugo-theme-relearn.git OR
url = https://github.com/Prakash4844/hugo-theme-relearn.git to url = git@github.com:Prakash4844/hugo-theme-relearn.git

Contriubution:

Locale Status:

  1. English
  2. Hindi
  3. German

Resources:

About

Let's Learn Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published