Showing posts with label Mac OS. Show all posts
Showing posts with label Mac OS. Show all posts

Jul 27, 2009

Mac OS and bluetooth proximity automatization

The colleague of mine started to look around on how to lock screen of Mac when he has to leave the computer. It is sad that there is no such easy solution for Mac as there is for WinTels. However among many interesting solutions there is one which is very intriguing - to use bluetooth enabled device to lock/unlock computer for you.
Here is a link describing the solution for Ubuntu:
http://technogra.ph/20080309/sections/downloads/blueproximity-walking-away-to-lock-your-computer/
And here are an articles focusing on Mac OS:
http://hollington.ca/technocrat/?p=44
http://www.makeuseof.com/tag/automate-your-mac-your-home-with-proximity-mac-only/
http://theappleblog.com/2009/06/11/how-to-proximity-automation/
http://mathamlin.com/speak/proximity-jacksms-applescript-mac-fun/

Jul 21, 2009

Frustrated from Lightroom

Lightroom keeps crashing on me. Whenever it is to do anything with Nikon D70 NEF format. Damn.... I dunno what to do....

May 13, 2009

MySQLdb and Leoprad

After few hours of strugle, here is the right thing.
http://www.keningle.com/?p=11
Don't forget to install 32 bit MySQL not 64 bit....

Mar 29, 2008

Mac remote system pollution

Mac does pollute remote file systems it is mounted to by default. It spreads .DS_Store files all over them. I found a solution to prevent that.

  1. In a Mac terminal a command needs to be executed: defaults write com.apple.desktopservices DSDontWriteNetworkStores true

  2. Additionally samba can be configured to ignore those files. For each share defined in an smb.conf this directive has to be put in: veto files = /.DS_Store/