Wacom Bamboo Touch

October 10th, 2009 | Author: Sunny

Today I found a cool product on apple store: Wacom Bamboo Touch Why it is cool? Because I was looking forward on the handwriting feature on snow leopard, but you only able to do it if you have a multi touch pad. This Wacom Bamboo Touch is a multi touch pad which I am missing on my desktop!!!


RealPlayer for Mac

September 29th, 2009 | Author: Sunny

I have a .rmvb file, and I want to watch it on my Mac. I did a little bit research and found that I need a RealPlayer. However, it was not easy to find it directly on real.com somehow… so if you are looking for a RealPlayer for Mac, here is the link

http://www.real.com/mac/realplayer

Category: Mac Stuff | Tags: , , , , | Leave a Comment

How to change file’s owner and group in Linux

September 23rd, 2009 | Author: Sunny

%chown username filename

This will set the filename’s owner to username

%chown username:groupname filename

This will set the filename’s owner to username, group to groupname

with option -R, you can change owner and group of the directory recursively to its sub-directories and content.

%chown -R username:groupname directoryname
Category: Linux, Mac Stuff | Tags: , , , | Leave a Comment