add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,10 +1,10 @@
# scutil
> 管理系统配置参数。
> 设置配置时必须是 root 权限。
> 更多信息:<https://keith.github.io/xcode-man-pages/scutil.8.html>.
> 设置配置时需要root权限。
> 更多信息:<https://keith.github.io/xcode-man-pages/scutil.8.html>
- 显示 DNS 配置:
- 显示DNS配置
`scutil --dns`
@@ -18,12 +18,12 @@
- 设置计算机名称:
`sudo scutil --set ComputerName {{我的计算机名}}`
`sudo scutil --set ComputerName {{computer_name}}`
- 获取主机名HostName
- 获取主机名:
`scutil --get HostName`
- 设置主机名:
`scutil --set HostName {{hostname}}`
`scutil --set HostName {{hostname}}`