Skip to content

Instantly share code, notes, and snippets.

@cliffwoo
Created November 23, 2012 00:54
Show Gist options
  • Save cliffwoo/4133499 to your computer and use it in GitHub Desktop.
Save cliffwoo/4133499 to your computer and use it in GitHub Desktop.
MacOS下修改主机名
#修改主机名
scutil --set HostName $newhostname
#计算机名
scutil --set ComputerName $newcomputername
@halfelf
Copy link

halfelf commented Nov 23, 2012

。。。浪费我半分钟点进来看。。。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment