mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
systemsetup: add Chinese translation
This commit is contained in:
parent
75271679b6
commit
be07223d8c
1 changed files with 23 additions and 0 deletions
23
pages.zh/osx/systemsetup.md
Normal file
23
pages.zh/osx/systemsetup.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# systemsetup
|
||||
|
||||
> 配置系统首选项计算机设置.
|
||||
|
||||
- 启用远程登录(SSH):
|
||||
|
||||
`systemsetup -setremotelogin on`
|
||||
|
||||
- 指定时区、NTP服务器并启用网络时间:
|
||||
|
||||
`systemsetup -settimezone {{美国/太平洋}} -setnetworktimeserver {{us.pool.ntp.org}} -setusingnetworktime on`
|
||||
|
||||
- 使机器从不休眠,并在电源故障或内核死机时自动重新启动:
|
||||
|
||||
`systemsetup -setsleep off -setrestartpowerfailure on -setrestartfreeze on`
|
||||
|
||||
- disks 选择启动:
|
||||
|
||||
`systemsetup -liststartupdisks`
|
||||
|
||||
- 指定新的启动盘:
|
||||
|
||||
`systemsetup -setstartupdisk {{路径}}`
|
Loading…
Add table
Reference in a new issue