Sunday, February 11, 2007

configure internal modem in linux

You can configure ur internal modem to surf the internet in linux.

use following steps


wget -c http://linmodems.technion.ac.il/packages/scanModem.gz
gunzip -c scanModem.gz > scanModem
chmod +x scanModem
sudo ./scanModem
gedit Modem/ModemData.txt

read the above ModemData.txt file and check www.linmodems.org
or www.linaxant.com for ur modem driver.

it is iteresting, now u can browse internet in linux and it is always safe from the viruses.

State Machine implementation for Spring Boot Project

Well I do not write a lot about it. You have plenty of resources to read about it. The behavior of state machines can be observed in many d...