Home Account

Blog index

parse ini file cached with APC

2011-12-29 14:45 dennis iversen

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.


Your brother is an idiot and a King among men, in equal measure

2011-11-25 15:40 dennis iversen

Tags: Quotes

Your brother is an idiot and a King among men, in equal measure


Add Path To Bash

2011-08-30 17:11 dennis iversen

Tags: bash

Simple how to on adding a path to your .bashrc file


Profiles in firefox

2011-08-26 16:40 dennis iversen

Tags: firefox profiles ubuntu

With a simple command line option you can separate different profiles in Firefox. E.g. one for normal browsing, and one for development.


Linux init scripts with php

2011-06-18 03:45 dennis iversen

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.


how to create a screen dump with php on linux

2011-05-26 02:40 dennis iversen

Tags: php scripts-and-functions linux screendumps

Short entry to show how to make screen dump on linux with PHP.


redirect php request to secure https host

2011-05-07 21:54 dennis iversen

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)