diff options
author | Mathias Bynens <mathias@qiwi.be> | 2012-08-02 19:41:30 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2012-08-02 19:41:30 +0200 |
commit | 7bbbe8dd78a2f2b66ce6de8e43a4628a7197dbab (patch) | |
tree | 63553d1280c8a9f2e334c5aede92ad1935fe95ab | |
parent | 4267ea9582e3bac8ad70cae1048eedbbe367090e (diff) | |
download | dotfiles-7bbbe8dd78a2f2b66ce6de8e43a4628a7197dbab.tar.gz dotfiles-7bbbe8dd78a2f2b66ce6de8e43a4628a7197dbab.tar.bz2 dotfiles-7bbbe8dd78a2f2b66ce6de8e43a4628a7197dbab.zip |
.osx: Reveal IP address, hostname, OS version, etc. when clicking the clock in the login window
-rwxr-xr-x | .osx | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 # ############################################################################### |