Categories
Code
2012
2011
Facebook applications over SSL
A few days ago, Facebook began showing error messages when accessing applications from https, being available for developers, in the application configuration, two new fields, to indicate secure urls (over https).
2010
Implement Haanga as a template system for OpenCart
OpenCart is an e-commerce platform made in php, with impeccable development, 100% MVC. As a proof of concept, I have rewritten the template system of OpenCart to Haanga (Django templates for PHP, über efficient) by César …
Update GPG keys Ubuntu repositories
Sometimes we may need to update the public keys of some Ubuntu repositories. A symptom is the following error:
2009
View the 10 IPs with the most access
A “recipe” to keep on hand: cat fichero.log | \ awk '{print $1}' | \ sort | \ uniq -c | \ sort -n | \ tail -10




