Learning On Demand Learning anything from anywhere

Archive for the ‘Step By Step’ Category

Step by step install Engine X (nginx) and php-fpm in FreeBSD

08.04.2008 · Posted in Step By Step, Unix

Nginx already in my list for almost 3 month but I don’t have time for play around with it. As usual freebsd ports is my preferable method to install software in FreeBSD I’m lucky to get php-fpm ports from php-fpm site that work for php-5.2.3RC. After change it a bit for php 5.2.6 I can ...

Detect more than one device for gammu

07.22.2008 · Posted in Step By Step

Another device for sms gateway has arrived, its Nokia 6070 I have connect it to server and need to configure : Steps taken to do that using gammu are : 1. Edit gammurc file, for example : [gammu] port = /dev/ttyUSB0 connection = at115200 [gammu1] port = /dev/ttyUSB1 connection = at115200 2. Detect it using ...

Step by step install wpmu in FreeBSD

06.28.2008 · Posted in Step By Step, Unix

A client need to install wordpress multi user to teach their employee about blog. They want it installed in their server, running FreeBSD 7 stable. Here’s step by step install wpmu in FreeBSD, might be useful for someone 1. Download latest wpmu file. wget http://mu.wordpress.org/latest.tar.gz 2. Extract and  rename phantom# pwd /home/phantom/public_html phantom# ls info.php ...

Dual Booting, Windows XP and Linux Ubuntu Desktop

06.05.2008 · Posted in Linux, Step By Step

I still need my windows. That my friend statement when he decide to give linux a try in his laptop after he feel comfortable with linux live CD. Yes, in this post I’ll show how dual booting looks like and step by step effort to make computer with single windows xp into dual booting with ...

Update to Windows XP Service Pack 3

05.15.2008 · Posted in Step By Step

Run a smooth and hassle free operating system is a dream of everyone who use windows as their daily friend including me. I wrote this post as result of my friend fear. She deny to update her windows installation because she afraid and want to see it in screenshot mode. 1. Download Windows XP SP3 ...

Simple DNS failover with OpenDNS

04.05.2008 · Posted in Step By Step

Sometime I got message ‘can’t resolve hostname’, till I use this simple technique I don’t have problem when my ISP dns server get down or when I have to protect my self from porn or phishing content. I use 4 (four) dns server, two using ISP dns server and the rest using OpenDNS. Here’s step ...

Enter Your ebay PID

03.09.2008 · Posted in Step By Step

Recently I’m installing wordpress plugin for getting ebay auction data called phpybaylite. As usual process for install the plugin in wp is easy except for finding information in plugin configuration : ebay PID After figure out the way, finally I can find my ebay PID, here’s the steps: 1. Login to cj account, pick ebay ...

Step By Step Adding Poll to your Website / Blog for free

01.30.2008 · Posted in Step By Step

Website interactivity can be made in many ways, some person use comment, adding guestbook, hit counter or polling or surveys system. This time I’ll show step by step tutorial for adding poll to your website / blog for free, just follow this simple steps : I. Basic requirement for this tutorial are : - Valid ...