This program is an audio-player, written with help of Qt library. The user interface is similar to winamp or xmms. Alternative user interfaces also are available.
Minimalistic player that many will apriciate for its simplicity. More
Links to useful articles
31/03/2011
Ubuntu Tutorials, Useful Apps Multimedia, Winamp Leave a comment
This program is an audio-player, written with help of Qt library. The user interface is similar to winamp or xmms. Alternative user interfaces also are available.
Minimalistic player that many will apriciate for its simplicity. More
30/03/2011
Ubuntu Tutorials, Useful Apps Applet, DVD, NRG Leave a comment
by Andrew @http://www.webupd8.org/
sudo add-apt-repository ppa:tldm217/tahutek.net
sudo apt-get update
sudo apt-get install mounty
Once installed, you’ll find it under Applications > Accessories > Disk Image Mounter (Mounty).
Thanks to Damar for the PPA; AppIndicator created by Kasimir @ skss.learnfree.eu for creating this applet.
30/03/2011
Linux Plus, News Al Jazeera Leave a comment
Written by M. Zinoune (Zinovsky) @ http://www.unixmen.com/
If you are a fun of Aljazeera News channel, this is a nice command that allow you to watch Al Jazeera live in your Linux desktop. I tested the command and is working like a charm.
30/03/2011
Android, Useful Apps FirefoxMobile, Maemo, Mozilla Firefox 4 Leave a comment
Written by Andrew @ http://www.webupd8.org/
And lots more. Check out the release notes for more info. More
29/03/2011
Appearance, Ubuntu Tutorials, Useful Apps Applet, CPU time, GNOME, GNOME Panel, Ubuntu, Ubuntu One 4 Comments
By Joey Sneddon @http://www.omgubuntu.co.uk/
The default desktop of Ubuntu 11.04 Natty Narwhal will no longer support the traditional GNOME panel applets many of us have become accustomed to.
Supplanting them fully will be ‘Application Panel Indicators’. These new breed of notification area entries are designed to be consistent and unified in look and function, thus leading to a desktop more in tune with itself and with its users.
Just as with GNOME Applets you’re free to pick and choose which of these you use, install or run, so here’s a quick run down of the most popular ‘App indicators’ and ‘Indicator Applets’ presently available along with all the links/info you need to install them.
Note that for simplicities sake we’ve opted to not mention indicators that ship with Ubuntu by default – Tomboy, Transmission, etc. More
28/03/2011
Useful Apps Disk image, ISO image, Mount Leave a comment
Furius ISO Mount is a simple application for mounting .iso, .img, .bin, .mdf and .ng image files without burning them to disk.
Features:
Automatically Mounts ISO, IMG, BIN, MDF and NRG Image Files.
Automatically creates a mount point in your home directory.
Automatically Unmounts the Image files.
Automatically removes the mount directory to return your home directory to its previous state.
Automatically saves the history of the last 10 images mounted.
Mounts multiple images.
Burn ISO and IMG Files to optical disk.
Generate Md5 and SHA1 checksums.
Automatically retrieves any previously unmounted images.
Automatically generates a log file of all commands needed to mount and unmount images manually.
Localizable (currently Czech, Danish, French, Hungarian, Italian, German, Polish, Slovenian, Spanish and Turkish are available. More
27/03/2011
By Joey Sneddon @http://www.omgubuntu.co.uk/
A few days back we walked you through creating QR codes via the command line in Ubuntu.
Following that post a developer, David Green, put together a GUI front-end for the process, allowing for a more user-friendly experience in generating 2D barcodes.

The application, like the command line version, uses qrencode for barcode generating and allows you to specify text and pixel size.
A .deb installer for QR Code Creator can be found @ launchpad.net/qr-code-creator/
Alternatively it can be installed from the developers’ PPA @ ppa:david4dev/qr
27/03/2011
Ubuntu Tutorials Ubuntu, Ubuntu Software Center, Ubuntu-restricted-extras 1 Comment
by Allu John Sudhakar @ http://www.ubuntugeek.com
Ubuntu is a great operating system. It fast, secured and easy to use when compared to most of other operating Systems. But Ubuntu is not complete without some additional packages. One command make Ubuntu useful for everyday use.
To get started, press Ctrl – Alt – T on your keyboard to open Terminal.
When Terminal opens, type the command below and press Enter to install.
sudo apt-get install ubuntu-restricted-extras
Programs that will get installed after running the above command are:
Ubuntu by default, doesn’t allow you to play MP3, DVD, Flash or most media formats for legal reasons. You must always install additional programs that will allow you to play those media
To install Ubuntu restricted extras
go to Ubuntu Software Center from the application launcher. Then search for “Ubuntu Restricted Extras” and Install . It will install commonly used applications with restricted copyright (mp3,avi,mpeg,True Type,java,Flash,Codecs).
http://www.ubuntugeek.com/first-command-to-run-after-installing-ubuntu.html
27/03/2011
Ubuntu Tutorials, Useful Apps Integrated development environment, Open source, Programming, Ubuntu Leave a comment
Geany is a small and lightweight Integrated Development Environment. It was developed to provide a small and fast IDE, which has only a few dependencies from other packages. Another goal was to be as independent as possible from a special Desktop Environment like KDE or GNOME – Geany only requires the GTK2 runtime libraries.
25/03/2011
Ubuntu Tutorials 3D computer graphics, Web browser, WebGL Leave a comment
WebGL is a Web-based Graphics Library. It extends the capability of the JavaScript programming language to allow it to generate interactive 3D graphics within any compatible web browser.
WebGL is a context of the canvas HTML element that provides a 3D computer graphics API without the use of plug-ins.
Problem
After recent installation of firefox 4 i am getting the following error message
This Browser does not support WebGL
Solution
First you need to install the following package
sudo apt-get install libosmesa6
After installing above package open your browser and type about:config address bar and search for webgl.osmesalib now you need to add string type as /usr/lib/libOSMesa.so.6
Finall restart your firefox
You can check if webgl is working or not go to https://demos.mozilla.org/en-US/ and play 360° Video.