<?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>TheUnical Technologies Blog &#187; Debian</title>
	<atom:link href="http://blog.theunical.com/category/linux/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.theunical.com</link>
	<description>TheUnical Technologies Official Blog</description>
	<lastBuildDate>Sun, 05 Feb 2012 21:46:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to Install Mplayer and Multimedia Codecs (libdvdcss2,w32codecs,w64codecs) in Ubuntu 9.10 (Karmic)</title>
		<link>http://blog.theunical.com/linux/install-mplayer-and-multimedia-codecs-libdvdcss2w32codecs/</link>
		<comments>http://blog.theunical.com/linux/install-mplayer-and-multimedia-codecs-libdvdcss2w32codecs/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 08:43:26 +0000</pubDate>
		<dc:creator>Steven Wall</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[Kernal]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSUSE]]></category>
		<category><![CDATA[RedHat Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[libdvdcss2]]></category>
		<category><![CDATA[Ubuntu 9.10]]></category>
		<category><![CDATA[w32codecs]]></category>
		<category><![CDATA[w64codecs]]></category>

		<guid isPermaLink="false">http://blog.theunical.com/linux/install-mplayer-and-multimedia-codecs-libdvdcss2w32codecs/</guid>
		<description><![CDATA[MPlayer is a movie and animation player that supports a wide range of codecs and file formats, including MPEG 1/2/4,DivX 3/4/5, Windows Media 7/8/9, RealAudio/Video up to 9, Quicktime 5/6, and Vivo 1/2. It has many MX/SSE (2)/3Dnow(Ex) optimized native audio and video codecs, but allows using XAnim’s and RealPlayer’s binary codec plugins, and Win32 [...]]]></description>
			<content:encoded><![CDATA[<p>MPlayer is a movie and animation player that supports a wide range of codecs and file formats, including MPEG 1/2/4,DivX 3/4/5, Windows Media 7/8/9, RealAudio/Video up to 9, Quicktime 5/6, and Vivo 1/2. It has many MX/SSE (2)/3Dnow(Ex) optimized native audio and video codecs, but allows using XAnim’s and RealPlayer’s binary codec plugins, and Win32 codec DLLs. It has basic VCD/DVD playback functionality, including DVD subtitles, but supports many text- based subtitle formats too. For video output, nearly every existing interface is supported. It’s also able to convert any supported files to raw/divx/mpeg4 AVI (pcm/mp3 audio), and even video grabbing from V4L devices.</p>
<h2><strong>Install Mplayer in Ubuntu 9.10 (Karmic)</strong></h2>
<p>You nned to make sure you have enabled universe,multiverse repositories</p>
<p>Now you need to run the following command to update the source list</p>
<blockquote><p>sudo apt-get update</p></blockquote>
<p>Install mplayer using the following command</p>
<blockquote><p>sudo apt-get install mplayer</p></blockquote>
<p>or</p>
<p>Click on the following link</p>
<blockquote><p><a href="apt://mplayer" target="_blank">apt://mplayer</a></p></blockquote>
<p>If you want to open mplayer go to Applications—&gt;Sound&amp;Video—&gt; Mplayer Movie Player</p>
<h2><strong>Install w32 video codecs and libdvdcss2 in Ubuntu 9.10 (Karmic)</strong></h2>
<p>Support for WMV, RealMedia and other formats has been bundled into the w32codecs package. This package is not available from the Ubuntu repositories due to licensing and legal restrictions.To play encrypted DVDs, the libdvdcss2 package is essential.</p>
<p>The following command adds Medibuntu’s repository to Ubuntu. It also adds Medibuntu’s GPG key to your keyring, which is needed to authenticate the Medibuntu packages.</p>
<blockquote><p>sudo wget http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list  <code>--</code>output-document=/etc/apt/sources.list.d/medibuntu.list</p></blockquote>
<blockquote><p>sudo apt-get -q update</p></blockquote>
<blockquote><p>sudo apt-get <code>--</code>yes -q <code>--</code>allow-unauthenticated install medibuntu-keyring</p></blockquote>
<blockquote><p>sudo apt-get -q update</p></blockquote>
<p>For<strong> i386 Users</strong> install Codecs using the following command</p>
<blockquote><p>sudo apt-get install w32codecs libdvdcss2</p></blockquote>
<p>For <strong>amd64 Users</strong> install Codecs using the following command</p>
<blockquote><p>sudo apt-get install w64codecs libdvdcss2</p></blockquote>
<p>Using above download locations you can install most of the mutimedia codecs for ubuntu.</p>
<h2><strong>Mplayer Plugin for Firefox</strong></h2>
<p>If you want to install Mplayer with plug-in for Mozilla Firefox run the following command</p>
<blockquote><p>sudo apt-get install mozilla-mplayer</p></blockquote>
<p>or click on the following link</p>
<blockquote><p><a href="apt://mozilla-mplayer" target="_blank">apt://mozilla-mplayer</a></p></blockquote>
<input id="gwProxy" type="hidden" />
<input id="jsProxy" onclick="jsCall();" type="hidden" />
]]></content:encoded>
			<wfw:commentRss>http://blog.theunical.com/linux/install-mplayer-and-multimedia-codecs-libdvdcss2w32codecs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ultrathin Linux laptops &#8212; Linux MacBook Air Killers: Solution for &#8230;</title>
		<link>http://blog.theunical.com/linux/ultrathin-linux-laptops-linux-macbook-air-killers-solution-for/</link>
		<comments>http://blog.theunical.com/linux/ultrathin-linux-laptops-linux-macbook-air-killers-solution-for/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 02:16:14 +0000</pubDate>
		<dc:creator>Steven Wall</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.theunical.com/linux/ultrathin-linux-laptops-linux-macbook-air-killers-solution-for/</guid>
		<description><![CDATA[1. sudo apt-get install v4l2ucp (I don&#39;t know if it&#39;s really necessary but I did it first while looking around for fixes) 2. Adding the libv4l-PPA, update package lists and install libv4l-0 sudo add-apt-repository ppa:libv4l &#8230; Ultrathin Linux laptops &#8212; Linux&#8230; &#8211; http://linux-macbook-air-killers.blogspot.com/]]></description>
			<content:encoded><![CDATA[<p>1. sudo <b>apt-get</b> install v4l2ucp (I don&#39;t know if it&#39;s really necessary but I did it first while looking around for fixes) 2. Adding the libv4l-PPA, update package lists and install libv4l-0 sudo add-apt-repository ppa:libv4l <b>&#8230;</b></p>
<p><a href="http://linux-macbook-air-killers.blogspot.com/" title="http://linux-macbook-air-killers.blogspot.com/"><br />
Ultrathin Linux laptops &#8212; Linux&#8230; &#8211; http://linux-macbook-air-killers.blogspot.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.theunical.com/linux/ultrathin-linux-laptops-linux-macbook-air-killers-solution-for/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LinuxTree: How to Install Sun Studio 12 on Ubuntu/Debian</title>
		<link>http://blog.theunical.com/linux/linuxtree-how-to-install-sun-studio-12-on-ubuntudebian/</link>
		<comments>http://blog.theunical.com/linux/linuxtree-how-to-install-sun-studio-12-on-ubuntudebian/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 02:16:14 +0000</pubDate>
		<dc:creator>Steven Wall</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.theunical.com/linux/linuxtree-how-to-install-sun-studio-12-on-ubuntudebian/</guid>
		<description><![CDATA[sudo apt-get install alien. (Optional?) Download Sun Java 6. Sun Java 6 is available in the default Ubuntu repositories, or in Unstable for Debian. NOTE: If you want to install Sun Java 6 without going full-unstable, look up info on &#8230; LinuxTree &#8211; http://linuxtree.blogspot.com/]]></description>
			<content:encoded><![CDATA[<p>sudo <b>apt-get</b> install alien. (Optional?) Download Sun Java 6. Sun Java 6 is available in the default Ubuntu repositories, or in Unstable for Debian. NOTE: If you want to install Sun Java 6 without going full-unstable, look up info on <b>&#8230;</b></p>
<p><a href="http://linuxtree.blogspot.com/" title="http://linuxtree.blogspot.com/"><br />
LinuxTree &#8211; http://linuxtree.blogspot.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.theunical.com/linux/linuxtree-how-to-install-sun-studio-12-on-ubuntudebian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dock panels in Linux: Cairo-Dock – Pepe Manshon &#8211; geeks get it done.</title>
		<link>http://blog.theunical.com/linux/dock-panels-in-linux-cairo-dock-%e2%80%93-pepe-manshon-geeks-get-it-done-6/</link>
		<comments>http://blog.theunical.com/linux/dock-panels-in-linux-cairo-dock-%e2%80%93-pepe-manshon-geeks-get-it-done-6/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 02:16:14 +0000</pubDate>
		<dc:creator>Steven Wall</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.theunical.com/linux/dock-panels-in-linux-cairo-dock-%e2%80%93-pepe-manshon-geeks-get-it-done-6/</guid>
		<description><![CDATA[sudo apt-get install cairo-dock in your konsole should do the trick. using .deb package: after downloading it from http://developer.berlios.de/ double click on the package or open terminal and type: $ cd /directory_2_deb/ &#8230; Pepe Manshon &#8211; http://pepemanshon.com/]]></description>
			<content:encoded><![CDATA[<p>sudo <b>apt-get</b> install cairo-dock in your konsole should do the trick. using .deb package: after downloading it from http://developer.berlios.de/ double click on the package or open terminal and type: $ cd /directory_2_deb/ <b>&#8230;</b></p>
<p><a href="http://pepemanshon.com/" title="http://pepemanshon.com/"><br />
Pepe Manshon &#8211; http://pepemanshon.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.theunical.com/linux/dock-panels-in-linux-cairo-dock-%e2%80%93-pepe-manshon-geeks-get-it-done-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RRC on 64bit Ubuntu « Honza&#039;s perspective</title>
		<link>http://blog.theunical.com/linux/rrc-on-64bit-ubuntu-%c2%ab-honzas-perspective/</link>
		<comments>http://blog.theunical.com/linux/rrc-on-64bit-ubuntu-%c2%ab-honzas-perspective/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 02:16:14 +0000</pubDate>
		<dc:creator>Steven Wall</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.theunical.com/linux/rrc-on-64bit-ubuntu-%c2%ab-honzas-perspective/</guid>
		<description><![CDATA[apt-get install libswt-gtk-3.4-jni. In addition, RRC needs a X screen to start. There is an IBM Technote with solution for RHEL and Suse. To install Xvfb on Ubuntu do: apt-get install xvfb. The rest of the procedure (starting the &#8230; Honza&#39;s perspective &#8211; http://blog.stastnarodina.com/honza-en/]]></description>
			<content:encoded><![CDATA[<p><b>apt-get</b> install libswt-gtk-3.4-jni. In addition, RRC needs a X screen to start. There is an IBM Technote with solution for RHEL and Suse. To install Xvfb on Ubuntu do: <b>apt-get</b> install xvfb. The rest of the procedure (starting the <b>&#8230;</b></p>
<p><a href="http://blog.stastnarodina.com/honza-en/" title="http://blog.stastnarodina.com/honza-en/"><br />
Honza&#39;s perspective &#8211; http://blog.stastnarodina.com/honza-en/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.theunical.com/linux/rrc-on-64bit-ubuntu-%c2%ab-honzas-perspective/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Linux Tips &amp; Tricks: The &quot;dist-upgrade&quot; misnomer &amp; confusion</title>
		<link>http://blog.theunical.com/linux/ubuntu-linux-tips-tricks-the-dist-upgrade-misnomer-confusion/</link>
		<comments>http://blog.theunical.com/linux/ubuntu-linux-tips-tricks-the-dist-upgrade-misnomer-confusion/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 02:16:13 +0000</pubDate>
		<dc:creator>Steven Wall</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.theunical.com/linux/ubuntu-linux-tips-tricks-the-dist-upgrade-misnomer-confusion/</guid>
		<description><![CDATA[&#60;maco&#62; apt-get dist-upgrade differs from apt-get upgrade in that it will remove obsolete packages and add new dependencies, while apt-get update will not. this is necessary when upgrading from one distro release to another, &#8230; Ubuntu Linux Tips &#38; Tricks &#8211; http://ubuntulinuxtipstricks.blogspot.com/]]></description>
			<content:encoded><![CDATA[<p>&lt;maco&gt; <b>apt-get</b> dist-upgrade differs from <b>apt-get</b> upgrade in that it will remove obsolete packages and add new dependencies, while <b>apt-get</b> update will not. this is necessary when upgrading from one distro release to another, <b>&#8230;</b></p>
<p><a href="http://ubuntulinuxtipstricks.blogspot.com/" title="http://ubuntulinuxtipstricks.blogspot.com/"><br />
Ubuntu Linux Tips &amp; Tricks &#8211; http://ubuntulinuxtipstricks.blogspot.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.theunical.com/linux/ubuntu-linux-tips-tricks-the-dist-upgrade-misnomer-confusion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install Gyachi in ubuntu 9.10 (Karmic) &#124; Ubuntu Geek</title>
		<link>http://blog.theunical.com/linux/how-to-install-gyachi-in-ubuntu-9-10-karmic-ubuntu-geek/</link>
		<comments>http://blog.theunical.com/linux/how-to-install-gyachi-in-ubuntu-9-10-karmic-ubuntu-geek/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 02:16:07 +0000</pubDate>
		<dc:creator>Steven Wall</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.theunical.com/linux/how-to-install-gyachi-in-ubuntu-9-10-karmic-ubuntu-geek/</guid>
		<description><![CDATA[GyachE Improved uses Gtk-2 for its user interfaces (Gtk-2 2.0.6 or better required). Install gyachi in Ubuntu 9.10. Open the terminal and run the following command. sudo add-apt-repository ppa:loell/ppa. sudo apt-get update &#8230; Ubuntu Geek &#8211; http://www.ubuntugeek.com/]]></description>
			<content:encoded><![CDATA[<p>GyachE Improved uses Gtk-2 for its user interfaces (Gtk-2 2.0.6 or better required). Install gyachi in Ubuntu 9.10. Open the terminal and run the following command. sudo add-apt-repository ppa:loell/ppa. sudo <b>apt-get</b> update <b>&#8230;</b></p>
<p><a href="http://www.ubuntugeek.com/" title="http://www.ubuntugeek.com/"><br />
Ubuntu Geek &#8211; http://www.ubuntugeek.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.theunical.com/linux/how-to-install-gyachi-in-ubuntu-9-10-karmic-ubuntu-geek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opensource software for Mathematics « Damitha&#039;s Web Log</title>
		<link>http://blog.theunical.com/linux/opensource-software-for-mathematics-%c2%ab-damithas-web-log/</link>
		<comments>http://blog.theunical.com/linux/opensource-software-for-mathematics-%c2%ab-damithas-web-log/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 02:16:07 +0000</pubDate>
		<dc:creator>Steven Wall</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[R – A statistical package that helps you do all that satistics computing and graphics. apt-get install r-base would do all the installing. It is said that this can do anything provided by it&#39;s commercial counterpart S-Plus. &#8230; Damitha&#39;s Web Log &#8211; http://damithakumarage.wordpress.com/]]></description>
			<content:encoded><![CDATA[<p>R – A statistical package that helps you do all that satistics computing and graphics. <b>apt-get</b> install r-base would do all the installing. It is said that this can do anything provided by it&#39;s commercial counterpart S-Plus. <b>&#8230;</b></p>
<p><a href="http://damithakumarage.wordpress.com/" title="http://damithakumarage.wordpress.com/"><br />
Damitha&#39;s Web Log &#8211; http://damithakumarage.wordpress.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.theunical.com/linux/opensource-software-for-mathematics-%c2%ab-damithas-web-log/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto Setup a Private Package Repository with reprepro and nginx &#8230;</title>
		<link>http://blog.theunical.com/linux/howto-setup-a-private-package-repository-with-reprepro-and-nginx/</link>
		<comments>http://blog.theunical.com/linux/howto-setup-a-private-package-repository-with-reprepro-and-nginx/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 02:16:06 +0000</pubDate>
		<dc:creator>Steven Wall</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.theunical.com/linux/howto-setup-a-private-package-repository-with-reprepro-and-nginx/</guid>
		<description><![CDATA[sudo apt-get update. That&#39;s it. Now you have a lightweight package repository with a lightweight webserver &#8211; perfect for running in a virtual machine. Depending on your setup you could probably get away with using 256Mb of RAM and a few &#8230; Dave Hall Consulting blogs &#8211; http://davehall.com.au/blog]]></description>
			<content:encoded><![CDATA[<p>sudo <b>apt-get</b> update. That&#39;s it. Now you have a lightweight package repository with a lightweight webserver &#8211; perfect for running in a virtual machine. Depending on your setup you could probably get away with using 256Mb of RAM and a few <b>&#8230;</b></p>
<p><a href="http://davehall.com.au/blog" title="http://davehall.com.au/blog"><br />
Dave Hall Consulting blogs &#8211; http://davehall.com.au/blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.theunical.com/linux/howto-setup-a-private-package-repository-with-reprepro-and-nginx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pedro&#039;s blog</title>
		<link>http://blog.theunical.com/linux/pedros-blog/</link>
		<comments>http://blog.theunical.com/linux/pedros-blog/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 02:16:06 +0000</pubDate>
		<dc:creator>Steven Wall</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.theunical.com/linux/pedros-blog/</guid>
		<description><![CDATA[apt-get upgrade. Between all the packages I found out php5, php5-dev, php5-common, php5-cli and libapache2-mod-php5, none of them should be dangerous… or maybe yes. I reboot and… crap, Apache doesn&#39;t work! I tried to restart the daemon &#8230; Pedro&#39;s blog &#8211; http://peire.blogs.uv.es/]]></description>
			<content:encoded><![CDATA[<p><b>apt-get</b> upgrade. Between all the packages I found out php5, php5-dev, php5-common, php5-cli and libapache2-mod-php5, none of them should be dangerous… or maybe yes. I reboot and… crap, Apache doesn&#39;t work! I tried to restart the daemon <b>&#8230;</b></p>
<p><a href="http://peire.blogs.uv.es/" title="http://peire.blogs.uv.es/"><br />
Pedro&#39;s blog &#8211; http://peire.blogs.uv.es/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.theunical.com/linux/pedros-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

