Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lightyourjourney/ubuntu-tutorial
Using Ubuntu.
https://github.com/lightyourjourney/ubuntu-tutorial
gnome linux tutorial ubuntu
Last synced: 2 months ago
JSON representation
Using Ubuntu.
- Host: GitHub
- URL: https://github.com/lightyourjourney/ubuntu-tutorial
- Owner: LightYourJourney
- License: cc-by-sa-4.0
- Created: 2024-08-09T02:11:32.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-03T11:30:27.000Z (2 months ago)
- Last Synced: 2024-12-03T12:27:31.685Z (2 months ago)
- Topics: gnome, linux, tutorial, ubuntu
- Language: Markdown
- Homepage: http://ubuntu.yanjinli.fun/
- Size: 456 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
Ubuntu Tutorial
English | [简体中文](./README.zh-CN.md)
![]()
## Online Reading
This project is hosted on GitHub Pages and can be read online at [https://ubuntu.yanjinli.fun/](https://ubuntu.yanjinli.fun/).
## Local Deployment
First, ensure that [`Node.js`](https://nodejs.org/) and [`yarn`](https://yarnpkg.com/) are installed on your computer.
Execute the following commands in the terminal. If the version numbers are output, it means you have successfully installed them:
```shell
node -v
yarn -v # npm -v / pnpm -v
```> This project uses `yarn` as the package manager, but you can also use [`npm`](https://www.npmjs.com/) or [`pnpm`](https://pnpm.io/).
```shell
git clone https://github.com/LightYourJourney/ubuntu-tutorial.git
cd ./ubuntu-tutorial
yarn install
yarn docs:dev
```## Repo Status
![Repo Status](https://repobeats.axiom.co/api/embed/d1a7a3d5a463b8f70d0f92c9a3946a95b209932f.svg)
## Contributing
Contributions to the content of the guide and the website source code are welcome, as are contributions to the upstream documents of this guide.
## License
The documentation is availably free under the [Creative Commons BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) license. For details, see [LICENSE](./LICENSE).
## Contributors
## Stargazers over time
[![Stargazers over time](https://starchart.cc/LightYourJourney/ubuntu-tutorial.svg?variant=adaptive)](https://starchart.cc/LightYourJourney/ubuntu-tutorial)