Category > OS X

installing or upgrading a package in OS X from the terminal

I wanted to install Boxee without disturbing my wife on the mac mini, so here is what I did. 1. transfer the disk image to the host mount the disk image install the package unmount the disk image enjoy

Continue reading

How to set OS X volume from cli.

osascript -e “set Volume 0″ osascript -e “set Volume 10″ 1. you aren’t limited to integers, 1.5 would also work 2. original article

Continue reading

How do reset all iCal data

*WARNING* THIS WILL REMOVE ALL OF YOUR CALENDARS *WARNING* 1. delete everything in ~/Library/Calendars, and in ~/Library/Application Support/iCal/ 2. Profit.

Continue reading

ZFS in practice – verifying transparent compression -

I had read about the transparent compression that zfs offers. I wanted to verify it so I did, and sent my results off. As we all know no experiment is valid unless verifiable. I wanted be sure that the transparent compression was actually working so I set up a sample zfs volume and purposefully made [...]

Continue reading

I found a quick way to clear the terminal without using the “clear” command.

Just hit command +K.

Continue reading

I made a liboggz installer for OS 10.5

Here. This includes the oggzrip utility. Maybe later I’ll give instructions for compiling things you intend to turn into packages. If I feel like it that is; biatches.

Continue reading

Have spotlight reindex any volume

Its rare, but sometimes spotlight gets a little dumb. It will start missing things in /Applications or people in your address book. If this happens to you then you can have it reindex the volume. Just run mdutil -E /  (where / is the volume you want to reindex) as root.

Continue reading

If you are having DNS issues w/ OS X. Look into scutil.

We had been having some problems w/ dns for OS 10.4 users. After running lookupd -flushcache didn’t work, and host was returning the correct values I got confused. Google to the rescue once again. I fixed it with scutil. If I came from BSD maybe I would have already known about it. Another item of [...]

Continue reading