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
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”)
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
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
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 […]