-
Mac OS X Leopard Server features
In addition to discussing several new features for the consumer edition of Mac OS X 10.5 (Leopard), Apple has disclosed some new functionality for Mac OS X 10.5 Server, also scheduled to ship in October. Among them: a wiki server; Podcast Producer; Spotlight (find content stored on other servers); and a new iCal Server, based…
-
Alt-TAB application switching
This is one of the only things I’d missed about windows, since I started using OSX….the Alt-TAB application switching behaviour. I know, you can do switching under OSX using Command-TAB, but it’s just not the same. That’s where witch comes in. It’s a totally configurable donationware app that once loaded allows you to use Alt-TAB…
-
Taking Screenshots
-
Folder Actions…..Whhaaattt?
-
Rectangular Selections
-
Only on a Mac
So all you Mac freaks….here is something to show your PC friends. Set your system screen saver to something cool (RSS Visualizer) and run the Terminal. At the command line type the following command (make sure your Desktop’s background is not covered with windows): /System/Library/Frameworks/ScreenSaver.framework/Resources/ScreenSaverEngine.app/Contents/MacOS/ScreenSaverEngine -background Neat or what? You can stop it using Ctrl-C.
-
Resizing Mac Partitions on-the-fly
As of OSX 10.4.6 you get a extra bonus if you use the terminal and run diskutil. The new addition is the function resizeVolume. Note that this command works only on Intel Macs with hard disks formatted using the GPT (GUID Partition Table) format with a journaled Hierarchical File System Plus (HFS+) file system. This…
-
Speed up Sheets…
-
Set/Change the default Umask…
Open Terminal, and then type this command, followed by the Return key: defaults write /Library/Preferences/.GlobalPreferences NSUmask # defaults write -g NSUmask -int # The first sets the system default, the second sets the per-user default. The NSUmask may not be honored by software that has not been adapted for OS X. # is the umask…
-
Turn off Dashboard…
Open Terminal, and then type this command, followed by the Return key: defaults write com.apple.dashboard mcx-disabled -boolean YES This tells the system that you no longer wish to have Dashboard available. However, the Dashboard task is actually “owned” by the Dock, so to make your changes take effect, you need to restart the Dock. The…