no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | darwin [2015/06/01 22:05] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Darwin ====== | ||
+ | * [[OS X]] | ||
+ | * [[launchctl]] | ||
+ | * [[dnsmasq]] | ||
+ | |||
+ | == Create a new group == | ||
+ | |||
+ | < | ||
+ | dseditgroup -o create ssh-users | ||
+ | </ | ||
+ | |||
+ | == Add a user to a group == | ||
+ | |||
+ | < | ||
+ | dseditgroup -o edit -a steve -t user wheel | ||
+ | </ | ||
+ | |||
+ | == Set hostname == | ||
+ | |||
+ | < | ||
+ | scutil --set HostName foo.beandog.org | ||
+ | </ |