Archive for August, 2011

  • code_snippet

    Code snippet: Restrict access to a page in PHP based on remote hosts IP’s

    <?php //get the remote host IP $szRemoteIP = $_SERVER['REMOTE_ADDR']; //this is the array holding the allowed IP's list; $arrAllowedIPs = array("192.168.0.1", "192.168.2.3", [...]

    Full Story

  • gestures_missioncontrol_screen

    OS X Lion v10.7.1 Update

    Apple released on August 17, 2011 a new update for OS X Lion. The OS X Lion v10.7.1 Update is recommended for all users running OS X Lion and includes general operating system fixes that enhance the stability and compatibility of your Mac. This update include [...]

    Full Story

  • code_snippet

    Code snippet: Getting PHP page generation time

    This is a code snippet on how to get the execution time of a PHP script.This is the first from the code snippet series. <?php function GetMicroTime() { list($microseconds, $seconds) = explode(" ", microtime()); [...]

    Full Story

  • tinycore

    New release of Tiny Core 3.8

    Team Tiny Core is pleased to announce the release of Tiny Core 3.8 You can download it from here: http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/3.x/release/ tinycore_3.8.iso tinycore_3.8.iso.md5.txt Final Change Log: Updated AppsAudit dependencies menu grouping and added “Fetch Missing Dependencies”. Updated AppsAudit – updated error reporting and now reports stale extensions. Updated AppsBrowser – clear Search&Provides field upon [...]

    Full Story

  • ubuntu_screenshot

    Ubuntu 11.10 Oneiric Ocelot – Alpha 3 Released

    Ubuntu developers announced yesterday on 4th of August the release of Oneiric Ocelot Alpha 3, which will in time become Ubuntu 11.10. Pre-releases of Oneiric Ocelot are *NOT* encouraged for anyone needing a stable system or anyone who is not comfortable running into occasional, even frequent [...]

    Full Story