Learning On Demand Learning anything from anywhere

Archive for July, 2008

ping.fm, update all your social service in single ENTER

07.30.2008 · Posted in hobby

Yes, finally I use ping.fm as main tools for updating my social services such as : twitter plurk jaiku etc Registration process for ping.fm is easy, the main obstacles for newbie in my opinion is ‘beta code’. ping.fm require beta  code as part of their registration steps. Same analogy for me when I must decode ...

FreeBSD snapshots for July 2008 Is Out

07.27.2008 · Posted in Blog

My bad I just know that after visit FreeBSD snapshots page. For 6.3, 7.0 and 8 with many version supported. Visit their page for download latest release. ...

Start gammu service with event.d in Ubuntu Server 8.04

07.26.2008 · Posted in Linux

By default when run gammu in Windows I can leave the window by closing it. Since I must run it in linux I must type and wait : root@dns:/etc# /gammu 0 –smsd MYSQL /etc/smsdrc bash: /gammu: is a directory root@dns:/etc# gammu 0 –smsd MYSQL /etc/smsdrc Log filename is “/etc/smsdlog” Press Ctrl+C to stop the program ...

Track Your Spouse

07.26.2008 · Posted in Walk

Do you feel suspicious whether if your spouse cheating on you or not? If you find he/she act odd lately, you can just ask them directly of course, but that might lead to a row between you or extreme denial from him/her. Why don’t you try to find out your self by using the GPS ...

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 ...

Relaying mail in postfix

07.21.2008 · Posted in Linux

We have new server configured, the problem is the ISP. They not allow port 25 for sending mail. Fortunately we have another existing postfix server . After edit main.cf in new server, we can send email through existing server. The only change to do is : Edit main.cf, find relayhost line and add existing server ...

Unknown SMSD service type (“MYSQL”)

07.17.2008 · Posted in Database

That message show up when I install gammu from source in Ubuntu server 8.04 : root@dns:/home/edpteam# gammu –smsd MYSQL smsdrc Unknown SMSD service type (“MYSQL”) After dig in mailing list I have clue to install mysql library : apt-get install libmysqlclient15-dev apt-get install libmysqlclient15-dev Reading package lists… Done Building dependency tree Reading state information… Done ...

Install wordpress theme and Install Plugin easily with WP Easy Uploader

07.14.2008 · Posted in Blog

This wordpress plugin is very time saving for daily life of blogging. WP Easy Uploader Yes, this wp plugin can do more than install theme and plugin but for the sake of spread the word I make little expalanation on how to install wp theme and wp plugin using wp easy uploader . This steps ...

Testing dns server using nslookup

07.12.2008 · Posted in Dns

DNS take important part in internet world as resolver for domain. The problem came when we think something wrong with it. Need to examine which server is in trouble. From this picture : There is two dns servers : 202.146.178.4 208.67.222.222 In windows we can check which dns server that work well using nslookup. Steps ...

mod_unique_id: unable to gethostbyname

07.11.2008 · Posted in Linux, Unix

Yes, that message display when I try to start apache inside my jail box.  [Thu Jul 10 13:23:41 2008] [alert] mod_unique_id: unable to gethostbyname(”mailserver”) To resolve this problem, just edit /etc/hosts add record for ‘mailserver’ entry, like : ::1                     localhost localhost.my.domain 127.0.0.1               localhost localhost.my.domain 172.88.1.5              email.rasyid.com mailserver Restart apache and test it yourself. mod_unique_id: unable ...

/usr/lib/vmware/bin/vmware-vmx: error while loading shared libraries

07.09.2008 · Posted in Linux

Due to the challenge for efficiency I decide to install vmware server on ubuntu server hardy heron 8.04 The installation process itself is smooth except this part : /usr/lib/vmware/bin/vmware-vmx: error while loading shared libraries vmware need a few shared libraries as requirement for register serial number. If I ignored it I’ll see repeating message that ...