Wednesday, December 22, 2010

5.0.7

Hey All,

Debian 5.0.7 was out on Nov 27th 2010. Download it at debian.org

Tc,
Ananth S Gouri

SuperTuxKart

Hey All,

This post explains how to install the game SuperTuxKart.

Issue these commands from the konsole:

sudo add-apt-repository ppa:stk/dev

sudo apt-get update

sudo apt-get install supertuxkart

Thats it...
Ananth S Gouri


Source: Digitizor, SuperTuxKartDevelopmentBlog via OMG Ubuntu

Tuesday, December 21, 2010

gmcs

Hey All,

If your mono (Windows C# as in layman's term) program involves CLI (Common Language Interface) 2.0, then running mcs will not compile the program.

You need to install gmcs for Mono C# 2.0 and C# 3.0 compiler for CLI 2.0 as is from synaptic...

And the command also differs. It will be gmcs filename.cs and not mcs filename.cs.

But to run the program it will be same - mono filename.exe

Hope this was interesting...
Ananth S Gouri

Monday, December 20, 2010

Installing XBMC "Dharma" on Ubuntu

Hi All,

This post explains how to install XBMC (XBox Media Center) 10.0 code named Dharma onto your Ubuntu systems.

Issue these commands from the terminal:


sudo add-apt-repository ppa:team-xbmc/ppa

sudo apt-get update

sudo apt-get install xmbc

Thats it...

You can view xbmc from Sound and Video

Enjoy,
Ananth S Gouri

Thursday, December 16, 2010

festival

Hi All,

This post explains how to make use of the software festival - one that is used as a text to speech synthesis system...

Make sure that you have festival installed...

Or else issue this command:

sudo apt-get install festival

Or thro synaptic install festival

Once festival is installed, create a text file and save it a.txt

Issuing this below command will read out your a.txt as speech:

festival --tts a.txt

Note above line contains 2 hyphens before tts

Thats it..

Tc,
Ananth S Gouri