add new chinese translations
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# systemsetup
|
||||
# 系统设置
|
||||
|
||||
> 配置系统首选项计算机设置。
|
||||
> 更多信息:<https://support.apple.com/guide/remote-desktop/about-systemsetup-apd95406b8d/mac>.
|
||||
> 配置系统偏好设置的机器设置。
|
||||
> 更多信息:<https://support.apple.com/guide/remote-desktop/about-systemsetup-apd95406b8d/mac>。
|
||||
|
||||
- 启用远程登录(SSH):
|
||||
|
||||
@@ -9,16 +9,16 @@
|
||||
|
||||
- 指定时区、NTP 服务器并启用网络时间:
|
||||
|
||||
`systemsetup -settimezone "{{美国 / 太平洋}}" -setnetworktimeserver {{us.pool.ntp.org}} -setusingnetworktime on`
|
||||
`systemsetup -settimezone "{{US/Pacific}}" -setnetworktimeserver {{us.pool.ntp.org}} -setusingnetworktime on`
|
||||
|
||||
- 使机器从不休眠,并在电源故障或内核死机时自动重新启动:
|
||||
- 让机器永不进入睡眠状态,并在断电或内核恐慌时自动重启:
|
||||
|
||||
`systemsetup -setsleep off -setrestartpowerfailure on -setrestartfreeze on`
|
||||
|
||||
- disks 选择启动:
|
||||
- 列出有效的启动磁盘:
|
||||
|
||||
`systemsetup -liststartupdisks`
|
||||
|
||||
- 指定新的启动盘:
|
||||
- 指定一个新的启动磁盘:
|
||||
|
||||
`systemsetup -setstartupdisk {{路径}}`
|
||||
`systemsetup -setstartupdisk {{path/to/directory}}`
|
Reference in New Issue
Block a user