Thursday, May 5, 2011

Cloud Internet Telephony Services - SaaS

Interesting Sites:

http://www.tropo.com/
http://www.twilio.com/
http://www.teleku.com/
http://www.phono.com/


Thursday, February 3, 2011

Basic Linux Network Setup


Basic Linux Network Setup.

To change IP and make network up:

ifconfig eth0 10.50.110.205 netmask 255.255.255.0 up
This make the NIC to have an ip address

To add default route:

route add default gw 10.50.110.1
This makes the IP packets to flow through the gateway

To resolve name:

vim /etc/resolve.conf   (add nameservers or a local search)


Friday, January 21, 2011

SugarCRM as a Matrimony Website

I was thinking of having Matrimony website for our community needs. I found SugarCRM as a better framework for the same.

http://matrimony.musugundan.com

Another Open Source benefiting the community.

Better termed to be as Open Source Matrimonial Software.