Srini's Point of View

My thoughts on technology, food and other fancies…

No default Java on Mountain Lion

I was trying to see what version of java shipped with mountain lion. So I opened a terminal session and typed ‘java -version’. I was shocked to see that there was no java. Instead I was greeted with a popup windows with an option to install the 1.6 Java …

Mountain Lion on my macbook pro

I just installed mountain lion on my macbook pro and starting to install all my development tools. This time I plan to document all the things I do for the sake of making notes…

Time Machine backup to an SMB share

If you wanted Time Machine to work with a SMB share you will notice that it doesn’t work. To get it to work run the following command on the terminal

defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1

Now mount your SMB share. The best way to do this is …