mirror of
https://github.com/wahyd4/dotfiles.git
synced 2026-08-13 14:56:25 +10:00
.osx: Comment computer name settings
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user