Tags: scripts-and-functions no-ip
Small and simple PHP client for the no-ip.com API for hosting domains on a dynamic IP.
Tags: scripts-and-functions
Very simple script to check a URLs headers.
Tags: scripts-and-functions
Shows how to chmod files recursively with PHP
Tags: php scripts-and-functions
A couple of function to use in order to rename a directory recursively. Needed it at my work and could not find anything that worked the way I excepted.
Tags: php scripts-and-functions apc
This is short howto which describes how to cache php ini files with APC by default. Ini files are not cached by APC by default.
Tags: php scripts-and-functions
Showing how to create startup or init scripts with PHP on a Ubuntu machine. Short and easy to follow howto.
Tags: scripts-and-functions cron hello-world
Show how to create a automated shutdown launcher on Ubuntu with gnome, php and a crontab entry.
Tags: php scripts-and-functions
How to remove dirs with a special name using PHP and the unix shell.
Tags: php scripts-and-functions git
Simple script to perform the steps involved in adding, committing and pushing to a remote git repo. It rewrites the https URL to ssh URL in the process.
Tags: php scripts-and-functions
this entry describes how to redirect a request acording to both servername and server port (e.g. 80 = http and 443 = https)
Tags: php scripts-and-functions
Most simple example of an event dispatcher I can think of. Written in PHP
Tags: php scripts-and-functions linux screendumps
Short entry to show how to make screen dump on linux with PHP.
Tags: php scripts-and-functions
How to extend the michelf markdown parser to allow attributes to links, like rel="nofollow"