Since I am using Mobile broadbrand with Reliance(Samsung Corby Speed) I was searching for drivers to install the modem in Linux machine. After a long search I tried for an hour and came up successfully installing the driver with Ubuntu(9.10). Follow the simple 7 steps to configure the USB EVDO modem to conneect in Ubuntu. [...]
Archive for the ‘Ubuntu’ Category
How to install and configure Reliance Mobile broadband with Samsung Corby Speed SCH-F339 – on Debian GNU/Linux (etch) or Ubuntu?
Posted: April 22, 2010 in UbuntuI have recently seen many posts from people trying to dual boot Ubuntu and Windows 7 beta, but not succeeding. So I tried it out myself and found a solution. Index 1. Obtain a copy of Windows7. 2. Partition your disk with gparted. 3. Install Windows7. 4. Re-install Grub. 5. Edit Grub to List Windows [...]
Easiest way to Install Passenger in Ubuntu: Open a terminal, and type: gem install passenger Type: passenger-install-apache2-module And follow the instructions During the installation procedure the installer package will prompt for any additional gems to be installed if necessary. Deploying Rails Application to a Apache Virtual host Add a virtual host entry to your Apache [...]
How to install and configure BSNL EVDO broadband with ZTE CDMA Tech – EVDO USB modem on Debian GNU/Linux (etch) or Ubuntu?
Posted: July 6, 2009 in UbuntuFollow the simple 7 steps to configure the USB EVDO modem to conneect in Ubuntu. Find The Modem, Vendor and ProdID Detect the modem using modprobe Plug in modem and see whether it has been found by using dmesg Install dialer “wvdial” if it is not already installed Configure /etc/wvdial.conf to put phone number, user [...]
Webmin is a web-based interface for system administration for Unix. Using any browser that supports tables and forms (and Java for the File Manager module), you can setup user accounts, Apache, DNS, file sharing and so on. Webmin consists of a simple web server, and a number of CGI programs which directly update system files [...]
As a web developer i should have LAMP on my machine and now i would guide you through installing it on yours. This guide is divided into 3 steps: installing/tesing Apache, PHP and finally MySQL. Lets start with Apache: 1. Open the terminal (we will be using it through most of my guide) from Applications [...]