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!
Website is Currently Live at: Let's Learn Linux
$ 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
$ git clone https://github.com/Prakash4844/Let-s-Learn-Linux
$ git submodule init
$ git submodule update --progress
$ 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
- For info on How to contribute See this CONTRIBUTING.md
- For a list of Contributors See this Contributors.md
- English
- Hindi
- German
- Content is forked from LinuxJourney
- Use Hugo version 0.128.2
- Hugo Relearn Theme, Check it out
- Font Linux Check it out
- Hugo QuizDown Check it out
- Docker Check it out