Created
October 4, 2015 19:07
-
-
Save paulmars/ea82a17db565c6f5c526 to your computer and use it in GitHub Desktop.
rename your computer from CLI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # http://osxdaily.com/2012/10/24/set-the-hostname-computer-name-and-bonjour-name-separately-in-os-x/ | |
| sudo scutil --set ComputerName "NAME" | |
| sudo scutil --set HostName "NAME" | |
| sudo scutil --set LocalHostName "NAME" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment