Hi folks, After lost my laptop I bought a Samsung laptop and install fedora 18. But each time whenever I saw a wearied behavior of service httpd. Some time it start and some time its not. As a new bee of Linux I searched a lot and found a match of my problem. My problem…
Posts Tagged
linux
Install / Upgrade to Linux Kernel 3.7.3 in Ubuntu / Linux Mint
Linux Kernel 3.7.3 has just been released which is the third maintenance release of kernel 3.7 series. This new release brings various bug fixes especially for Radeon graphics cards and it also fixes flickering with some high-res monitors. In this guide, we will see how to install/upgrade to this new kernel using a simple bash…
Update linux kernel 3.7.1 in Ubuntu and Mint (Softway)
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…
Update Linux Kernel 3.6.8 In Ubuntu 12.10/12.04 and Linux Mint 14/13
Last couple of days I was fighting with Ubuntu. First faced HDMI video problem, after defeat that issue, faced HDMI audio problem!!! When I recover that issue I find that my internal microphone of laptop is not working. Here I introduced with ALSA and found that there may be some issue with kernel 3.5.0.19 which is…
How to : Get A Complete GNOME 3 Desktop In Ubuntu 12.10 (Without Installing Ubuntu GNOME Remix)
From last one and half year I am using Ubuntu with Unity as my default DE. Last couple of days I am experimenting with HDMI with my Ubuntu 12.10 and messed something that if I connected with external display (like VGA or HDMI) then everything seems fine but without that my laptop screen streached top…
Format USB drive from linux command line
Everyday I am growing up with linux (Ubuntu). there is a lot of issues I need to know, but if I read this continuously then it will gone in vain. Better I run like when I need anything I find that and archive that in my blog for future reference. Like after almost 8 months…
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…
Install Oracle Java 7 for Ubuntu 12.04 LTS
Oracle JDK is no longer included by default in Ubuntu’s repositories due to licensing. OpenJDK is default now but many apps still don’t play nice with it. This is why I installed Oracle JDK. I’ll walk you through the process of installing Oracle JDK 7 on Ubuntu 12.04 LTS Precise Pangolin, the easy way. For…
How to : Flush or clear DNS cache in Ubuntu
Today I think to flush/clear my DNS cache from Ubuntu but didn’t know how to do this. So I googled for sometime and found the solution that is easy in Ubuntu. This is for my future reference and even for those who don’t know how to do this, Name Service Cache Daemon is responsible for…
How to : Enable USB support in Virtual Box over Ubuntu
I cant use USB in my Virtual Box Guest OS, when ever i clicked over USB from Virtual Box it shows to add the current user to vboxusers. But i was unsure how to do this. After a comprehensive search i found a easy command to add my user to vboxusers group. The command is…
Enable root user in Ubuntu 12.04 LTS
You may have noticed by now you can’t access root account or login to the root account and also that in Ubuntu you never set a root password during installation, fixing this is actually pretty easy but I really recommend against doing this if you are new to Linux as its easy to mess up…
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 =…