Learning On Demand Learning anything from anywhere

Archive for October, 2008

101 resources for creating wordpress theme

10.27.2008 · Posted in Blog

Making my own wordpress theme is one of desire from beginning of 2008 till now, due to lack of resources and time needed I decide to collect tutorial, books, video etc for creating wordpress theme. Here the lists so far : Official WordPress Theme 1. Codex Books 1. WordPress Theme Design 2. How to Theme ...

Antivirus for Your Computer

10.26.2008 · Posted in Internet

Viruses have been one of the main problems in our computers since years ago. Along with the development in our technology, the viruses are also improved to be more and more difficult to be vanished. The bad effects caused by those viruses are also various and each day become more dangerous not only threatening our ...

PC-BSD 7.0.1

10.23.2008 · Posted in Unix

From PCBSD : After much hard work and testing the PC-BSD Team is happy to announce the availability of PC-BSD 7.0.1, i.e. the first upgrade in the 7 series, with FreeBSD 7.0 under the hood. Version 7.0.1 contains a number of bugfixes and improvements. For a full list of changes, please refer to the changelog. ...

FreeBSD 7.1-BETA2 released

10.20.2008 · Posted in Unix

FreeBSD 7.1-BETA2 has been released, a few option to upgrade : 1. Using csup or cvsup, set tag to RELENG_7 2. Using freebsd-update, just use : freebsd-update upgrade -r 7.1-BETA2 Download iso files : i386 Amd64 For full release What is FreeBSD, click here for general review from wikipedia. ...

Mini Cooper Car

10.16.2008 · Posted in car

In the modern age like today we are faced with so many car option, you can choose many kind of cars like futuristic car, sedan, SUV, classic car, or others, if you like Mini cooper you can see 2008 mini cooper that available at thecarconnection.com, mini cooper itself like a city car, the size are ...

Step by Step Install CCproxy for Your Windows XP

10.13.2008 · Posted in Step By Step

Howto make my windows XP ready for internet sharing? Howto set server for my family? Yes, that question came from my friend who has laptop and want to share his ADSL connection with his family. I often refer to builtin ICS that windows XP provide by at this moment I’ll use CCProxy software, another software ...

FreeBSD 6.4-RC1 Ready for Download

10.12.2008 · Posted in Unix

Upgrade method also available using : 1. csup or cvsup use RELENG_6_4  tag 2. Using freebsd-update # freebsd-update upgrade -r 6.4-RC1 # freebsd-update install 3. Download Iso file Click here to download FreeBSD 6.4-RC1 For full news click here ...

Linux Kernel 2.6.27 is out : native support for my acer laptop wifi

10.10.2008 · Posted in Linux

Yes, huge thanks for atheros support in this kernel. More changes in summary : 2.6.27 add a new filesystem (UBIFS) optimized for “pure” flash-based storage devices, the page-cache is now lockless, much improved Direct I/O scalability and performance, delayed allocation for ext4, multiqueue networking, an alternative hibernation implementation based on kexec/kdump, data integrity support in ...

Reset FreeBSD Root Password

10.08.2008 · Posted in Step By Step, Unix

Maintain more machine means more password to remember, while keep it unique and secure also tend to forget for long time inactivity. Yes, because its stable One of my sandbox need to replace the lan card and I need to login but I can’t. After reading dan googling I reboot the sandbox and do these steps ...

Can’t locate Compress/Zlib.pm

10.07.2008 · Posted in Database

edp# perl /usr/local/sbin/mysqlblasy.pl Can’t locate Compress/Zlib.pm in @INC (@INC contains: /usr/local/lib/perl5/5.8.8/BSDPAN /usr/local/lib/perl5/site_perl/5.8.8/mach /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) at /usr/local/lib/perl5/site_perl/5.8.8/Archive/Zip.pm line 11. BEGIN failed–compilation aborted at /usr/local/lib/perl5/site_perl/5.8.8/Archive/Zip.pm line  11. Compilation failed in require at /usr/local/sbin/mysqlblasy.pl line 1340. BEGIN failed–compilation aborted at /usr/local/sbin/mysqlblasy.pl line 1340. Solution : edp# cd /usr/ports/archivers/ edp# cd p5-Compress-Zlib && make install edp# ...