Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lightyourjourney/debian-tutorial

Using Debian
https://github.com/lightyourjourney/debian-tutorial

debian linux tutorial vitepress

Last synced: 5 days ago
JSON representation

Using Debian

Awesome Lists containing this project

README

        



logo

Debian Tutorial

English | [简体中文](./README.zh-CN.md)



Build Status





GitHub last commit



GitHub HitCount


GitHub Repo stars


GitHub




## Online Reading

This project is hosted on GitHub Pages and can be read online at [https://debian.yanjinli.fun/](https://debian.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/debian-tutorial.git
cd ./debian-tutorial
yarn install
yarn docs:dev
```

## Repo Status

![Repo Status](https://repobeats.axiom.co/api/embed/249f1051699537518d580cf67ef0f81d4519e9a2.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](https://github.com/LightYourJourney/debian-tutorial/blob/main/LICENSE).

## Contributors


contributors

## Stargazers over time

[![Stargazers over time](https://starchart.cc/LightYourJourney/debian-tutorial.svg?variant=adaptive)](https://starchart.cc/LightYourJourney/debian-tutorial)