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 @@
# a2dismod
> 在基于 Debian 的操作系统上禁用 Apache 模块。
> 更多信息:<https://manpages.debian.org/latest/apache2/a2dismod.8.html>.
- 禁用模块:
`sudo a2dismod {{模块路径}}`
- 不显示信息性消息:
`sudo a2dismod --quiet {{模块路径}}`