Latest Entries

Recover an FTP password from Plesk database

This script can help you to recover an ftp password form Plesk, instead of reset it.

Fix for wordpress comments order

Using this snippet you can fix the order of wordpress comments.

Change the Time Machine backup interval

Do you think that Time Machine backups are done too often? 

Start & Stop Jenkins daemon on Mac OS X

These are two small snippets to start and stop Jenkins in daemon mode on Mac OS X.

Zend_Application & Boostrap – A hidden secret

From Zend Framework 1.8, the way to use ZF is changed, Zend_Application and Zend_Application_Resource have improved exponentially the way to start up a ZF project. In this short post I don’t want to show you how to use them, but I want to give you a simple hidden secret. If you have already used them [...]