From 92f4b42abaec348673f910fca2749aac76d640ed Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Thu, 6 Mar 2014 15:33:24 +0100 Subject: .osx: Comment computer name settings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s good to have these commands here as a reference, but it’s annoying when running `.osx` on multiple computers in the same network. --- .osx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.osx b/.osx index 04d68cd..eb8d456 100755 --- a/.osx +++ b/.osx @@ -13,10 +13,10 @@ while true; do sudo -n true; sleep 60; kill -0 "$$" || exit; done 2>/dev/null & ############################################################################### # Set computer name (as done via System Preferences → Sharing) -sudo scutil --set ComputerName "0x6D746873" -sudo scutil --set HostName "0x6D746873" -sudo scutil --set LocalHostName "0x6D746873" -sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.smb.server NetBIOSName -string "0x6D746873" +#sudo scutil --set ComputerName "0x6D746873" +#sudo scutil --set HostName "0x6D746873" +#sudo scutil --set LocalHostName "0x6D746873" +#sudo defaults write /Library/Preferences/SystemConfiguration/com.apple.smb.server NetBIOSName -string "0x6D746873" # Set standby delay to 24 hours (default is 1 hour) sudo pmset -a standbydelay 86400 -- cgit v1.2.3