Installing a Perl module is not a genius’ work, but getting it done without root access can be a challenging task (of course not impossible). You may face this situation when you do not have rights to standard directories where a Perl module is installed. In this tutorial we will see how we can install a Perl module without root or super user permission by installing it in separate non-standard directories.
[Read more...]
How to Install A Perl Module In Linux Without Root Permission
How to Get A Better Computer With Less Cash
Sponsored Article: This is a sponsored article, with compensation provided by H&R Block® via Glam Media
Technology is always evolving, fast. The computer that you bought last year is now obsolete and you are planning to get a new one. Before you walk into the store and pay big bucks to the retailers for the latest PC in town, check out this guide on how you can get a better computer, with more juice and power, without breaking the bank.
[Read more...]
6 Useful Graphical Git Client for Linux
While git has been around for some time, it is only recently that I used it for collaboration with a co-worker. For those who are not aware, git is a distributed version control system with complete history and full revision tracking capabilities. It is a great tool for developers to collaborate without losing their sanity.
In Linux, the most primitive way of using git is via the command line. Once you have installed git (with the command “sudo apt-get install git“), you can use the few commands “git add *“, “git commit“, “git pull“, “git push” to manage your repository. However, the most primitive way doesn’t mean it is the best way. Below are several graphical git client that you can use to make your git usage an easier and better one.
[Read more...]
How to Install a Preview of Ubuntu TV

At CES, Canonical announced its latest major project that it is calling Ubuntu TV “TV for human beings”. Much of the Ubuntu TV interface will be based on the groundwork that has already been established with the development of Unity, Canonical’s revolutionary, and sometimes polarizing, desktop environment.
In keeping with tradition, Ubuntu TV is free and open source. Therefore, you can install it now, while keeping in mind that it is still under heavy development. If you have the time and wherewithal, you can try installing it from source. If not, there is also a PPA available with binary packages.
[Read more...]
How to Install and Configure ownCloud
It is difficult to read any tech news and not see something about “the cloud”, cloud computing, cloud hosting, or at least something that mentions the word “cloud”. Many businesses have moved their entire software operations into the cloud, and many individual users rely on cloud service providers for email, documents, and file storage.
There are a plethora of file storage and file sharing services available on the web. Many of them are free for a limited amount of space (often around 2 to 5 GB). For a lot of people, this type of service is sufficient, but if you want your own file storage system, need a lot more space, do not want to pay a third party service, and already have your own web hosting account for your website, ownCloud is a free and open source option you should definitely consider.
[Read more...]
BrowserLinux: A Linux Distro For The Sole Purpose Of Browsing The Web
Apple has made famous the phrase “There is an app for that“. In the open source Linux world, you can apply the same saying too: “There is an distro for that“. Indeed, for whatever functions you want your OS to perform, there is a distro for that. Need a media center? Mythbuntu. Need a multimedia creation tool? UbuntuStudio. Need a distro for kids? DouDouLinux. Need a lightweight OS that runs in old computer? Lubuntu. Need a super lightweight distro that can fit into your USB drive? DamnSmallLinux. Need a distro for browsing the web? BrowserLinux.
[Read more...]
How to Dual Boot Asus Transformer With Ubuntu
I got myself a Asus Transformer tablet in June 2011 and since then, I have been looking for an easy way to install Ubuntu on it. The form factor, the keyboard dock and the hardware spec of Asus transformer make it just right for a portable computer. However, back then, getting Ubuntu on board the device is not easy and requires lot of hacking and scripting.
Recently, I re-checked the XDA-Developers forum again and found that someone has created a super-easy way to create a dualboot system. I tried it and it works! Here’s what I did:.
[Read more...]
FatRat Is A Powerful Download Manager For Linux
Do you download a lot of stuff from the web, either from a direct download, RSS feed, torrents or RapidShare, and were frustrated that there was not a single software that you can use to manage them all? Well, that’s because you have missed out FatRat. In fact, FatRat will be the one and only download manager you ever need.
[Read more...]
How to Make GTK3 Apps Look Presentable in KDE4
With the release of Gnome 3, many developers of GTK apps have begun to port their programs from GTK2 to GTK3. If you have used Ubuntu 11.04, you will notice that many of the popular GTK2 themes did not yet have GTK3 equivalents, which left the few GTK3 applications looking awful.
[Read more...]
Fixing “username is not in the sudoers file. This incident will be reported” Error In Ubuntu
By default, in Ubuntu, the first user account you created during the installation process is also the administrator of the system. Using this user account, he/she is able to perform administrative tasks with the “sudo” command. If you are not aware, “sudo” refers to Super User Do and all users in this group are geared with administrative rights to manage the system. However, if you accidentally removed yourself from this “sudo” group, you will not be able to do anything. Instead, the only thing you will see is:
damien is not in the sudoers file. This incident will be reported
[Read more...]