Simple way to insert time information in mysql is using now() now() will automatically insert appropriate depends on type, let say we have field in mysql database in these format : 1. birth (date), now() will insert current date, ex: 2007-05-02 2. birth (datetime), now() will insert current date + current time, ex : 2007-05-2 […]

Progress in *BSD world is very fast, everyday patch released, program update etc to get that update via internet FreeBSD provide a few tools : cvs, not so familiar for beginner cvsup, very famous in FreeBSD, can update ports, source even for backup purpose portsnap, only for port update, in FreeBSD tree since 6.0 csup, […]

Many linux distro build nowadays, each distro came with spesific purpose, server, workstation or desktop orientation but still not forget to give access to shell people who run “ifconfig” in mandriva will get confuse when run same command in fedora or maybe slackware “command not found” is common message just use “whereis” command for this […]