Skip to content

Instantly share code, notes, and snippets.

@acodega
Last active March 22, 2019 13:33
Show Gist options
  • Save acodega/fddb8178325bcd90fcce50631a212000 to your computer and use it in GitHub Desktop.
Save acodega/fddb8178325bcd90fcce50631a212000 to your computer and use it in GitHub Desktop.
Setting Mac hostnames
echo "Enter new name:"
read newmacname
sudo scutil --set ComputerName "$newmacname"
sudo scutil --set HostName "$newmacname"
sudo scutil --set LocalHostName "$newmacname"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment