Archive for the ‘Ubuntu’ Category

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. [...]

I 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 [...]

Follow 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 [...]

Install Webmin in Ubuntu

Posted: July 3, 2009 in Ubuntu

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 [...]