Monday, March 1, 2010

change hostname of OS X laptop dynamically

here you go. no reboot/restart required. tested and works.

sudo scutil --set ComputerName "newcompname"
sudo scutil --set LocalHostName "newhostname"


original source is here

No comments:

Post a Comment