Learning On Demand Learning anything from anywhere

Archive for December, 2007

FreeBSD 7.0 release candidate 1 available

12.30.2007 · Posted in Unix

From FreeBSD mailing list : FreeBSD 7.0 RC 1 available for download. Some information that might useful for upgrading : 1. Use source, just point cvsup to RELENG_7_0 2. Use freebsd-update utility with two options available :      1. Minor upgrade      2. Major upgrade Ready to grab FreeBSD 7.0 RC1, get now via : ...

Upgrade your wordpress to 2.3.2

12.30.2007 · Posted in Blog

WordPress 2.3.2 is out, it will fix some bugs. One of them is bug where a person can see someone future posting posting. Upgrade now and secure your wordpress. Get latest wordpress from here. Happy new year 2008 ...

/usr/local/etc/rc.d in FreeBSD

12.30.2007 · Posted in Unix

How do I make mysql server start  in startup? How to make apache server start in startup? How to make ftp server start in startup? Simply, just installed via ports or package,  in FreeBSD there is relation between /etc/rc.conf and /usr/local/etc/rc.d/ for example : monitor# cat /etc/rc.conf usbd_enable="NO" sshd_enable="YES" apache_enable="YES" mysql_enable="YES" svscan_enable="YES" linux_enable="YES" radiusd_enable="YES" just ...

Dynagen – interim 0.11.0 build for win xp and linux

12.21.2007 · Posted in Cisco

From Dynagen website, a few enhancement in Dynagen in progress as a result of merge the confDynagen codebase into Dynagen like : dynamic reconfiguration Pemu server support (aka PIX emulation) with a lot of major improvement and bugs handling. To play with this version, you can download here. Pavel.Skovajsa also write some tutorials : pemututorial, ...

NetBSD 4.0 released, grab it while its Hot

12.20.2007 · Posted in Unix

Form NetBSD mailinglist : The  NetBSD  Project  is  pleased  to announce that release 4.0 of the    NetBSD  operating  system  is now available. NetBSD is a free, secure,    and  highly  portable Unix-like Open Source operating system available    for  many  platforms, from 64-bit Opteron machines and desktop systems    to  handheld  and  embedded  devices.  ...

Build email server Tutorials, choose one for You

12.17.2007 · Posted in Linux, Unix

Every linux distro, unix system or windows server came with smtp system. But it’s not enough for small home office requirement that need to provide mailbox for their employee.   Another solution is signup for web hosting that include mail management such cpanel, whm etc. If this solution wont fit too, maybe dedicated email server ...

FreeBSD 8 iso in FreeBSD snapshots

12.16.2007 · Posted in Blog

I just visit FreeBSD snapshots page and see FreeBSD 8 current available in FTP. If you wish try it you might visit their Snapshots Page. Whats new in FreeBSD 8, a few page or blog already write about it, such as : FreeBSD – What’s cooking for FreeBSD 8? , Ivoras documentation. FreeBSD 8, Farokhi ...

Setting time in FreeBSD with date()

12.14.2007 · Posted in Unix

doh, installing perl returning error when I see it’s message, principally tell about time let’s check : pctjambi# date Tue Jan  1 16:03:23 WIT 2002 need quick action to fix it. pctjambi# date 0712141357 Fri Dec 14 13:57:00 WIT 2007 explanation : date yymmddhhss 07 = year 2007 mm = month 12 dd = day ...

INDEX-6 and FreeBSD

12.13.2007 · Posted in Unix

I’m FreeBSD addict, use ports everyday and can’t live without port Today, one of our server don’t seem hit firewall restriction and I nothing I can do . I see INDEX-6 everytime I try to issue command : make fetchindex but nothing show up. After scp INDEX-6 from other server I can update the ports. ...

Export picture from mysql database to file

12.11.2007 · Posted in Database, PHP

[amazonify]032152599X:left[/amazonify] As our data getting mobile and copying picture is annoying for me I decide to save the picture in the database (mysql). Another challenge came when other division need the data exported in a directory with same dimension (135 x 180 pixel). Structure for table ‘student_pic’  : CREATE TABLE `student_pic` (   `image_id` int(10) ...

Get table diff with sqlyog

12.08.2007 · Posted in Database

As the job area getting bigger and bigger, new tables created and others table get normalize. It’s often to see adding field or remove some field from table. Development phase also take some place and different computer.  Need more time to get ‘whats new‘ in table structure. An illustration for example : Working to make ...