Archive for December, 2008

NTP configuration

Saturday, December 27th, 2008
To initially setup the time if there is a big difference you can use the following command
 /usr/sbin/ntpdate -s -b -p 8 -u yourISP.NTP.Server.IP
    Debian:
    Setting timezone:
    sudo dpkg-reconfigure tzdata
    
    /etc/ntp.conf
    server 0.bg.pool.ntp.org
    server 1.europe.pool.ntp.org
    server 2.europe.pool.ntp.org
    Great references http://www.akadia.com/services/ntp_synchronize.html

    hwclock –systohc

    Protected: Query multiple tables

    Thursday, December 18th, 2008

    This post is password protected. To view it please enter your password below:


    Archiving data – great article

    Tuesday, December 16th, 2008

    http://dev.mysql.com/tech-resources/articles/storage-engine.html

    (more…)

    Monty Hall Problem simulation

    Monday, December 8th, 2008

    Suppose you’re on a game show, and you’re given the choice of three doors: Behind one door is a car; behind the others, goats. You pick a door, say No. 1, and the host, who knows what’s behind the doors, opens another door, say No. 3, which has a goat. He then says to you, “Do you want to pick door No. 2?” Is it to your advantage to switch your choice? (Whitaker 1990)

    http://en.wikipedia.org/wiki/Monty_Hall_problem

    http://www.smartvideos.ru/probabilit-problem

    (more…)