Category Archives: linux/unix world

how to work with git local branches

Compared to SVN and CVS, I think the best thing about Git is Github. It's awesome how you can see the history of your source code.
Also posted in developer tools, programming | Tagged , , , | 3 Comments

Apache configuration best practice

You should follow this pattern: 1. Place all the VirtualHosts configurations in /etc/httpd/conf.d/ as .conf files (eg. www.example.com.conf) 2. Place general Apache configuration in /etc/httpd/conf/httpd.conf
Also posted in web programming | Tagged , , , , | Leave a comment

broken pipe error with aptana

Errno::EPIPE in Site#home Showing layouts/_banner_headers.html.erb where line #11 raised: Broken pipe
Also posted in developer tools, web programming | Tagged , , , , | Leave a comment