Showing posts with label karmic. Show all posts
Showing posts with label karmic. Show all posts

Sopcast for Linux. Goodbye Windows

1

Posted by VasiaUVI | Posted in , , , | Posted on Monday, February 08, 2010

I have to say that one of the reasons that I still have Windows on my laptop is because I watch Romanian televisions online using Sopcast plugin and Internet Explorer. Some time ago I've heard that there is also for Linux a version of Sopcast Player. That I didn't installed this application and I really don't understand why!! Ohhh, well, today I've done it and it's working very well!

Let me explain a little bit what you have to do to make this SopcastPlayer to work! It's very simple! Go to the Sopcast main web page at the download section http://www.sopcast.org/download/ and download the packages corresponding for Linux, or enter in terminal the commands below (I usually have a Downloads folder in /home directory):

How To Install Firefox 3.6

0

Posted by VasiaUVI | Posted in , , , | Posted on Friday, February 05, 2010

By default with Ubuntu Karmik Koala is coming the browser Firefox 3.5. But as you already  know, and if you don't know now you find out, that Firefox 3.6 is out and ready to be installed on your Ubuntu system.

It's not hard at all! What you have to do is just to open a Gnome-Terminal and write this lines:

sudo gedit /etc/apt/sources.list

your file with all the repository has just opened! Paste this lines in the end of the file:

#Firefox
deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu  karmic main
deb-src http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu karmic main

After this save and close the sources.list file.
What you have to do next is to update the repository list and also to install the beautiful browser.

sudo apt-get update
sudo apt-get install firefox-3.6

You can launch the browser from Applications -> Internet -> Namoroka Web Browser.
It could happen that a window show up asking if you want to import your bookmarks and other settings from Firefox 3.5. I've pressed the Import Settings button but you can do how it's best for you!

But to be honest I have to say that I don't use Firefox 3.6! I use Swiftfox 3.6! This is an optimized Mozilla Firefox for Linux. If you want to know more about this awesome browser called Swiftfox enter on WebUpd8.

By the way, WebUpd8 is a very very good Linux site.

Install MPlayer and SMPlayer

Posted by VasiaUVI | Posted in , , , | Posted on Sunday, January 17, 2010

Usually, when I'm watching a video I'm using SMPlayer (a lot of people are using VLC), which is an application based on the famous video player MPlayer. If MPlayer is broken also SMPlayer will not work at all.

Some days ago I really don't know what happened but MPlayer didn't work  anymore, it was giving me an error something like this:

/usr/bin/mplayer: symbol lookup error: /usr/bin/mplayer: undefined  symbol: codec_wav_tags

If you have the same error you can try to reinstall the program. For me the installation from the Synaptic Package Manager didn't resolved my problem and because of this I've installed from an other repository. If you have the same problem you could try the steps below. If you never installed MPlayer or SMPlayer you also can do the same steps.