Friday, September 4, 2009

Money Converter or Currency Converter

My friend asking me about money converter. Convert with what? He said that he want to convert USD (United States Dollar) to IDR (Indonesian Rupiah).

Based on dictionary.com, here is the definition of money and currency:
  • Money is any circulating medium of exchange, including coins, paper money, and demand deposits.
  • Currency is something that is used as a medium of exchange; money.


I though that what my friend want to said is currency converter. Yahoo and XE have currency converter.

I check exchange rates at KlikBCA, or I can get exchange rates information from other websites of Indonesian Banks.

Monday, August 31, 2009

Setting and Installing SMSTools and Huawei E220

I have problem setup smstools and HUAWEI E220 on CentOS 5 at server markas, then Culis did this:

I assume that you already install smstools, download from http://smstools.meinemullemaus.de/

Check USB Device
#cat /proc/bus/usb/devices

Then do this, or you can download
# wget http://www.kanoistika.sk/bobovsky/archiv/umts/huaweiAktBbo-i386.out

Or find the package containing huaweiAktBbo-i386.out here

# ./huaweiAktBbo-i386.out
# rmmod usb-storage


The command above is to change HUAWEI E220 from storage mode to modem mode.

Plug out HUAWEI E220 then plug it in again, then edit /etc/smsd.conf
devices = huawei
logfile = /var/log/smsd.log
loglevel = 7
[huawei]
device = /dev/ttyUSB0
incoming = yes
baudrate = 115200
#pin = 1111
rtscts = no
cs_convert = no

Friday, April 10, 2009