Blog

Quota Monitor Menu (Mobile)

By Zack Smith posted on July 12th, 2007

After seeing this post on afp548.com I decided to take the time to dive into a little cocoa as I have been trying to learn it recently. For anyone interested , I have modified the source code to display the size of /Volumes/<logname> so you can have the menu display a home directory perhaps mounted by MCX, loginhook, location file,alias etc. Basically meaning if you have a (Portable | Mobile) account you can see the quota information (free space) of the mounted share,instead of the local home folder’s file system.

Download:QuotaMonitorMenuMobile.zip

note: different name so modify the hook accordingly

Posted with Adam Gerson’s permission

I also made one that uses the OriginalHomeDirectory attribute but it would only work for people using a non-guest pure kerberos automount setup. if you would like it instead feel free to contact me

Comments Off

Posted in System Administration

Google Reader

By Zack Smith posted on July 11th, 2007

So ever since iDay I have been looking for a good way to get content on the iphone ( yeah scrolling is fun but seriously ), I have started using Google’s Reader service and I think I have finally found something that I can live with, and find myself using it on my standard size browsers too. If you don’t know much about the service its basically a rss reader that treats the feeds like email messages, a surprisingly efficient concept.

I have added basically every site I normally visit and am now using their mobile version. Might not be news to you but thought I would post it if you have not played
with it yet .

More »

Comments Off

Posted in /dev/null, Hardware

“Elmer” automatic deletion of Mobile accounts

By Zack Smith posted on July 6th, 2007

For anyone interested in deleting Mobile (Portable) accounts after a certain number of days ( most likely a lab environment ) I have created a bash with an accompanying loginhook and package installer(w/postflight). Any feedback or code additions would be greatly appreciated. Static Link here

Elmer Icon

Elmer “Rabbit Droppings” remover v1.9

These scripts are designed to remove mobile home directories after 15 days of inactivity, test in a non production environment before deploying!

 

You can find the package maker project ->here<- and the installer package ->here<-

 

More »

Comments Off

Posted in Scripts, System Administration, Tips and Tricks

Backing up share point data.

By Zack Smith posted on July 5th, 2007

Backing up share point data on Mac OS X Server.

In response to this article on afp548 and a job I had to today here is a quick, if not old school way to backup share points.

nidump -r /config/SharePoints . >shares.nidump
To restore from the backup.
niload -r /config/SharePoints . <shares.nidump
Perhaps more later…
( and yes I know about ^h^h^h^h^h^h :)

If would you like to contact me with comments or inaccuracies about this article, feel free but support requests will be ignored unless you would like to sign up for Iris Professional Services service. Thanks

Comments Off

Posted in One liners