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

12
pages.zh/linux/a2enmod.md Normal file
View File

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