Disruptive Technologies, Education and Some Social Issues Disruptive Technologies, Modern Education, Shrouded Social Issues and Dirty media propaganda

    Ubuntu Linux – My First Experience

    Ubuntu Linux – My First Experience-Image
    Posted By :- Jyothi M John Hey Guys – I am writing a post after a long time. This time I got my hands on Ubuntu Linux. Ubuntu Linux is the Best Desktop Solution from linux that I have ever seen. You can download Ubuntu Linux from www.ubuntu.com . Installation is very smooth – it boot into a live desktop before you start installation – from which you can check out most of the installed S/W. Even after you have...

    How to Configure BSNL EVDO USB BroadBand in Linux

    How to Configure BSNL EVDO USB BroadBand in Linux-Image
    Configuring the BSNL Evdo USB Broadband in linux is very much similar to configuring any USB modem in Linux. 3 steps are involved. Detecting the device Configuring wvdial.conf Dialling In most cases the hardware is auto detected and drivers are automatically loaded. You can check your /dev/ directory for any of these files. ttyusb0, ttyusb1, ttyusb2 …… After plugging in he modem, a new device should appear. In most...

    TataIndicom USB internet configuration in Linux

    TataIndicom USB internet configuration in Linux-Image
    Many of us have USB internet dongles from TataIndicom or Reliance. Here is how you can configure it to work with linux. Edit the /etc/wvdial.conf file to add these extra lines. [Dialer Defaults] Modem=/dev/ttyUSB0 Baud=115200 Dial Command = ATDT Baud=115200 Dial Command = ATDT init1=ATZ init2=AT+CRM=1 Flow Control= Hardware (CRTSCTS) Username = internet Password = internet Phone = #777 Stupid Mode = 1 The lineĀ  Modem=/dev/ttyUSB0...