Skip to content

Artessay/Journey-to-Linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Journey to Linux

This is a collection of useful tips and tricks for Linux users. It is intended to be a reference for Linux users who want to learn more about Linux and how to use it effectively.
Hope you enjoy it!

Deployment

This document is deployed by docsify on GitHub Pages. If you want to deploy it on your own server, you can follow the steps below:

  1. Clone this repository to your server.
  2. Install docsify-cli on your server by running npm install docsify-cli -g.
    npm install docsify-cli -g
  3. Run docsify serve docs to start the server.
    docsify serve docs
    

After that, you can open your browser and visit http://localhost:3000 to view the documentation.

License

This project is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Releases

No releases published

Packages

No packages published