Information About:

What I call the ">console" trick.
Secret screen capture hints.
DeskTop and Login wallpaper tips..


The ">console" trick.


Why is this handy ?

  1. You will have a very nice full screen terminal window.
  2. You will save about 100 megs of ram.
  3. You will reduce a lot of running items, which is especially useful when combined with a SAFE BOOT.
  4. All primary hardware devices like wireless WiFi work just fine on laptops, not on desktops!
  5. Other "users" exist too, like ">sleep" and ">shutdown".

Screen Capture Hints.


DeskTop and Login WallPaper Tips.

Below work for 10.5.x
# #################################################### #
LOGIN WallPaper:

/usr/bin/open /System/Library/CoreServices/DefaultDesktop.jpg
/bin/chmod 644 /System/Library/CoreServices/DefaultDesktop.jpg
or
sudo defaults write /Library/Preferences/com.apple.loginwindow DesktopPicture "Path-To-Your-Image.jpg"
# #################################################### #

Below work for 10.5.x and 10.6.x
# #################################################### #
USERs WallPaper:

/usr/bin/open ~/Library/Preferences/com.apple.desktop.plist
or
/usr/bin/plutil -convert xml1 ~/Library/Preferences/com.apple.desktop.plist
/usr/bin/nano ~/Library/Preferences/com.apple.desktop.plist
# #################################################### #
Search for the key called: NewImageFilePath
and change the string
/full-path-to-my-new-image.xxx
# #################################################### #
Search for the key called: Placement
The Placement string can be one of:
Centered
or
Tiled
Centered
FillScreen (streched)
Crop (fill screen)
SizeToFit (fit to screen)
# #################################################### #
Now HUP your finder,
killall Finder
# #################################################### #


back

© Gary Sullivan Maintainer of this page.
The URL of this page is:
http://www.hackerskitchen.com/mac-old/console-tricks.html
Constructive Comments and Suggestions are welcome.

Hello

Go Home