Results 1 to 3 of 3

MAC Terminal Tricks & HACKS

This is a discussion on MAC Terminal Tricks & HACKS within the Mac OS X forums, part of the Tutorials category; As i was scowering youtube for my friends xUrbex on youtube, i happened to find these cool terminal Codes and ...

          
   
  1. #1
    MozyMac IT Tech Computergizmo's Avatar
    Join Date
    Sep 2009
    Location
    USA
    Posts
    96

    Default MAC Terminal Tricks & HACKS

    As i was scowering youtube for my friends xUrbex on youtube, i happened to find these cool terminal Codes and a tutorial on how to work them!

    The Codes Are Below with Video


    TYPE ANY OF THE FOLLOWING CODES IN TERMINAL.

    - Change Dock back to 2d

    see video at youtube

    defaults write com.apple.dock no-glass -boolean YES
    killall Dock


    - Add Gradient behind Stacks

    "will add video soon"

    defaults write com.apple.dock mouse-over-hilte-stack -boolean YES
    killall Dock

    - Add Message at login

    "will add video soon"

    sudo defaults write /Library/Preferences/com.apple.loginwind ow LoginwindowText "Your Message"

    Replace "Your Message" with the message of your choice, don't make it to long. If you want to revert it do the following.

    sudo defaults write /Library/Preferences/com.apple.loginwind ow LoginwindowText ""



    - Add Expose icon on Desktop

    "will add video soon"


    defaults write com.apple.dock wvous-floater -bool YES
    killall Dock

    - Increase Max Magnification on the Dock
    defaults write com.apple.dock largesize -int 512

    - Increase Desktop icon Size
    defaults write com.apple.finder DesktopViewOptions -dict IconSize -integer 512
    killall Finder

    - Change format of Screenshot Images

    see video at youtube

    defaults write com.apple.screencapture type jpg

    - Disable Dashboard

    see video at youtube


    defaults write com.apple.dashboard mcx-disabled -boolean YES
    killall Dock


    - Drag Dashboard Widget to Desktop

    see video at youtube


    defaults write com.apple.dashboard devmode YES

    You have to restart for this to work

    - Allow you to quit the Finder
    defaults write com.apple.finder QuitMenuItem -bool YES
    killall Finder

    - Make terminal talk


    see video at youtube

    say hello (replace hello with the word you want it to say)



    - Make programs hidden Transparent
    defaults write com.apple.Dock showhidden -bool YES
    killall Dock

    - Make the Dock spring loaded
    defaults write com.apple.dock enable-spring-load-actions-on-all-items -boolean YES

    - Recently used Application Stack to Dock
    defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }'

    - Pin the Dock Elseware
    left: defaults write com.apple.dock pinning -string start
    right: defaults write com.apple.dock pinning -string end

    - Disable Spotlight
    sudo chmod 0 /System/Library/CoreServices/Spotlight.app
    killall Spotlight

    (to re enable it replace '0' to '755')

    - Make your screensaver as your wallpaper
    /System/Library/Frameworks/ScreenSaver.framework/Resources/ScreenSaverEngine.app/Contents/MacOS/ScreenSaverEngine -background

    - Show Hidden Files
    defaults write com.apple.finder AppleShowAllFiles TRUE

    That is all of the ones i could find, i will get another list soon with a lot of Terminal Commands!
    Last edited by Computergizmo; 10-26-2009 at 05:50 PM. Reason: Updated Screen Saver as Wallpaper




    PSN: HK5-KILLA_GIZMO
    XBL GT: eXo SSJ4

  2. #2
    The Man Behind It All Fahad's Avatar
    Join Date
    Jun 2009
    Posts
    813

    Default

    We will add the video version of this soon



    MozyMac Founder,Chairman and CEO

    MacBook Pro Unibody late 2008 2.4Ghz 4GB ram 250GB HD

    MozyMac Youtube Channel

  3. #3
    MozyMac IT Tech Computergizmo's Avatar
    Join Date
    Sep 2009
    Location
    USA
    Posts
    96

    Default

    Nice Fahad! i like the edit




    PSN: HK5-KILLA_GIZMO
    XBL GT: eXo SSJ4

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •