Browsed by
Month: September 2015

Software Freedom Day Eve @Kathmandu University

Software Freedom Day Eve @Kathmandu University

Lets start this article with the saying of Richard M. Stallman, software freedom activist and computer programmer “Control over the use of one’s ideas really constitutes control over other people’s lives; and it is usually used to make their lives more difficult.” Every year open and free software lover celebrate  Software Freedom Day (SFD) on third saturday of september and in the same way third friday as Software Freedom Eve. In Kathmandu University, we have Kathmandu…

Read full Article Read More

How to simulate on-screen type like you see in movies?

How to simulate on-screen type like you see in movies?

While you have seen movie in which there is on-screen typing. Well, you can do same simply using “pv” command. First install pv command by simply copying or typing command below: sudo apt-get install pv Then do the following : echo “This is the checking of on-screen typing. Yes i can see on-screen typing using pv command” | pv -qL 10 Enjoy Linux

How to check the support status of linux destro?

How to check the support status of linux destro?

This is short article to check the support status of your version of linux. Here I show you in my system. I am using Ubuntu 14.04 LTS, Trusty Tahr. Copy or type the following command to check yours. ubuntu-support-status Result is: You have 36 packages (1.9%) supported until May 2017 (3y) You have 26 packages (1.4%) supported until February 2015 (9m) You have 5 packages (0.3%) supported until June 2016 (9m) You have 1779 packages…

Read full Article Read More

Unable to lock the administration directory (/var/lib/dpkg/), is another process using it

Unable to lock the administration directory (/var/lib/dpkg/), is another process using it

Could not get lock /var/lib/dpkg/lock – open (11: Resource temporarily unavailable) Unable to lock the administration directory (/var/lib/dpkg/), is another process using it? Have you ever faced this problem while trying to install any program in linux? Today, while I was installing “pv” command then I came across this problem. This problem may arises when other apt-get  may have been running in background. This can be resolved simply by rebooting the system or by killing the…

Read full Article Read More