If you hide an application, you can reflect this in the dock by making the icons transparent. Just execute the following command in the terminal:
defaults write com.apple.Dock showhidden -bool YES
If you hide an application, you can reflect this in the dock by making the icons transparent. Just execute the following command in the terminal:
defaults write com.apple.Dock showhidden -bool YES
Unfortunately, there are very few movie formats Microsoft Powerpoint is capable of handling. The only one I’ve found so far is … WMV !! With ‘MPEG Streamclip’ it is very simple to do the conversion. Open up the to be converted file, and choose ‘File - Export to other formats’. In the list you will find ‘Windows Media’. Good luck.
defaults write com.apple.ScreenSharing ‘NSToolbar Configuration ControlToolbar’ -dict-add ‘TB Item Identifiers’ ‘(Scale,Control,Share,Curtain, Capture,FullScreen,GetClipboard,SendClipboard,Quality)’
Source: macworld.com
Interesting list of all TCP and UDP ports used by Apple: Apple info
Source: Apple info
There is a big list here of services you can turn on/off on an apple computer running Tiger and/or Leopard.
Source: macgeekery
Just switch on the mouse and click a button.
On windows: Open up port 3389
On OsX: Open up port 3283 and 5900
VNC: Open up port 5900
is an online application that allows to design a photo shoot setup in a studio. Very handy.
Source: Click here for the application
First enter the following in a terminal window:
- defaults write com.apple.dock persistent-others -array-add ‘{ “tile-data” = { “list-type” = 1; }; “tile-type” = “recents-tile”; }’
Then restart the Dock:
- killall Dock
Source: MacOsxHints