<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TimburyDotOrg &#187; tutorial</title>
	<atom:link href="http://timbury.org/tag/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://timbury.org</link>
	<description>Linux and Open Source Stuff</description>
	<lastBuildDate>Tue, 07 Sep 2010 23:10:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How-To: Enable Last.fm Song Submission in CMus in Debian and Ubuntu</title>
		<link>http://feedproxy.google.com/~r/blogspot/xYHf/~3/7QPh0a_ZvJk/how-to-enable-lastfm-song-submission-in.html</link>
		<comments>http://feedproxy.google.com/~r/blogspot/xYHf/~3/7QPh0a_ZvJk/how-to-enable-lastfm-song-submission-in.html#comments</comments>
		<pubDate>Sun, 26 Apr 2009 13:20:00 +0000</pubDate>
		<dc:creator>Craciun Dan</dc:creator>
				<category><![CDATA[syndicated]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[cmus]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[CMus is a very powerful audio player for the console with a ncurses-based interface, support for themes and highly configurable.Although (at least in Debian) CMus does not come with Last.fm song submission support by default, there is a script availabl...]]></description>
			<content:encoded><![CDATA[<a href="http://cmus.sourceforge.net/">CMus</a> is a very powerful audio player for the console with a ncurses-based interface, support for themes and highly configurable.<br /><br />Although (at least in Debian) CMus does not come with Last.fm song submission support by default, there is a script available <a href="http://www.hci-matters.com/blog/2008/05/06/c-music-player-audioscrobblerlastfm-patch/">here</a> as a patch, which you can apply to the source, compile CMus again and enable Last.fm support.<br /><br />Here's what you have to do:<br /><br /><span style="font-weight: bold;">1. Enable sources repositories</span><br />Edit the <span style="font-weight: bold; font-style: italic;">/etc/apt/sources.list</span> file as root with your favourite text editor (e.g. <span style="font-style: italic;">nano /etc/apt/sources.list</span> or <span style="font-style: italic;">kdesu /etc/apt/sources.list</span>) and make sure you have a line which starts with <span style="font-weight: bold;">deb-src</span>, as in the example below:<br /><br /><span style="color:red;">deb-src</span> <span style="color:green;">ftp://ftp.ro.debian.org/debian/ lenny main contrib non-free<br /><br /><span style="color: rgb(0, 0, 0);">You can replace the TLD with the one of your country (e.g. instead of <span style="font-weight: bold;">ro</span> use <span style="font-weight: bold;">fi</span> for Finland, <span style="font-weight: bold;">de</span> for Germany etc.) Next, update the packages list as root:<br /><br /><span style="color: rgb(0, 102, 0);">apt-get update</span></span></span><br /><span style="color: rgb(0, 0, 0);"><br /><span style="font-weight: bold;">2. Get the CMus source code</span><br />Type, as normal user:<br /><br /><span style="color: rgb(0, 102, 0);">apt-get install git-core<br /><br /><span style="color: rgb(0, 0, 0);font-family:verdana;" >Now issue the command:<br /><br /></span></span></span><code style="font-family: verdana; color: rgb(0, 102, 0);">git clone git://repo.or.cz/cmus.git</code><br /><span style="color: rgb(0, 0, 0);"><br /><span style="font-weight: bold;">3. Get the Last.fm patch</span><br />Go here and download the patch (direct link <a href="http://www.turboupload.com/iw1yzshs8lsy/as.patch.html">here</a>). Save it inside the <span style="font-style: italic; font-weight: bold;">cmus</span> directory. The file is called <span style="font-weight: bold; font-style: italic;">as.patch</span><br /><br /><span style="font-weight: bold;">4. Apply the patch</span><br />To apply the patch, make sure the current working directory is <span style="font-style: italic;">cmus</span> and type:</span><span style="font-size:100%;"><code><br /></code></span><br /><span style="color: rgb(0, 0, 0);"><span style="color: rgb(0, 102, 0);font-family:verdana;" >patch &lt; as.patch<br /><br /><span style="font-weight: bold; color: rgb(0, 0, 0);">5. Install CMus dependencies</span><br /><span style="color: rgb(0, 0, 0);">To install the needed libraries for the compilation, type as root:</span><br /><br />apt-get install libncurses5-dev<br /><span style="color: rgb(0, 102, 0);">apt-get build-dep cmus</span><br /><br /><span style="font-weight: bold; color: rgb(0, 0, 0);">6. Compile and install CMus</span><br /><span style="color: rgb(0, 0, 0);">Just type the usual:</span><br /><br /><span style="color: rgb(0, 102, 0);">./configure</span><br /><span style="color: rgb(0, 102, 0);">make</span><br /><span style="color: rgb(0, 102, 0);">make install</span><br /><br /><span style="color: rgb(0, 0, 0);">The last one as root.</span><br /><br /><span style="font-weight: bold; color: rgb(0, 0, 0);">7. Enable the Last.fm song submission script</span><br /><span style="color: rgb(0, 0, 0);">You can either copy the following three lines inside the </span><span style="font-style: italic; font-weight: bold; color: rgb(0, 0, 0);">~/.cmus/rc</span><span style="color: rgb(0, 0, 0);"> file:</span><br /><br /><span style="color: rgb(0, 102, 0);">set as_enable=true<br /></span><span style="color: rgb(0, 102, 0);">set as_user=Lastfm_USER</span><br /><span style="color: rgb(0, 102, 0);">set as_pass=Lastfm_PASS</span><br /><br /><span style="color: rgb(0, 0, 0);">Or run the same commands in CMUS like this:</span><br /><br /></span><span style="color: rgb(0, 102, 0);">:set as_enable=true<br />:set as_user=Lastfm_USER<br />:set as_pass=Lastfm_PASS</span><br /><br />Just make sure to replace <span style="font-weight: bold;">Lastfm_USER</span> and <span style="font-weight: bold;">Lastfm_PASS</span> with the appropiate values.</span><div class="blogger-post-footer"><script type="text/javascript"><!--
google_ad_client = "pub-2249634079385444";
/* 728x90, created 5/25/08 */
google_ad_slot = "3303509608";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1568130245619806374-682820901530626095?l=vivapinkfloyd.blogspot.com' alt='' /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/mWDyKDp10NtAe8eHS_k3iCOUqr0/0/da"><img src="http://feedads.g.doubleclick.net/~a/mWDyKDp10NtAe8eHS_k3iCOUqr0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/mWDyKDp10NtAe8eHS_k3iCOUqr0/1/da"><img src="http://feedads.g.doubleclick.net/~a/mWDyKDp10NtAe8eHS_k3iCOUqr0/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/blogspot/xYHf/~4/7QPh0a_ZvJk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://vivapinkfloyd.blogspot.com/feeds/682820901530626095/comments/default</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test Firefox 3.1 Beta 1 in Debian Without Changing Your Existing Installation</title>
		<link>http://feedproxy.google.com/~r/blogspot/xYHf/~3/16cyigaI110/test-firefox-31-beta-1-in-debian.html</link>
		<comments>http://feedproxy.google.com/~r/blogspot/xYHf/~3/16cyigaI110/test-firefox-31-beta-1-in-debian.html#comments</comments>
		<pubDate>Sat, 25 Oct 2008 22:40:00 +0000</pubDate>
		<dc:creator>Craciun Dan</dc:creator>
				<category><![CDATA[syndicated]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Firefox 3.1 Beta 1 was released on October 14, 2008 and it currently comes in 36 fully-localised languages. This beta is based on Gecko 1.9.1 layout engine and according to the official website, this release features "significant changes to improve web...]]></description>
			<content:encoded><![CDATA[Firefox 3.1 Beta 1 was released on October 14, 2008 and it currently comes in 36 fully-localised languages. This beta is based on Gecko 1.9.1 layout engine and according to the official website, this release features <span style="font-style: italic;">"significant changes to improve web compatibility, performance and ease of use"</span>. You can read the release notes on the official website, <a href="http://www.mozilla.com/en-US/firefox/3.1b1/releasenotes/">here</a>.<br /><br />Debian Lenny comes with Iceweasel 3.0.3, which is actually Firefox with a changed name and a few minor changes. If you have Iceweasel 3.0.3 installed but want to test this new beta without changing anything to your system, just follow the steps below.<br /><br /><span style="font-weight: bold;">Download Firefox 3.1 Beta 1</span><br />Get the Firefox .tar.bz2 archive from <a href="http://www.mozilla.com/en-US/firefox/all-beta.html">here</a>, then uncompress it using:<br /><br /><span style="color: rgb(0, 102, 0);">tar -xjf firefox-3.1b1.tar.bz2</span><br /><br />Next, move the <span style="font-style: italic;">firefox</span> directory wherever you want it, for example in your home directory, or in <span style="font-style: italic;">~/apps</span> etc.<br /><br /><span style="font-weight: bold;">Run it using a new profile</span><br />Firefox uses the default profile whenever you run it without specifying another profile using a parameter. To run it using a different profile than the default one, use this command after making sure your current working directory is <span style="font-style: italic;">firefox</span>:<br /><br /><span style="color: rgb(0, 102, 0);">./firefox --no-remote -P new_profile</span><br /><br />As you can see, we used the name <span style="font-style: italic;">new_profile</span> for our profile. The --no-remote parameter will not connect Firefox to a running instance, so you will be able to run both your current version and 3.1 Beta 1.<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_D1EpnOVJuA8/SQOaqBneTAI/AAAAAAAABks/sx5dKKPSaLM/s1600-h/firefox_profile01.png"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://4.bp.blogspot.com/_D1EpnOVJuA8/SQOaqBneTAI/AAAAAAAABks/sx5dKKPSaLM/s400/firefox_profile01.png" alt="" id="BLOGGER_PHOTO_ID_5261218836478053378" border="0" /></a><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_D1EpnOVJuA8/SQOaqI1lyhI/AAAAAAAABk0/zP5sbAH4giE/s1600-h/firefox_profile02.png"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 300px;" src="http://3.bp.blogspot.com/_D1EpnOVJuA8/SQOaqI1lyhI/AAAAAAAABk0/zP5sbAH4giE/s400/firefox_profile02.png" alt="" id="BLOGGER_PHOTO_ID_5261218838416312850" border="0" /></a><br />Select <span style="font-style: italic;">new_profile</span> (or whatever the name of your profile is) and click on <span style="font-style: italic;">Start Firefox</span>:<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_D1EpnOVJuA8/SQOaqeDz1iI/AAAAAAAABk8/ZAX3WFy8UIs/s1600-h/firefox_profile03.png"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 259px;" src="http://2.bp.blogspot.com/_D1EpnOVJuA8/SQOaqeDz1iI/AAAAAAAABk8/ZAX3WFy8UIs/s400/firefox_profile03.png" alt="" id="BLOGGER_PHOTO_ID_5261218844113098274" border="0" /></a><br />You will be prompted to accept the EULA, then Firefox 3.1 Beta 1 will start and you will be able to test it.<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_D1EpnOVJuA8/SQOaqSJDbzI/AAAAAAAABlE/NgitZ04L8k8/s1600-h/firefox_eula.png"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 223px;" src="http://2.bp.blogspot.com/_D1EpnOVJuA8/SQOaqSJDbzI/AAAAAAAABlE/NgitZ04L8k8/s400/firefox_eula.png" alt="" id="BLOGGER_PHOTO_ID_5261218840913866546" border="0" /></a><br />A small window should appear prompting you to choose the profile to use. Click on the <span style="font-style: italic;">Create Profile...</span> button, then follow the instructions as in the screenshots below. You will notice you won't even have to close Iceweasel 3.0.3 if you have it running.<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_D1EpnOVJuA8/SQOaqoZyzGI/AAAAAAAABlM/bcQdWo3Lygo/s1600-h/firefox_about01.png"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 264px; height: 400px;" src="http://2.bp.blogspot.com/_D1EpnOVJuA8/SQOaqoZyzGI/AAAAAAAABlM/bcQdWo3Lygo/s400/firefox_about01.png" alt="" id="BLOGGER_PHOTO_ID_5261218846889659490" border="0" /></a><br />Currently there are no available themes for Firefox 3.1, so you'll have to use the default until they are updated.<div class="blogger-post-footer"><script type="text/javascript"><!--
google_ad_client = "pub-2249634079385444";
/* 728x90, created 5/25/08 */
google_ad_slot = "3303509608";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1568130245619806374-6135579679364616979?l=vivapinkfloyd.blogspot.com' alt='' /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/DoZlPJOPTd1L9vO4QAc2QwwsWHk/0/da"><img src="http://feedads.g.doubleclick.net/~a/DoZlPJOPTd1L9vO4QAc2QwwsWHk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/DoZlPJOPTd1L9vO4QAc2QwwsWHk/1/da"><img src="http://feedads.g.doubleclick.net/~a/DoZlPJOPTd1L9vO4QAc2QwwsWHk/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/blogspot/xYHf/~4/16cyigaI110" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://vivapinkfloyd.blogspot.com/feeds/6135579679364616979/comments/default</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-To: Compile and Install xine-lib 1.1.15 in Debian Lenny and Ubuntu 8.04</title>
		<link>http://feedproxy.google.com/~r/blogspot/xYHf/~3/bRzUM-TWfnE/how-to-compile-and-install-xine-lib.html</link>
		<comments>http://feedproxy.google.com/~r/blogspot/xYHf/~3/bRzUM-TWfnE/how-to-compile-and-install-xine-lib.html#comments</comments>
		<pubDate>Fri, 12 Sep 2008 09:28:00 +0000</pubDate>
		<dc:creator>Craciun Dan</dc:creator>
				<category><![CDATA[syndicated]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Xine is an engine which allows to play audio CDs, DVDs, VCDs, various audio and video formats like AVI, WMV, MOV to list a few. The last version of xine-lib is 1.1.15, released on August 14, 2008.Installation in Debian LennyTo compile from source and i...]]></description>
			<content:encoded><![CDATA[<a href="http://xinehq.de/">Xine</a> is an engine which allows to play audio CDs, DVDs, VCDs, various audio and video formats like AVI, WMV, MOV to list a few. The last version of xine-lib is 1.1.15, released on August 14, 2008.<br /><br /><span style="font-weight: bold;">Installation in Debian Lenny</span><br />To compile from source and install xine-lib 1.1.15 in Debian Lenny you'll have to follow the steps below.<br /><br /><span style="font-weight: bold;">1. Enable the sources repositories</span><br />Make sure you have a line like the following in your /etc/apt/sources.list file:<br /><br /><span style="color: rgb(0, 102, 0);"><span style="color: rgb(153, 0, 0);">deb-src</span> http://ftp.ro.debian.org/debian/ lenny main contrib non-free</span><br /><br />Then update the packages list as root:<br /><br /><span style="color: rgb(0, 102, 0);">apt-get update</span><br /><br /><span style="font-weight: bold;">2. Install the dependencies</span><br />As root, type:<br /><br /><span style="color: rgb(0, 102, 0);">apt-get build-dep libxine1</span><br /><br />This will install the development packages and the tools needed to compile Xine.<br /><br /><span style="font-weight: bold;">3. Download the source, compile and install</span><br />Download the last xine-lib version from <a href="http://xinehq.de/index.php/download">here</a>, uncompress it and compile as usual:<br /><br /><span style="color: rgb(0, 102, 0);">./configure</span><br /><span style="color: rgb(0, 102, 0);">make</span><br /><span style="color: rgb(0, 102, 0);">make install</span><br /><br />Last one as root.<br /><br />xine-lib should be now installed in <span style="font-style: italic;">/usr/local/lib/</span>.<br /><br /><span style="font-weight: bold;">Installation in Ubuntu 8.04</span><br />Ubuntu Hardy comes with libxine 1.1.11, so if you want to update to the latest version, you need to follow the steps above, with the exception of preceding the commands which need root privileges with <span style="font-style: italic;">sudo</span>. For example:<br /><br /><span style="color: rgb(0, 102, 0);">sudo apt-get build-dep libxine1</span><br /><br /><span style="color: rgb(0, 102, 0);">./configure</span><br /><span style="color: rgb(0, 102, 0);">make</span><br /><span style="color: rgb(0, 102, 0);">sudo make install</span><br /><br />With your user's password.<br /><br /><span style="font-weight: bold;">Video players using Xine</span><br />I can recommend <a href="http://kaffeine.kde.org/">Kaffeine</a> and <a href="http://xinehq.de/index.php/releases">Xine-UI</a>, both these players use the Xine engine.<br /><br /><div style="text-align: center;"><span style="font-size:85%;">Kaffeine 0.8.6<br /></span></div><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_D1EpnOVJuA8/SMpOMWv1WKI/AAAAAAAABJk/dlXrFMeCQis/s1600-h/kaffeine.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_D1EpnOVJuA8/SMpOMWv1WKI/AAAAAAAABJk/dlXrFMeCQis/s320/kaffeine.jpg" alt="" id="BLOGGER_PHOTO_ID_5245090690197969058" border="0" /></a><br /><span style="font-style: italic; color: rgb(0, 102, 0);">Updated: Sep 12, 2008</span><div class="blogger-post-footer"><script type="text/javascript"><!--
google_ad_client = "pub-2249634079385444";
/* 728x90, created 5/25/08 */
google_ad_slot = "3303509608";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1568130245619806374-7240275559034657825?l=vivapinkfloyd.blogspot.com' alt='' /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/8qKkc4eQGyEd8CSXxLHFN7tJvmE/0/da"><img src="http://feedads.g.doubleclick.net/~a/8qKkc4eQGyEd8CSXxLHFN7tJvmE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/8qKkc4eQGyEd8CSXxLHFN7tJvmE/1/da"><img src="http://feedads.g.doubleclick.net/~a/8qKkc4eQGyEd8CSXxLHFN7tJvmE/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/blogspot/xYHf/~4/bRzUM-TWfnE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://vivapinkfloyd.blogspot.com/feeds/7240275559034657825/comments/default</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-To: Install Video Codecs and DVD Support in Ubuntu/Kubuntu 8.04 &#8216;Hardy Heron&#8217;</title>
		<link>http://feedproxy.google.com/~r/blogspot/xYHf/~3/G_nW5nX5PMI/how-to-install-video-codecs-and-dvd.html</link>
		<comments>http://feedproxy.google.com/~r/blogspot/xYHf/~3/G_nW5nX5PMI/how-to-install-video-codecs-and-dvd.html#comments</comments>
		<pubDate>Wed, 10 Sep 2008 13:11:00 +0000</pubDate>
		<dc:creator>Craciun Dan</dc:creator>
				<category><![CDATA[syndicated]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Medibuntu is a project somewhat similar with debian-multimedia.org for Debian, providing packages which are not included in the official Ubuntu repositories due to legal issues. In order to make use of the packages included in Medibuntu (including the ...]]></description>
			<content:encoded><![CDATA[<a href="http://www.medibuntu.org/">Medibuntu</a> is a project somewhat similar with <a href="http://debian-multimedia.org/">debian-multimedia.org</a> for Debian, providing packages which are not included in the official Ubuntu repositories due to legal issues. In order to make use of the packages included in Medibuntu (including the non-free video codecs <span style="font-style: italic;">w32codecs</span> and <span style="font-style: italic;">libdvdcss2</span> for watching ecrypted DVDs), you will only need to follow several easy steps explained below.<br /><br /><span style="font-weight: bold;">1. Add the Medibuntu repository address to /etc/apt/sources.list</span><br />Edit as root the <span style="color: rgb(0, 0, 0); font-style: italic;">/etc/apt/sources.list</span> file (e.g. <span style="font-style: italic;">sudo nano /etc/apt/sources.list</span> or <span style="font-style: italic;">kdesu kate /etc/apt/sources.list</span>) and add the following two lines:<br /><br /><span style="color: rgb(0, 102, 0);">deb http://packages.medibuntu.org/ hardy free non-free</span><br /><span style="color: rgb(0, 102, 0);">deb-src http://packages.medibuntu.org/ hardy free non-free</span><br /><br /><span style="font-weight: bold;">2. Update the packages list</span><br />Issue the following command:<br /><br /><span style="color: rgb(0, 102, 0);">sudo apt-get update</span><br /><br /><span style="font-weight: bold;">3. Install the <span style="font-style: italic;">w32codecs</span> and <span style="font-style: italic;">libdvdcss2</span> packages</span><br />To install those two packages, just type in the command:<br /><br /><span style="color: rgb(0, 102, 0);">sudo apt-get install w32codecs libdvdcss2</span><br /><br />It should be done now. The codecs will be installed in <span style="font-style: italic;">/usr/lib/codecs/</span> and the DVD library in <span style="font-style: italic;">/usr/lib/libdvdcss2.so.2.0.8</span>.<br /><br />Another way to install <span style="font-style: italic;">libdvdcss2</span> is to first install the package <span style="font-style: italic;">libdvdread3</span>:<br /><br /><span style="color: rgb(0, 102, 0);">sudo apt-get install libdvdread3</span><br /><br />And then running the command:<br /><br /><span style="color: rgb(0, 102, 0);">sudo /usr/share/doc/libdvdread3/install-css.sh</span><br /><br />As video players, I recommend <a href="http://smplayer.sourceforge.net/">SMPlayer</a> and <a href="http://kaffeine.kde.org/">Kaffeine</a>, the first using the MPlayer engine, while the latter uses the Xine engine. They both have subtitle support and many powerful features (like remembering video position and settings after closing the application in SMPlayer), and Kaffeine also reads DVD menus.<br /><br /><div style="text-align: center;"><span style="font-size:85%;">SMPlayer 0.6.0 running in Kubuntu 8.04</span><br /></div><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://3.bp.blogspot.com/_D1EpnOVJuA8/SMfMn2w2zbI/AAAAAAAABGg/tWSUwHWnt6o/s1600-h/smplayer.png"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://3.bp.blogspot.com/_D1EpnOVJuA8/SMfMn2w2zbI/AAAAAAAABGg/tWSUwHWnt6o/s400/smplayer.png" alt="" id="BLOGGER_PHOTO_ID_5244385276183629234" border="0" /></a><br />To install either of those, use one of the commands below:<br /><br /><span style="color: rgb(0, 102, 0);">sudo apt-get install smplayer</span><br /><span style="color: rgb(0, 102, 0);">sudo apt-get install kaffeine</span><br /><br /><span style="font-style: italic; color: rgb(0, 102, 0);">Updated: Sep 10, 2008 (Created: Sep 10, 2008)</span><div class="blogger-post-footer"><script type="text/javascript"><!--
google_ad_client = "pub-2249634079385444";
/* 728x90, created 5/25/08 */
google_ad_slot = "3303509608";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1568130245619806374-3414910333289888258?l=vivapinkfloyd.blogspot.com' alt='' /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/F7sKNZWZkxUJnfsK384qtzk6gVw/0/da"><img src="http://feedads.g.doubleclick.net/~a/F7sKNZWZkxUJnfsK384qtzk6gVw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/F7sKNZWZkxUJnfsK384qtzk6gVw/1/da"><img src="http://feedads.g.doubleclick.net/~a/F7sKNZWZkxUJnfsK384qtzk6gVw/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/blogspot/xYHf/~4/G_nW5nX5PMI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://vivapinkfloyd.blogspot.com/feeds/3414910333289888258/comments/default</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-To: Compile and Install Code::Blocks from Source in Debian Lenny</title>
		<link>http://feedproxy.google.com/~r/blogspot/xYHf/~3/NvEWC9_Et1k/how-to-compile-and-install-codeblocks.html</link>
		<comments>http://feedproxy.google.com/~r/blogspot/xYHf/~3/NvEWC9_Et1k/how-to-compile-and-install-codeblocks.html#comments</comments>
		<pubDate>Thu, 24 Jul 2008 06:51:00 +0000</pubDate>
		<dc:creator>Craciun Dan</dc:creator>
				<category><![CDATA[syndicated]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Code::Blocks is an IDE (Integrated Development Environment) for C and C++, built using the wxWidgets kit.The latest version is 8.02, available for download from the official downloads page. To install the dependencies, use:apt-get install build-essenti...]]></description>
			<content:encoded><![CDATA[Code::Blocks is an IDE (Integrated Development Environment) for C and C++, built using the wxWidgets kit.<br /><br />The latest version is 8.02, available for download from the <a href="http://www.codeblocks.org/downloads">official downloads page</a>. To install the dependencies, use:<br /><br /><span style="color: rgb(0, 102, 0);">apt-get install build-essential</span><br /><span style="color: rgb(0, 102, 0);">apt-get install libwxgtk2.8-dev wx-common libgtk2.0-dev</span><br /><br />Next, uncompress the source and issue the usual:<br /><br /><span style="color: rgb(0, 102, 0);">./configure</span><br /><span style="color: rgb(0, 102, 0);">make</span><br /><span style="color: rgb(0, 102, 0);">make install</span><br /><br />Last one as root. You can launch Code::Blocks by running <span style="font-style: italic;">codeblocks</span> in a shell or typing ALT+F2 and type <span style="font-style: italic;">codeblocks</span> in the run dialogue.<br /><br /><div style="text-align: center;"><span style="font-size:85%;">Codeblocks 6.02<br /></span></div><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://1.bp.blogspot.com/_D1EpnOVJuA8/SIgmEYDhXoI/AAAAAAAABB4/xOF3qpu5RjM/s1600-h/codeblocks.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://1.bp.blogspot.com/_D1EpnOVJuA8/SIgmEYDhXoI/AAAAAAAABB4/xOF3qpu5RjM/s320/codeblocks.jpg" alt="" id="BLOGGER_PHOTO_ID_5226469224182013570" border="0" /></a><div class="blogger-post-footer"><script type="text/javascript"><!--
google_ad_client = "pub-2249634079385444";
/* 728x90, created 5/25/08 */
google_ad_slot = "3303509608";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1568130245619806374-2677698517721555783?l=vivapinkfloyd.blogspot.com' alt='' /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/i85wSlQL1hr7Th3-n5-Xi7jP0X8/0/da"><img src="http://feedads.g.doubleclick.net/~a/i85wSlQL1hr7Th3-n5-Xi7jP0X8/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/i85wSlQL1hr7Th3-n5-Xi7jP0X8/1/da"><img src="http://feedads.g.doubleclick.net/~a/i85wSlQL1hr7Th3-n5-Xi7jP0X8/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/blogspot/xYHf/~4/NvEWC9_Et1k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://vivapinkfloyd.blogspot.com/feeds/2677698517721555783/comments/default</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-To: Compile and Install Exaile 0.2.13 from Source in Debian Lenny</title>
		<link>http://feedproxy.google.com/~r/blogspot/xYHf/~3/xlsmkQHv3F4/how-to-compile-and-install-exaile-0213.html</link>
		<comments>http://feedproxy.google.com/~r/blogspot/xYHf/~3/xlsmkQHv3F4/how-to-compile-and-install-exaile-0213.html#comments</comments>
		<pubDate>Wed, 16 Jul 2008 02:03:00 +0000</pubDate>
		<dc:creator>Craciun Dan</dc:creator>
				<category><![CDATA[syndicated]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Exaile is an audio player built in GTK which aims to provide the same features as the popular Amarok for KDE. The last stable version is 0.2.13, released on April 2, 2008, which fixes cover art fetching from Amazon.In order to compile Exaile on Debian ...]]></description>
			<content:encoded><![CDATA[<a href="http://www.exaile.org/">Exaile</a> is an audio player built in GTK which aims to provide the same features as the popular Amarok for KDE. The last stable version is 0.2.13, released on April 2, 2008, which fixes cover art fetching from Amazon.<br /><br />In order to compile Exaile on Debian Lenny, first make sure you have sources repositories enabled, that is, you have a line which starts with <span style="font-style: italic;">deb-src</span> in your <span style="font-style: italic;">/etc/apt/sources.list</span> file, like the one below:<br /><br /><span style="color: rgb(0, 102, 0);">deb-src ftp://ftp.ro.debian.org/debian/ lenny main contrib non-free<br /><br /><span style="color: rgb(0, 0, 0);">Next, install the necessary dependencies:<br /><br /><span style="color: rgb(0, 102, 0);">apt-get update</span><br /><span style="color: rgb(0, 102, 0);">apt-get build-dep exaile</span><br /><br />Download the source tarball from the official website <a href="http://www.exaile.org/downloads">here</a>, uncompress it, change the current working directory to <span style="font-style: italic;">exaile-0.2.13</span> (or whatever your package is called) and issue:<br /><br /><span style="color: rgb(0, 102, 0);">make</span><br /><span style="color: rgb(0, 102, 0);">make install</span><br /><br />The last one as root. Exaile should be now installed in <span style="font-style: italic;">/usr/local/bin/exaile</span>.<br /></span></span><div class="blogger-post-footer"><script type="text/javascript"><!--
google_ad_client = "pub-2249634079385444";
/* 728x90, created 5/25/08 */
google_ad_slot = "3303509608";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1568130245619806374-9130659505113358121?l=vivapinkfloyd.blogspot.com' alt='' /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/RHZ1Wv3Iyw7u2HV95wv36vqYz38/0/da"><img src="http://feedads.g.doubleclick.net/~a/RHZ1Wv3Iyw7u2HV95wv36vqYz38/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/RHZ1Wv3Iyw7u2HV95wv36vqYz38/1/da"><img src="http://feedads.g.doubleclick.net/~a/RHZ1Wv3Iyw7u2HV95wv36vqYz38/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/blogspot/xYHf/~4/xlsmkQHv3F4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://vivapinkfloyd.blogspot.com/feeds/9130659505113358121/comments/default</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-To: Compile and Install PCMan FM 0.4.5 in Debian Lenny</title>
		<link>http://feedproxy.google.com/~r/blogspot/xYHf/~3/bgnI8hMqIS4/how-to-compile-and-install-pcman-fm-045.html</link>
		<comments>http://feedproxy.google.com/~r/blogspot/xYHf/~3/bgnI8hMqIS4/how-to-compile-and-install-pcman-fm-045.html#comments</comments>
		<pubDate>Mon, 14 Jul 2008 00:25:00 +0000</pubDate>
		<dc:creator>Craciun Dan</dc:creator>
				<category><![CDATA[syndicated]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[PCMan FM is a basic GTK file manager with a simple interface, providing features like tabs, compression menu (bzip2, gzip, zip), or bookmarks. The last version is 0.4.5, and to install it issue as root:apt-get build-dep pcmanfmapt-get install intltoolN...]]></description>
			<content:encoded><![CDATA[<a href="http://pcmanfm.sourceforge.net/">PCMan FM</a> is a basic GTK file manager with a simple interface, providing features like tabs, compression menu (bzip2, gzip, zip), or bookmarks. The last version is 0.4.5, and to install it issue as root:<br /><br /><span style="color: rgb(0, 102, 0);">apt-get build-dep pcmanfm</span><br /><span style="color: rgb(0, 102, 0);">apt-get install intltool</span><br /><br />Next, download the source from SourceForge.net, <a href="http://sourceforge.net/project/showfiles.php?group_id=156956">here</a>. Uncompress it and follow the usual commands:<br /><br /><span style="color: rgb(0, 102, 0);">./configure</span><br /><span style="color: rgb(0, 102, 0);">make</span><br /><span style="color: rgb(0, 102, 0);">make install</span><br /><br />The last one as root.<div class="blogger-post-footer"><script type="text/javascript"><!--
google_ad_client = "pub-2249634079385444";
/* 728x90, created 5/25/08 */
google_ad_slot = "3303509608";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1568130245619806374-8250464876313032375?l=vivapinkfloyd.blogspot.com' alt='' /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/M8TCOFxHaA_qeOuvc0jBb7qg7go/0/da"><img src="http://feedads.g.doubleclick.net/~a/M8TCOFxHaA_qeOuvc0jBb7qg7go/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/M8TCOFxHaA_qeOuvc0jBb7qg7go/1/da"><img src="http://feedads.g.doubleclick.net/~a/M8TCOFxHaA_qeOuvc0jBb7qg7go/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/blogspot/xYHf/~4/bgnI8hMqIS4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://vivapinkfloyd.blogspot.com/feeds/8250464876313032375/comments/default</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How-To: Compile and Install BasKet from Source on Debian Lenny</title>
		<link>http://feedproxy.google.com/~r/blogspot/xYHf/~3/6N-F6gLwQ_Y/how-to-compile-and-install-basket-from.html</link>
		<comments>http://feedproxy.google.com/~r/blogspot/xYHf/~3/6N-F6gLwQ_Y/how-to-compile-and-install-basket-from.html#comments</comments>
		<pubDate>Sun, 13 Jul 2008 10:15:00 +0000</pubDate>
		<dc:creator>Craciun Dan</dc:creator>
				<category><![CDATA[syndicated]]></category>
		<category><![CDATA[basket]]></category>
		<category><![CDATA[beginner]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[BasKet is a powerful and fully-featured notes-taking application for KDE3, and there are also plans to port it to KDE4 (read about it here). The current version included in Debian Lenny's repositories is 1.0.2, however the last stable release is 1.0.3....]]></description>
			<content:encoded><![CDATA[<a href="http://basket.kde.org/">BasKet</a> is a powerful and fully-featured notes-taking application for KDE3, and there are also plans to port it to KDE4 (read about it <a href="http://basket.kde.org/roadmap.php">here</a>). The current version included in Debian Lenny's repositories is 1.0.2, however the last stable release is 1.0.3.1, so if you want to compile it from source, all you have to do is:<br /><br /><span style="font-weight: bold;">1. Make sure you have sources repositories enabled</span><br />Edit your <span style="font-style: italic;">/etc/apt/sources.list</span> file and make sure you have a line similar with the one below:<br /><br /><span style="color: rgb(0, 102, 0);">deb-src ftp://ftp.ro.debian.org/debian/ lenny main contrib non-free</span><br /><br /><span style="font-weight: bold;">2. Install the needed dependencies</span><br />Use <span style="font-style: italic;">apt-get build-dep</span> as root to install BasKet's dependencies:<br /><br /><span style="color: rgb(0, 102, 0);">apt-get build-dep basket</span><br /><br /><span style="font-weight: bold;">3. Download the source</span><br />Get the source tarball for the latest BasKet release from <a href="http://basket.kde.org/">the official homepage</a>.<br /><br /><span style="font-weight: bold;">4. Compile and install</span><br />Uncompress the tarball, change the current working to <span style="font-style: italic;">basket-1.0.3.1</span> (or whatever version you may have), and issue the usual:<br /><br /><span style="color: rgb(0, 102, 0);">./configure</span><br /><span style="color: rgb(0, 102, 0);">make</span><br /><span style="color: rgb(0, 102, 0);">make install</span><br /><br />The last one as root. BasKet should be now properly installed.<br /><br /><div style="text-align: center;"><span style="font-size:85%;">BasKet 1.0.3.1 - Even better!<br /></span></div><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_D1EpnOVJuA8/SHnXfwffpnI/AAAAAAAAA9M/SqLBYNkrM_k/s1600-h/basket.png"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://2.bp.blogspot.com/_D1EpnOVJuA8/SHnXfwffpnI/AAAAAAAAA9M/SqLBYNkrM_k/s320/basket.png" alt="" id="BLOGGER_PHOTO_ID_5222442183505716850" border="0" /></a><br />I recently wrote a full review of BasKet, you can read it <a href="http://vivapinkfloyd.blogspot.com/2008/06/basket-complete-notes-taking.html">here</a>.<div class="blogger-post-footer"><script type="text/javascript"><!--
google_ad_client = "pub-2249634079385444";
/* 728x90, created 5/25/08 */
google_ad_slot = "3303509608";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1568130245619806374-7040741361726368956?l=vivapinkfloyd.blogspot.com' alt='' /></div>
<p><a href="http://feedads.g.doubleclick.net/~a/Ea0J-Dx6QwiwB_TgVPCm9jK3q-M/0/da"><img src="http://feedads.g.doubleclick.net/~a/Ea0J-Dx6QwiwB_TgVPCm9jK3q-M/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/Ea0J-Dx6QwiwB_TgVPCm9jK3q-M/1/da"><img src="http://feedads.g.doubleclick.net/~a/Ea0J-Dx6QwiwB_TgVPCm9jK3q-M/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/blogspot/xYHf/~4/6N-F6gLwQ_Y" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://vivapinkfloyd.blogspot.com/feeds/7040741361726368956/comments/default</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
