Recently I have had the need to connect into my home LAN from work. I opted to go down the Linux route due to it’s lower resource consumption (compared to Windows) and that I also needed a solution that could be virtualised easily. The Short Change the line starting with...
How to's, Other Stuff
|
Posted byOliveron 26 Jul 2009
|
0
A simple function to replicate the funcationality of the depreciated mysql_list_fields() function. It returns a simple array with a numeric index of the column / field names. $database – String – The database you want to use $connect_string – String – Your connection string $table – String – The...
How to's, Web Development
|
Posted byOliveron 13 May 2008
|
0
I recently needed to do this for a client to customise and merge the logged data from Apache into a presentable format. A by-product of this was the ability to also roll the log file on a daily basis.I found limited information regarding how to do this most of...
How to's, Web Platforms
|
Posted byOliveron 06 Mar 2008
|
1
CPanel regularly lags behind the latest versions of some of its software components. For me in particular this delay in upgrading OpenSSL was causing security issues for a customers dedicated server. CPanels security manager was advising us that that a) the build we were using was hack free (not...
How to's, Web Platforms
|
Posted byOliveron 19 Dec 2007
|
0