-
Create ISO CD/DVD image with Mac OS X Tiger and Command-line
1. Insert CD/DVD source 2. Fire up a Terminal, you can then determine the device that is you CD/DVD drive using the following command: $ drutil statusVendor Product RevMATSHITA DVD-R UJ-835E GAND Type: DVD-ROM Name: /dev/disk1 Cur Write: 8x DVD Sessions: 1 Max Write: 8x DVD Tracks: 1Overwritable: 00:00:00 blocks: 0 / 0.00MB / 0.00MiBSpace…
-
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…
-
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…
-
Speed up Sheets…
-
Disable Guest login in AFS…
-
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…