Move pages back into a "pages" folder
This commit is contained in:
24
pages/osx/systemsetup.md
Normal file
24
pages/osx/systemsetup.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# systemsetup
|
||||
|
||||
> Configure System Preferences machine settings
|
||||
|
||||
- Enable remote login (SSH)
|
||||
|
||||
`systemsetup -setremotelogin on`
|
||||
|
||||
- Specify TimeZone, NTP Server and enable network time
|
||||
|
||||
`systemsetup -settimezone {{US/Pacific}}`
|
||||
`systemsetup -setnetworktimeserver {{us.pool.ntp.org}}`
|
||||
`systemsetup -setusingnetworktime on`
|
||||
|
||||
- Make the machine never sleep; restart on freeze & power failure
|
||||
|
||||
`systemsetup -setsleep off`
|
||||
`systemsetup -setrestartpowerfailure on`
|
||||
`systemsetup -setrestartfreeze on`
|
||||
|
||||
- List valid startup disks, specify a new startup disk
|
||||
|
||||
`systemsetup -liststartupdisks`
|
||||
`systemsetup -setstartupdisk {{path}}`
|
Reference in New Issue
Block a user