• Debian Squeeze 802.3ad

    Debian Lenny and Squeeze
    2x Realtek 8169
    1x Reaktek 8169, 1x nForce
    Fisher-Price My First Managed Switch

    Testing:
    iptraf
    cat /proc/net/bonding/bond0






  • Apache to Nginx Migration





    Status update of the web engine migration.
    All items are pending further testing.

    Tech.kulish.com
    Fully functional (including links to other/outside domains)


  • irc.diff.05142011.2.txt


    Index: irc.php
    ===================================================================
    --- irc.php (revision 2317)
    +++ irc.php (working copy)
    @@ -1,10 +1,6 @@
    #!/usr/bin/env php

    -# status
    -# reboot
    -# log
    -# help
    -# down
    +# port_info is broken. always reports same values no matter host selected

    @@ -23,14 +19,33 @@
    # Redirect to /dev/null if you aren't using screen to keep tabs
    echo "Observer Bot Starting ...\n";
    echo "\n";
    -echo "COMMAND\t\tHOST\t\t\tDEVICE\n";
    -echo "-------\t\t----\t\t\t------\n";
    +echo "Timestamp Command\n";
    +echo "----------------- ------- \n";

    class observiumbot

    {


  • irc.diff.05142011.1.txt


    Index: irc.php
    ===================================================================
    --- irc.php (revision 2317)
    +++ irc.php (working copy)
    @@ -1,11 +1,5 @@
    #!/usr/bin/env php

    -# status
    -# reboot
    -# log
    -# help
    -# down
    -

    # Disable annoying messages... well... all messages actually :)
    @@ -23,14 +17,33 @@
    # Redirect to /dev/null if you aren't using screen to keep tabs
    echo "Observer Bot Starting ...\n";
    echo "\n";
    -echo "COMMAND\t\tHOST\t\t\tDEVICE\n";
    -echo "-------\t\t----\t\t\t------\n";
    +echo "Timestamp Command\n";
    +echo "----------------- ------- \n";

    class observiumbot

    {


  • irc.diff.05142011.txt


    Index: irc.php
    ===================================================================
    --- irc.php (revision 2284)
    +++ irc.php (working copy)
    @@ -1,37 +1,122 @@
    #!/usr/bin/env php
    +
    +# status
    +# reboot
    +# log
    +# help
    +# down
    +

    -include("includes/defaults.inc.php");
    -include("config.php");
    -include("includes/functions.php");
    -include("includes/discovery/functions.inc.php");
    +# Disable annoying messages... well... all messages actually :)
    +error_reporting(0);

    +include_once("includes/defaults.inc.php");
    +include_once("config.php");
    +include_once("includes/functions.php");
    +include_once("includes/discovery/functions.inc.php");
    +
    include_once('Net/SmartIRC.php');