Related Posts
Facebook PHP Source Code
Ok, so one guy got to see Facebook’s source code on his screen, probably due to some bad upgrade, lord knows why, the code appeared on his screen, he then copied and pasted it to some forums, and then Facebook lawyers were threatening him. Too late!, it’s all over the place. Look for it no […]
Trac + SVN : The best shit ever for your software project
The company I came to work for knew I had some experience with subversion (back at LimeWire and with the migration of Frostwire’s CVS Repo no SourceForge.net to Subversion) so that’s one of the first things I did here. Subversion is a pretty useful tool, specially if you play with the hooks, e.g., send emails […]
ubuntu/debian abort: error: _ssl.c:504: error:14090086:SSL [FIXED]
Trying to clone or update a repo, and you get this error? [bash] hg pull -u abort: error: _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed [/bash] Quick fix, go to .hgrc and put this on your [web] section [bash] [web] cacerts= [/bash] Fixed, remember to leave a tip if you wasted hours on this and I just […]