VirtualBox is another virtualization products for i386 family, from official site : Presently, VirtualBox runs on Windows, Linux and Macintosh hosts and supports a large number of guest operating systems including but not limited to Windows (NT 4.0, 2000, XP, Server 2003, Vista), DOS/Windows 3.x, Linux (2.4 and 2.6), and OpenBSD. If you get confuse […]

During waiting period for cisco router arrive in the lab, I’m looking for software which is able simulating cisco for student and myself like vmware that provide computer inside the computer. I’m lucky to find very interesting software : Dynamips From author site : The goals of this emulator are mainly: To be used as […]

Even experience php programmer can make mistake, since most of them are typo php error message then become valuable resource for debugging. By default, error message will show depend on error made, but in specific environment where tweaking in php.iniĀ  has been made by system administrator. Such free hosting will do it for good. With […]

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, […]