Linux's archive
Start gammu service with event.d in Ubuntu Server 8.04
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 …
Changing inittab instruction in smsdrc file [...]
Relaying mail in postfix
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 hostname
like :
relayhost = mail.rasyid.net
save and [...]
mod_unique_id: unable to gethostbyname
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.
/usr/lib/vmware/bin/vmware-vmx: error while loading shared libraries
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 tell me that [...]
- PHP Script Install by bdesignr
- Distribute a flash game. by sweta1
- Web Design Project - 20 by MrSamHunts
- Web Design Project - 19 by MrSamHunts
- Web Design Project - 18 by MrSamHunts
- Web Design Project - 17 by MrSamHunts
- Web Design Project - 16 by MrSamHunts
- Web Design Project - 15 by MrSamHunts
- MSN CAPTCHA Recognition program by honestmoney
- Dynamic Text in Flash Video and Web Page by pannucci


