Tuesday, March 13, 2012

Remove SVN, Add SVN in Linux



There are times we just want to copy the source files and add it to SVN. The problem is, if we copy the whole folder, we also copy the SVN link. You could remove the ".svn" one by one, but then again, that would be REALLY tedious.

Saturday, March 10, 2012

Connect WAMP 2 server to PosgreSQL Database



For those who want to connect to PosgreSQL using WAMP as your server, just follow the procedure and you'll be ready to start!


Tuesday, March 6, 2012

WAMP Server 2 HTTPS SSL Configuration


What I want to achieve is to send email from my localhost host to my gmail account. But since Gmail uses SSL encryption, I figured that I need to enable SSL of my WAMP server.