Skip to content

Instantly share code, notes, and snippets.

@Geri-Borbas
Created December 2, 2022 13:29
Show Gist options
  • Save Geri-Borbas/b6dd55fe8c9ceefe11d55653da3cc8b6 to your computer and use it in GitHub Desktop.
Save Geri-Borbas/b6dd55fe8c9ceefe11d55653da3cc8b6 to your computer and use it in GitHub Desktop.
Change computer name (in macOS terminal).
sudo scutil --set HostName <COMPUTER_NAME>
sudo scutil --set LocalHostName <COMPUTER_NAME>
sudo scutil --set ComputerName <COMPUTER_NAME>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment