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!
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:
- Clone this repository to your server.
- Install
docsify-cli
on your server by runningnpm install docsify-cli -g
.npm install docsify-cli -g
- 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.
This project is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.