1. To type ™ type alt+shift+2

    Tinker tool can stop network >DS_Store files

    dot_clean can remove ._filename files

    ® = alt+r

    √ = alt+v

    ÷ = alt+/

    33˚ = 33 alt+k

    = alt+shit+k

    all the alt+ 123…qwe ..’\./= ¡€#¢∞§¶•ªº–≠œ∑´®†¥¨^øπ“‘åß∂ƒ©˙∆˚¬…æ«`Ω≈ç√∫~µ≤≥÷

    ✤and alt+shift+                  = ⁄™‹›fifl‡°·‚—±Œ„‰ÂÊÁËÈØ∏”’ÅÍÎÏÌÓÔÒÚÆ»ŸÛÙÇ◊ıˆ˜¯˘¿

    Screen saver as a desktop: /System/Library/Frameworks/ScreenSaver.framework/Resources/ScreenSaverEngine.app/Contents/MacOS/ScreenSaverEngine -background

    set hiden items on the dock to be transparent: defaults write com.apple.Dock showhidden -bool YES

    The following code will clear up the ._filename mess that’s left behind on network drives (keeps windows admins happy, well as happy as they can be!)

    Script start—————————————————————

    Script to clean up ._filename files

    CLAY April 2008

    basis of script robbed of AVN, cheers dude

    tell application “Finder”

    set SDstring to name of startup disk as string get startup disk name

    set TMstring to “Time Machine Backups” sets the time machine disk to var

    set XPstring to “XP” sets the time machine disk to var

    set AttachedDisks to name of disks get list of attached disks

    set DiskCount to number of disks skip repeat if only 1 disk

    if DiskCount is not equal to 1 then

    repeat with CurrentDisk in AttachedDisks run on all disks

    set CDstring to CurrentDisk as string create stringname for comparison

    if CDstring is not equal to SDstring then if not the startupdisk

    if CDstring is not equal to TMstring then if not the Time Machine

    if CDstring is not equal to XPstring then if not the Time Machine

    try

    display dialog ({“Clean “, CDstring, “?”} as string) with title “Scrubber: Clean?”

    do shell script “dot_clean /Volumes/” & CurrentDisk

    end try

    end if

    end if

    end if

    end repeat

    end if

    display dialog “You have been cleansed!” default button “Ok” giving up after 2 with title “Scrubbed”

    end tell

    Script end—————————————————————

    And there’s more:

    This hack will create a custom Stack on the Dock that will show your recently opened applications. Just open Terminal.app (/Applications/Utilities/) and type in the following command:

    defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }'


    Default wallpaper at log-on is here:

    /System/Library/CoreServices/DefaultDesktop.jpg

    location in finder title – thanks TUAW

    defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES

    clear iPhone google search text: Safari Browser->Bookmarks->History->Clear

Post a Comment

*
*