Creating a Symfony2 Custom Exception Handler
I wanted to be able to handle 404 , 500 errors etc. in my own way.…
I wanted to be able to handle 404 , 500 errors etc. in my own way.…
It’s common practice to only allow web server access via SSH using key authentication. While this…
Varnish is a reverse proxy designed to speed up your PHP apps. A good introduction can…
Got this error when migrating a site from one server to another. Fix was to delete…
Little introduction I did on using Memcached Short introduction on using Memcached to speed up your…
Here’s an article I wrote for an issue of Linux User & Developer reproduced on there…
Within: etc/profile Add: connip=($SSH_CLIENT) echo “${connip[0]}” if [ ${connip[0]} == 12.34.56.78 ]; then echo…
Here is an article I wrote for Android magazine, reproduced on their site:
Linux User & Developer issue 111 , featuring my connecting Arduino to Android tutorial