Skip to content

Instantly share code, notes, and snippets.

@leveled
Created December 29, 2016 23:15
Show Gist options
  • Save leveled/a78b7f4bd4992aed4e5b716f0a587764 to your computer and use it in GitHub Desktop.
Save leveled/a78b7f4bd4992aed4e5b716f0a587764 to your computer and use it in GitHub Desktop.
Change the local/network name on mac os x from the command line
$ sudo sysctl kern.hostname=localhost
$ sudo hostname -s localhost
$ sudo scutil --set HostName localhost
$ sudo scutil --set LocalHostName localhost
$ sudo scutil --set ComputerName localhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment