How to convert VOB to mp4

from http://www.ehow.com/how_8407654_convert-vob-mp4-using-ffmpeg.html ffmpeg -i input -acodec libfaac -vcodec mpeg4 -b 1200k -mbd 2 -flags +mv4+aic -trellis 2 -cmp 2 -subcmp 2 -metadata title=X output.mp4

What’s a good SSH tunneling client for OS X?

http://apple.stackexchange.com/questions/16976/whats-a-good-ssh-tunneling-client-for-os-x ssh -D 8080 -C -N username@example.com Open Google Chrome Select ‘Chrome’ up the top left Select ‘Preferences’ Select ‘Show advanced settings…’ Select ‘Change proxy settings…’ Select ‘SOCKS Proxy’ Enter…

Make cakephp run on your damn Mac

Wasted me an hour figuring permissions etc, eventually found this: Thx. http://knowledgeisunlimited.blogspot.hk/2011/12/setting-up-cakephp-on-mac-os-x.html change your user.conf file in etc/apache2/…. <virtualhost *:80> DocumentRoot /Users/yourusername/Sites/pathttocake/app/webroot ServerName pathtocake <Directory "/Users/yourusername/Sites/pathtocake"> Options Indexes FollowSymLinks AllowOverride…

Rsync to GoDaddy host

Inspired by this link: (it’s for CentOS, but somehow I found rsync in my GD Red Hat hosting.) http://www.htpcbeginner.com/install-rsync-on-godaddy-hosting-account/2/ my sample link rsync -rv -e ssh –rsync-path=/usr/bin/rsync “/Users/michael/test” lin@microlingolo.com:/home/lingolo/public_html/all_thumbs/