Disabling PHP Functions with SUHOSIN and Optionally cPanel/WHM

If your server has SUHOSIN installed/enabled, regardless of whether you have cPanel/WHM or not, this should work for you. Disabling PHP functions using theĀ ‘disable_functions’ section of your php.ini file won’t really work too well if you using SUHOSIN. Instead, comment out the ‘function_disable’ line and add the following under neath it: suhosin.executor.func.blacklist = “show_source,shell_exec,passthru,exec,popen,allow_url_fopen,system” Of […]

How to Reset Endian Firewall Admin Password via SSH

I recently had the need to reset my Endian Firewall Admin ‘admin’ password via SSH/Console. I believe the reasoning for this was due to the following bug: http://bugs.endian.it/bug_view_advanced_page.php?bug_id=1824 In case the bug does not apply to you, or you’re just too lazy to visit, here’s what you need to do. 1. Login via SSH or […]

Borderlands Third Person View

I recently purchased Borderlands through Valve’s Steam Store and was quickly confronted with a problem based on the reason I purchased the game in the first place. While I admit I hadn’t conducted additional research right up until buying the game, I had been under the impression that it was playable in third person view. […]

MacOSX boot0: error on Intel iHackintosh

Recently I mucked up my primary partition containing MacOSX. Thankfully I had a system backup of it stored on another partition on the same disk (thanks Time Machine!). I was able to successfully restore the partition by booting with my installation disc (iAtkos S3 V2 10.6.3, but you could use any), but I could not […]