This is a follow up to my previous post in making Windows XP looks like Classic Ubuntu look. This time you can also make Windows 7 to look like Ubuntu.

You can download the theme from nullzr0z DeviantArt site

Free and Open Source blogger with an attitude
This is a follow up to my previous post in making Windows XP looks like Classic Ubuntu look. This time you can also make Windows 7 to look like Ubuntu.

You can download the theme from nullzr0z DeviantArt site
This is a follow up to my previous post in making Windows XP looks like Classic Ubuntu look. This time you can also make Windows 7 to look like Ubuntu.

You can download the theme from nullzr0z DeviantArt site
The newly released Ubuntu 11.04 (Natty Narwhal) features Unity shell interface which displays the current user name the top right of the panel (MeMenu) that adds a personalized feeling to desktop users.
However some users might not be comfortable to have their username appears on the computer screen, especially when they are working on a publicly accessible computer or when they do not want their username to appear on screenshots or screen-casts of their desktop.
So to remove the username, one only need to open a console, and run the following command:
gconftool -s /system/indicator/me/display –type int 0
Before

After

Alternatively, you can also choose to display your own fullname on MeMenu. You can do that by running the following command:
gconftool -s /system/indicator/me/display –type int 2
You return to the default setting of displaying your current username, by running:
gconftool -s /system/indicator/me/display –type int 1
.
.
.
[via Chicomonte]
You can easily generate QR Code under Ubuntu using the command line ‘qrencode’ package. In Ubuntu 11.04 Natty Narwhal, you can install qrencode using this command:
apt-get install qrencode
To generate QR Code image, you only need to run this command:
qrencode -l L -v 1 -o qrcode-test.png "Hello, World!"
QR Code is a form of 2 dimensional barcode which can store arbitary text data including URL, email or plain text. For more information, please refer to the QR Code Wikipedia Entry
Unlike previous Ubuntu releases, Ubuntu 11.04 (Natty Narwhal) comes with Unity out from the box. As such, those who are not familiar with Ubuntu Netbook Remix might need to get used to the Unity Shell Interface with this keyboard shortcut wallpaper (created by Octavian Damiean.
Click on the image to get the original wallpaper with the full keyboard shortcuts and mouse tricks.
[via OMGUbuntu ]