Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 864 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 864 Bytes

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.