03 June 2010

Mount a samba share on unix

sudo smbmount //server_address/directory /home/share -o username=,password=,uid=1000,mask=000

02 June 2010

Resize images on MAC by command-line

sips -s format jpeg --resampleWidth 800 *.JPG

it will resize all the JPG of the current directory to 800px width