Linux Kernel 3.7.1 is the first maintenance release for the Kernel 3.7 series that has been made available recently for Ubuntu/Linux Mint systems. In this tutorial, we will see as usual how to upgrade to this new kernel using a simple bash script. Here are some of the changes and fixes in kernel 3.7.1 taken…
Posts Tagged
mint
Change Apache document root (www folder) in Ubuntu
In my development environment I feel comfortable to have my document root directory (www) in my home directory. It gives me much more flexibility for permission issues. To do so Open the /etc/apache2/sites-available/default file with administrative privileged and change the document root as /home/{user}/www, in my perspective it is /home/tapan/www 1. Open /etc/apache2/sites-available/default sudo gedit…
How to : Install zoom ultra AC2726 modem
1. lsusb in terminal to view whether the usb modem is connected or not. 2. sudo wvdialconf to configure the modem with your system. 3. Edit /etc/wvdial.conf and give the following text as it is, [Dialer Defaults] Init1 = ATZ Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 Stupid Mode = 1 Modem Type =…
Enable mod_rewrite in linux
Today I fight a lot for working over my CI_2.0.3 projects on linux mint 11 (katya). As I am a windows user trying to convert myself in linux. It was very confusing about file permission and other silly stuff in linux. And its little scary when I get my fist page in each projects but…