a2dismod to avahi-browse: add Chinese translation (#5246)

This commit is contained in:
千玄子
2021-05-02 02:43:23 +08:00
committed by GitHub
parent 9ccc49d98f
commit 92f09753c6
26 changed files with 463 additions and 6 deletions

View File

@@ -0,0 +1,12 @@
# a2ensite
> 在基于 Debian 的操作系统上启用 Apache 虚拟主机。
> 更多信息:<https://manpages.debian.org/latest/apache2/a2ensite.8.html>.
- 启用虚拟主机:
`sudo a2ensite {{虚拟主机名}}`
- 不显示信息性消息:
`sudo a2ensite --quiet {{虚拟主机名}}`