vrms – check your Ubuntu for Non-free packages (Virtual Richard M Stallman)

vrms is an application that checks for non-free packages or components installed in your Debian-based system (including Ubuntu) and subsequently display a statistic of how many percentage of your system is non-free.

vrms can be installed using Synaptic Package Manager :

VRMS - Virtual Richard Stallman

To execute it, just type “vrms” in the terminal, here’s an example of vrms output for my system :
[javascript]
mypapit@mypapit-desktop:~$ vrms
Non-free packages installed on mypapit-desktop

bsdgames-nonfree rogue, the classic dungeon exploration game
Reason: No commercial use
fglrx-modaliases Identifiers supported by the ATI graphics driver
latex2html LaTeX to HTML translator
linux-generic Complete Generic Linux kernel
linux-restricted-modules- Non-free Linux 2.6.28 modules helper script
linux-restricted-modules- Restricted Linux modules for generic kernels
nvidia-173-modaliases Modaliases for the NVIDIA binary X.Org driver
nvidia-180-modaliases Modaliases for the NVIDIA binary X.Org driver
nvidia-71-modaliases Modaliases for the NVIDIA binary X.Org driver
nvidia-96-modaliases Modaliases for the NVIDIA binary X.Org driver
rar Archiver for .rar files
sun-java6-bin Sun Java(TM) Runtime Environment (JRE) 6 (architecture
sun-java6-demo Sun Java(TM) Development Kit (JDK) 6 demos and example
sun-java6-jdk Sun Java(TM) Development Kit (JDK) 6
sun-java6-jre Sun Java(TM) Runtime Environment (JRE) 6 (architecture
sun-java6-plugin The Java(TM) Plug-in, Java SE 6
tangerine-icon-theme Tangerine Icon theme

Contrib packages installed on mypapit-desktop

jetty Java servlet engine and webserver
nvidia-common Find obsolete NVIDIA drivers
openttd reimplementation of Transport Tycoon Deluxe with enhan

17 non-free packages, 1.1% of 1601 installed packages.
3 contrib packages, 0.2% of 1601 installed packages.
[/javascript]

So if you prefer a completely free (as in freedom!) operating system, you can use install gNewsense instead of Ubuntu.

My Experience with Asus EeePC 1000h netbook

Last week I had the chance to use the Asus EeePC 1000h netbook (photo below) while carrying out official duties in my workplace.

Asus Eeepc 1000h netbook Screenshot - mypapit

The Asus EeePC 1000h dimension is roughly the size of an A4 paper. If you happened to have an A4 paper in front of you, then you’ll get the idea of how big Asus EeePC 1000h is. Its 10 inch widescreen monitor offers a compact yet comfortable view for portable operation.

EeePC 1000h keyboard screenshot

The keys on the keyboard is roughly 92% the size of an average laptop keyboard. This is larger than its predecessor Asus Eeepc 1000 and 901. Most importantly, the 1000h also comes with 160GB hard disk (with a modest 5,400 rpm) as opposed to 4-8GB of Solid State Drive (SSD) like its predecessor, allowing you to store more files on the netbook.

EeePC 1000h battery life
One of the thing that I admire most about Asus EeePC is its battery life which was advertised as it could last up to 7 hours. My personal test reveals that EeePC 1000h could last about 5 hours when running with active WiFi connection, which I consider as more than Continue reading “My Experience with Asus EeePC 1000h netbook”

How to install *.rpm in Ubuntu / Debian based operating system

There are times when you need to install an application that is only available in *.rpm package in Debian GNU/Linux or Ubuntu operating system. One of the main obstacles is that Debian / Ubuntu are using *.deb based packaging system which is incompatible with RPM.

However you can easily convert RPM package to *.deb and install it afterwards, here’s how to do it :

  • Install alien, its available in Debian, Ubuntu repository
  • Convert rpm package using command “sudo alien -k some-binary-package.rpm”
  • Install it using this command “sudo dpkg -i some-binary-package.deb

That’s all about it! Have fun installing application in your application.

Subscribed to Linux Hater’s Blog : Funny and hillarious blog

After discovering Linux Hater’s blog from Google Reader and Technorati, I decided to subscribe it as it was a funny and hillarious blog. It make fun of people who are using Linux for the wrong reasons (such as trying to act cool) and how some things in Linux are not better than any other operating system.

Linux Tux Logo

Other than that, it contains criticism of the Linux community in general, mainly directed towards fanboys and developers, although one can easily surmise that the author himself is a Linux user who has experience in writing applications, and presumably using a Debian-derived Linux distro.

Well I might be wrong, but Linux Haters Blog is a must read if you are a Linux user yourself because it offer insights of the overall of how GNU/Linux operating system compare to other OS and what would make Linux a better OS

B43 broadcom linux driver supported chipset

Supported chipset for b43 Broadcom Linux drivers are :

  • bcm4303 (802.11b-only chips)
  • bcm4306
  • bcm4311 rev 2 / bcm4312 (needs patches for 2.6.24)
  • bcm4309 (only the 2.4GHz part)
  • bcm4318

and unsupported are:

  • BCM 4309 and BCM 4312 is not supported.
  • BCM 4328/4329

Please refer to this post, Ubuntu Hardy Heron : Wifi Broadcom Support with b43 driver for a guide to activate B43 Linux driver in order to use wifi function in your laptop.

Source : Ubuntu: Enabling Broadcom BCM43xx Based Wireless