by Administrator | Sep 2, 2011 | How To Install
Firefox 7 can be installed on Linux Mint 11, the same way how we install Firefox 7 on Ubuntu. Just Update the repository and use apt to install it. For Fedora Click Here. Run the following commands one by one in the terminal and type the password for the user, when... by Administrator | Aug 30, 2011 | How To Install
Broadcom wireless driver can be installed from source package or you can install the pre-compiled version. In this post you can find information on how to install pre-compiled version using yum install. This package can be install the same way how we install Firefox 6... by Administrator | Aug 28, 2011 | Error
In Ubuntu 13.04 / 12.10 / 12.04 you need to install this library. In Fedora 18 / 17 / 16 / 15 / 14 these library has been updated to libssl.so.10 and libcrypto.so.10, So you need to create a symbolic link for it as libssl.so.0.9.8 and libcrypto.so.0.9.8. If not you... by Administrator | Aug 25, 2011 | Error
In VNC while connecting to remote desktop, you may get this errors. unable to connect to host: No route to host (113) or unable to connect to host: Connection refused (111) In host machine iptables is running and is blocking the port 5901. Kill all the vncserver... by Administrator | Aug 24, 2011 | How To Install
μTorrent is a freeware and a closed source BitTorrent Client. One of the most used lightweight BitTorrent Client, Now it is available for Linux as μTorrent Server. You can download the tar file from utorrent.com. Before installing the uTorrent, you have to install the... by Administrator | Aug 19, 2011 | How To Install
Firefox is a free and open source web browser, It is the favorite web browser for most of the internet users. Recently the Mozilla team has released the latest stable version 6.0 on August 16, 2011. This latest version can be installed on your Ubuntu machine by using... by Administrator | Aug 19, 2011 | How To Install
Firefox, one of the most widely used web browser in internet. It is managed by Mozilla team and they have released the next stable version 6.0 on 16th August 2011. In this post you can find information on how to install firefox 6 using yum. It can be installed, the... by Administrator | Aug 17, 2011 | Linux
On dual boot Ubuntu and Windows, If you like to uninstall / remove Ubuntu from your machine and like to have windows alone. Then you need to restore your original MBR and it can be done easily with Boot Repair using Ubuntu Live CD / USB. To install the Boot Repair You... by Administrator | Aug 13, 2011 | Linux
In my previous post I explained how to compile and install linux kernel 3.0 in Ubuntu and Fedora. I mentioned about patch in that post and here we go how to upgrade or apply patch kernel 3.0.1 to kernel 3.0. If you like to upgarde between the releases then you need to... by Administrator | Aug 8, 2011 | How To Install
Linux Kernel 3.0.1 has become the stable release now and the latest testing version Linux Kernel 3.1-rc1 has been released today. There may be issues with this release since its not a stable release and you can try out with this release. Linux Kernel 3.1-rc1 is... by Administrator | Aug 8, 2011 | How To Install
Virtualenv: Virtual Python Environment builder. Here in this post you can find information on how to install virtualenv in Fedora. Virtualenv can be installed in two different ways Using Yum EasyInstall Normal Method: Copy and paste the following command in the... by Administrator | Aug 7, 2011 | Linux
Update: This post is outdated Click Here for the updated one. In this post I will explain you how to recover / re-install your Ubuntu Grub in easy steps. On dual boot after installing Windows or Fedora you may face this problem, your Ubuntu will not boot or its grub... by Administrator | Aug 7, 2011 | How To Install
Here in this post I will explain how to compile and install Linux Kernel 3.0 and Linux Kernel 3.x in Ubuntu. Linux Kernel 3.8.8 is the latest stable release and you can download it from kernel.org. If you are new to Linux then I strongly recommend you try with Linux... by Administrator | Aug 7, 2011 | How To Install
Latest Linux Kernel 3.0.1 version is released on 6th of this month. Ubuntu and Debian users can directly download the debian version fromkernel.ubuntu.co/m. If you like to compile the Linux Kernel 3.0.1 in Ubuntu Click Here. The packages needed to be installed are:... by Administrator | Aug 6, 2011 | How To Install
Here in this post I will explain how to compile and install Linux Kernel 3.0 and Linux Kernel 3.1 in Fedora 15. Linux Kernel 3.0.1 stable version has released yesterday and you can download it from kernel.org. If you are new to Linux then I strongly recommend you try... by Administrator | Aug 5, 2011 | How To Install
Linux Kernel 3.0 is recently released, the first release was kernel V 3.0-rc1 is released on 1st June this year. Linux Kernel 2.x has come to an end after 15 years of service to the world. The change has come and now the latest version of Linux Kernel 3.0 is released... by Administrator | Aug 5, 2011 | Linux
RAR, one of the most used data compression method. It is a non free archive file format that supports data compression, error recovery, and file spanning. You can use some of the Third-party software like unrar and 7-Zip to extract RAR files in Linux which is free to... by Administrator | Aug 4, 2011 | How To Install
VLC is a free and open source cross-platform multimedia player, which plays most of the multimedia files (MKV, AVI, MP4, etc.,). No codec packs needed to be installed, VLC is simple and powerfull multimedia player works on various Operating System Linux, Mac and... by Administrator | Aug 2, 2011 | Linux
Here in this post I will explain about how to change the default bash shell login to other available shells in linux. To change the shell login, the command used is chsh. To check the available shells type the following command in terminal. cat /etc/shells For... by Administrator | Aug 2, 2011 | Linux
Here is the interesting tweak about how to disable usb storage device in linux, and only root / sudo users can alone enable / mount it from the terminal. Using the below tweak / method one can block normal / guest user from mounting the usb storage device. Follow the... by Administrator | Jul 2, 2011 | Linux
The most awaited change has come up in the syllabus of Engineering students. The addition of “Foss Lab Manual” will bring in more creativity in programming and will increase the ability of the budding engineers to write their own programs / softwares. This... by Administrator | Jul 2, 2011 | Error
Facebook, one of the most popular social networking sites at times, does face challenges such as the below error. “Account temporarily unavailable. Your account is currently unavailable due to site issue. We expect this to be resolved shortly. Please try again... by Administrator | Jun 20, 2011 | Linux
PART ONE How to manage VirtualBox in command line or terminal. VBoxManage is the command which is used to manage VirtualBox in commandline. Using VBoxManage, one can create and control the virtual OS and there are many features than GUI VirtualBox. Here is a simple... by Administrator | Jun 20, 2011 | How To Install
Here is a post on how to install OpenERP in Vritualenv or multiple versions of OpenERP in Linux Requirement: 1)PostgreSQL To Install PostgreSQL in Ubuntu use the below command sudo apt-get install postgresql After installing PostgreSQL, configure it. The default super... by Administrator | Jun 4, 2011 | Python
Are you a Python programmer? What is your coding rate out of 10? Want to know how to rate your Python program? Then, here is an interesting topic about how to rate Python program! Pylint is a tool which rates the Python program. Pylint analyses the Python source code,... by Administrator | Jun 4, 2011 | How To Install
In this post, we will discuss the installation of Django in Virtualenv. By using Virtualenv one can install different / multiple versions of Django in Linux machine like Fedora, Ubuntu even in Mac. If virtualenv is not installed already in the machine, check the... by Administrator | Jun 4, 2011 | Python
Python Program This program accepts two or more words from the user as input, segregates the vowels and consonants in all the words and then generates more words from the combination of vowels and consonants. For example: $ python wordgen.py Enter words separated by... by Administrator | May 30, 2011 | Python
Python Program Using the mobile keypad layout: 1 => 1, 2 => ABC, 3 => DEF, 4 => GHI, 5 => JKL,6 => MNO, 7 => PQRS, 8 => TUV, 9 => WXYZ, 0 => 0+_ For a mobile number, generate the possible combinations of alphabets matching each digit... by Administrator | May 22, 2011 | How To Install
Here is an interesting post on how to install / manage different versions of Python in a single linux / ubuntu machine! Pythonbrew is a magical tool. Which can also be called as Python version manager similar to that of RVM-Ruby version manager but Pythonbrew is... by Administrator | May 14, 2011 | How To Install
Virtualenv: Virtual Python Environment builder Here I am explaining how to install virtualenv in Ubuntu. Virtualenv can be installed in two different ways Using Aptitude EasyInstall Aptitude: Copy and paste the following command in the Terminal. Type the password for... by Administrator | May 10, 2011 | How To Install
Ways to install packages on Ubuntu: There are three way to install a software in Ubuntu Terminal Synaptic Package Manager Ubuntu Software Center Following are the guide line to install a VLC player in Ubuntu Terminal: Open a Terminal by using Ctrl+Alt+T or...