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…