From 7bbbe8dd78a2f2b66ce6de8e43a4628a7197dbab Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Thu, 2 Aug 2012 19:41:30 +0200 Subject: .osx: Reveal IP address, hostname, OS version, etc. when clicking the clock in the login window --- .osx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.osx') diff --git a/.osx b/.osx index 7881ca5..0c40f4d 100755 --- a/.osx +++ b/.osx @@ -52,9 +52,14 @@ defaults write NSGlobalDomain NSQuitAlwaysKeepsWindows -bool false defaults write NSGlobalDomain NSDisableAutomaticTermination -bool true # Fix for the ancient UTF-8 bug in QuickLook (http://mths.be/bbo) -# Commented out, as this is known to cause problems when saving files in Adobe Illustrator CS5 :( +# Commented out, as this is known to cause problems when saving files in +# Adobe Illustrator CS5 :( #echo "0x08000100:0" > ~/.CFUserTextEncoding +# Reveal IP address, hostname, OS version, etc. when clicking the clock +# in the login window +sudo defaults write /Library/Preferences/com.apple.loginwindow AdminHostInfo HostName + ############################################################################### # Trackpad, mouse, keyboard, Bluetooth accessories, and input # ############################################################################### -- cgit v1.2.3