Sneak Peeks Series is Over; openSUSE 10.3 is getting close!
View original post
Today I published the last in the Sneak Peeks at openSUSE 10.3 series, and I think it’s gone really great. A lot more people have discovered and commented on the various new features, and there’s a nicely documented place to point to when people ask the inevitable question of “What’s new in openSUSE 10.3?” Our friends at Fedora seem to even be doing something similar, too.
In summary, all the articles:
- Greatly Improved Boot Time, with Stephan Kulow
- 1-Click Install, with Benjamin Weber
- New Package Management, with Duncan Mac-Vicar Prett
- Compiz and Compiz Fusion, with Matthias Hopf and Jigish Gohil
- KDE 4, with Dirk Mueller
- SUSE-Polished GNOME 2.20, with JP Rosevear
- 1-CD Installation & Multimedia support, with Michael Löffler
- Virtualisation, with Frank Kohler
- A Plethora of Improvements, with Andreas Jaeger
The amount of articles that I got to publish on this (and there was more that I wish I had time to do!) is really just a testimony to the amount of new and exciting things in openSUSE 10.3. A huge thanks goes to all the proofreaders, helpers, and interviewees who made the series possible!
openSUSE 10.3 is coming out this Thursday to a mirror near you!
View source postFiled under Suse | Comment (0)
Howto Install Freecom Musicpal in Ubuntu Feisty
View original post
Introduction
Freecom just brought a brand new product to the Dutch market called the “Musicpal“. On the box it says it’s supported for Windows and Mac, although its software is based on Linux Kernel. Stubborn and Windows/Mac hater as I am, I decided to buy this nice product convinced of managing to make it work somehow in Ubuntu (Linux geek as I am!). Two days later I managed to make it work! Still not perfect, but enough not to bring my Musicpal back to the store. Therefor I thought it would be nice to write the beginning of a good tutorial.
To run the Freecom Musicpal, you need the delivered software which is, how awkwardly, not linux approved. But what is in this software? Nothing more than a fancy mediaserver. This mediaserver, serves musicfiles from your computer to the Musicpal in the network.
Musicpal’s mediaserver works with UPnP, a kind of networkprotocol for datatraffic mostly audio and videofiles. XBOX-Mediacenter and Mythtv are just two examples of programmes with build-in mediaservers based upon the UPnP protocol. The software delivered with the Musicpal is a UPnP-based mediaserver program.
UPnP mediaserver for linux
Are there any UPnP mediaservers for linux? Yes there are:
- GeexBox
- PyMedS
- MediaTomb
- TwonkyMedia (non-free)
- GMediaserver
First I tried GMediaserver which is in the ubuntu feisty repositories. But I couldn’t work it out to work with Musicpal, therefore the rest of this tutorial will be based upon the next program I tried: MediaTomb.
Mediatomb installation
This program is free and quite simple to use. Although it is not GUI based, still it is easy, even for a noob like me! Just follow the next steps and you’ll have your own mediaserver:
- Go to the webpage of MediaTomb by clicking on this link
- Here you can find plenty of information on this program. But we’re going to install it so…
- Go back to your computer and open a terminal window
- Copy paste this line
wget http://apt.mediatomb.cc/key.asc -O- -q | sudo apt-key add - - Press enter, something like OK must appear
- Close the terminal window and open synaptic
- Open packetsources in the main menu
- Open the third party sources tab
- Press Add
- Copy paste this line: deb http://apt.mediatomb.cc/ feisty main and press add source, then close the packet sources menu
- Press the button that says reload sources (or something like that)
- Now search for Mediatomb and install it
Mediatomb start up
This is the part where i’m new as well, and in the future we could improve ourselves. This is how I managed to make things work:
- Open a terminal window
- Type mediatomb (mediatomb will set itself up)
- Type
mediatomb -- add /home/username/music(type in the path where your music is stored, this is only my example) - Now mediatomb will easily add all your musicfiles to the network
Connect with Musicpal to Mediatomb
Go to you’re beloved Musicpal and gently press the buttons to reach the menu that says: “Media Server”. If you click on it, you’ll find Mediatomb in the next menu, and if you’ll click on that, you’ll find all your mediafiles that you want your sweet Musicpal to be playing.
Hope you beginners can use this tutorial, and hope that the more advanced linux users can add there knowledge to this start up!
Kind regards,
Merlijn Schoots
Tags: Freecom Musicpal Ubuntu, General, Install Freecom Musicpal in Ubuntu Feisty, Networking, upnp media server ubuntuFreecom Musicpal Ubuntu, General, Install Freecom Musicpal in Ubuntu Feisty, Networking, upnp media server ubuntu
Filed under Ubuntu | Comment (0)
Howto Install Freecom Musicpal in Ubuntu Feisty
View original post
Introduction
Freecom just brought a brand new product to the Dutch market called the “Musicpal“. On the box it says it’s supported for Windows and Mac, although its software is based on Linux Kernel. Stubborn and Windows/Mac hater as I am, I decided to buy this nice product convinced of managing to make it work somehow in Ubuntu (Linux geek as I am!). Two days later I managed to make it work! Still not perfect, but enough not to bring my Musicpal back to the store. Therefor I thought it would be nice to write the beginning of a good tutorial.
To run the Freecom Musicpal, you need the delivered software which is, how awkwardly, not linux approved. But what is in this software? Nothing more than a fancy mediaserver. This mediaserver, serves musicfiles from your computer to the Musicpal in the network.
Musicpal’s mediaserver works with UPnP, a kind of networkprotocol for datatraffic mostly audio and videofiles. XBOX-Mediacenter and Mythtv are just two examples of programmes with build-in mediaservers based upon the UPnP protocol. The software delivered with the Musicpal is a UPnP-based mediaserver program.
UPnP mediaserver for linux
Are there any UPnP mediaservers for linux? Yes there are:
- GeexBox
- PyMedS
- MediaTomb
- TwonkyMedia (non-free)
- GMediaserver
First I tried GMediaserver which is in the ubuntu feisty repositories. But I couldn’t work it out to work with Musicpal, therefore the rest of this tutorial will be based upon the next program I tried: MediaTomb.
Mediatomb installation
This program is free and quite simple to use. Although it is not GUI based, still it is easy, even for a noob like me! Just follow the next steps and you’ll have your own mediaserver:
- Go to the webpage of MediaTomb by clicking on this link
- Here you can find plenty of information on this program. But we’re going to install it so…
- Go back to your computer and open a terminal window
- Copy paste this line
wget http://apt.mediatomb.cc/key.asc -O- -q | sudo apt-key add - - Press enter, something like OK must appear
- Close the terminal window and open synaptic
- Open packetsources in the main menu
- Open the third party sources tab
- Press Add
- Copy paste this line: deb http://apt.mediatomb.cc/ feisty main and press add source, then close the packet sources menu
- Press the button that says reload sources (or something like that)
- Now search for Mediatomb and install it
Mediatomb start up
This is the part where i’m new as well, and in the future we could improve ourselves. This is how I managed to make things work:
- Open a terminal window
- Type mediatomb (mediatomb will set itself up)
- Type
mediatomb -- add /home/username/music(type in the path where your music is stored, this is only my example) - Now mediatomb will easily add all your musicfiles to the network
Connect with Musicpal to Mediatomb
Go to you’re beloved Musicpal and gently press the buttons to reach the menu that says: “Media Server”. If you click on it, you’ll find Mediatomb in the next menu, and if you’ll click on that, you’ll find all your mediafiles that you want your sweet Musicpal to be playing.
Hope you beginners can use this tutorial, and hope that the more advanced linux users can add there knowledge to this start up!
Kind regards,
Merlijn Schoots
Tags: Freecom Musicpal Ubuntu, General, Install Freecom Musicpal in Ubuntu Feisty, Networking, upnp media server ubuntuFreecom Musicpal Ubuntu, General, Install Freecom Musicpal in Ubuntu Feisty, Networking, upnp media server ubuntu
Filed under Ubuntu | Comment (0)
Howto Fix RSSOwl Internal Browser
View original post
Applications that collect data from RSS-compliant sites are called RSS readers or “aggregators.” RSSOwl is such an application. RSSOwl lets you gather, organize, update, and store information from any compliant source in a convenient, easy to use interface, save selected information in various formats for offline viewing and sharing, and much more. It’s easy to configure, available in many many languages and the best of all: It’s platform-independent.
RSSOwl is lack of HTML support. So here is the fix this problem
Install mozilla-browser Using the following command
sudo apt-get install mozilla-browser
Change run.sh in your rssowl directory to:
#!/bin/sh
export MOZILLA_FIVE_HOME=/usr/lib/mozilla/
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${MOZILLA_FIVE_HOME}:${LD_LIBRARY_PATH}
java -Xmx134217728 -Djava.library.path=. -jar rssowl.jar
In RSSOwl, go to Tools–>Preferences–>View
In the “Misc” section, check “View newstext in browser”
Go to Tools–>Preferences–>Browser
In the “Please enter path to executable” box, enter the path to your exectuable (lol). This is the app that you want to use to open in an external browser, so I wanted to use firefox. My path was “/usr/bin/firefox” but that’s not default. With a new system, it could be “/usr/bin/mozilla-firefox”
At the bottom, check “use external browser”
Now you should be able to view everything properly.
Tags: Fix RSSOwl Internal Browser problem, General, rss reader ubuntu, RSSOwl html support error, RSSOwl ubuntuFix RSSOwl Internal Browser problem, General, rss reader ubuntu, RSSOwl html support error, RSSOwl ubuntu
Filed under Ubuntu | Comment (0)