<?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>Ubuntu Tutorials &#187; automatix</title>
	<atom:link href="http://ubuntu-tutorials.com/category/automatix/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntu-tutorials.com</link>
	<description>Enhancing your Ubuntu experience!</description>
	<lastBuildDate>Sat, 28 Jan 2012 20:08:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Medibuntu : The Only 3rd Party Repo I Use</title>
		<link>http://ubuntu-tutorials.com/2008/01/29/medibuntu-the-only-3rd-party-repo-i-use/</link>
		<comments>http://ubuntu-tutorials.com/2008/01/29/medibuntu-the-only-3rd-party-repo-i-use/#comments</comments>
		<pubDate>Tue, 29 Jan 2008 18:48:33 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[automatix]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[codecs]]></category>
		<category><![CDATA[medibuntu]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/2008/01/29/medibuntu-the-only-3rd-party-repo-i-use/</guid>
		<description><![CDATA[UPDATE: This article has been updated for Ubuntu 9.10 &#8220;Karmic Koala&#8221;. Medibuntu on Ubuntu 9.10. I am generally very wary of suggesting the use of 3rd party repositories. I rarely, if ever, use them myself, even if it&#8217;ll make installing an application a bit simpler. The bottom line for this is that I want my [...]]]></description>
			<content:encoded><![CDATA[<p>UPDATE: This article has been updated for Ubuntu 9.10 &#8220;Karmic Koala&#8221;. <a title="Install Medibuntu on Ubuntu 9.10" href="http://ubuntu-tutorials.com/2009/10/31/install-flash-and-multimedia-support-on-ubuntu-9-10-karmic-koala/">Medibuntu on Ubuntu 9.10</a>.</p>
<p>I am generally very wary of suggesting the use of 3rd party repositories.  I rarely, if ever, use them myself, even if it&#8217;ll make installing an application a bit simpler.  The bottom line for this is that <em>I want my machine to be as supported as it can be</em>, so I generally only use the official Ubuntu repositories (main restricted universe multiverse).  Adding this repository will add unsupported packages to your system, but it is considered far more trusted than other repositories.</p>
<p>Medibuntu is the one repository that I find I can suggest to people, and this solves most all of the non-free issues people have.  Everything from DVD playback to non-free codecs&#8211;even Google Earth!</p>
<p>A breakdown of what is available via Medibuntu:</p>
<ul>
<li>Non-Free Media Codecs (w32codecs, libdvdcss, etc)</li>
<li>Acroread</li>
<li>Google Earth</li>
<li>RealPlayer</li>
<li>Skype</li>
<li>Popular Media Players without stripped codecs (amarok, xmms, mplayer, kaffeine, k3b)</li>
</ul>
<p><strong>Adding the Medibuntu Repo<br />
</strong></p>
<p>To add the Medibuntu repository we&#8217;ll need to grab the sources.list available there.  Note: the following is for Ubuntu 7.10 &#8220;Gutsy&#8221;.  Replace gutsy.list with feisty.list, etc for your version:</p>
<blockquote><p><code>sudo wget http://www.medibuntu.org/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/medibuntu.list</code></p></blockquote>
<p>We&#8217;ll also need the key in order to validate the packages as they come in:</p>
<blockquote><p><code>wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - &amp;&amp; sudo apt-get update</code></p></blockquote>
<p><strong>Installing Packages</strong></p>
<p>So the heavy lifting is now done, now for a few examples of adding some of these codecs or applications.</p>
<p>To install DVD playback use:</p>
<blockquote><p><code>sudo aptitude install <a title="libdvdcss2 - encrypted DVD playback" href="apt://libdvdcss2">libdvdcss2</a></code></p></blockquote>
<p>To install non-free codec support:</p>
<blockquote><p><code>sudo aptitude install <a title="w32codecs - nonfree media support" href="apt://w32codecs">w32codecs</a></code></p></blockquote>
<p>(<a title="w64codecs - nonfree media playback for 64bit" href="apt://w64codecs">w64codecs</a> for 64bit, <a title="ppc-codecs - nonfree media playback for PPC" href="apt://ppc-codecs">ppc-codecs</a> for PPC architecture)</p>
<p>More documentation is available at the <a title="medibuntu - media, entertainment and distractions in ubuntu." href="https://help.ubuntu.com/community/Medibuntu">Ubuntu Community Medibuntu Wiki</a>.</p>
<p><strong>Installation via apturl</strong></p>
<p>If you&#8217;ve added the repository in the above step you can now install any of the below by clicking on the link.  These will install from the Medibuntu repository ONLY if you&#8217;ve configured them as above.  These packages are not distributed or downloaded from my servers:</p>
<p><a title="Adobe's PDF Reader" href="apt://acroread">Adobe Reader</a> &#8211; Adobe&#8217;s PDF Reader</p>
<p><a title="plugins for acroread - ability to complete fillable forms" href="apt://acroread-plugins">Adobe Reader Plugins</a> &#8211; Ability to complete fillable forms</p>
<p><a title="adobe plugin for firefox, galeon and konqueror" href="apt://mozilla-acroread">Adobe Mozilla Plugin</a> &#8211; Adobe Plugin for Firefox, Galeon, Konqueror</p>
<p><a title="Explore, Search and Discover with Google Earth" href="apt://googleearth">Google Earth</a> &#8211; Google Earth : Explore, Search and Discover</p>
<p><a title="nonfree media playback for wma, realplayer and quicktime" href="apt://w32codecs">Win32 Codecs</a> &#8211; nonfree media playback (wma, realplayer, quicktime)</p>
<p><a title="amarok + mp3/mp4 integration" href="apt://amarok">Amarok</a> &#8211; The popular media player + mp3/mp4 integration</p>
<p><a title="VOIP with Skype" href="apt://skype-static">Skype</a> &#8211; VOIP with Skype</p>
<p><a title="media support with integrated mp3, mp4, h264, amr" href="apt://ffmpeg">ffmpeg</a> &#8211; Multimedia player, server and encoder (mp3,mp4,h264,amr support)</p>
<p><strong>Ubuntu Restricted Extras</strong></p>
<p>You may also want to read my previous, <a title="installing ubuntu restricted extras" href="http://ubuntu-tutorials.com/2007/08/17/ubuntu-restricted-extras-all-that-extra-stuff-all-in-one-place/">Installing Ubuntu Restricted Extras</a> for a wider list of the packages that are not installed by default.</p>
<p><strong>Disclaimer:</strong> These are not in base Ubuntu for a reason.  Either they are patent encumbered or not free software.</p>
<p>Patent and copyright laws operate differently depending on which country you are in. Please obtain legal advice if you are unsure whether a particular patent or restriction applies to a media format you wish to use in your country.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2008/01/29/medibuntu-the-only-3rd-party-repo-i-use/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Automatix Alternatives &#8211; Chat Clients</title>
		<link>http://ubuntu-tutorials.com/2007/08/07/automatix-alternatives-chat-clients/</link>
		<comments>http://ubuntu-tutorials.com/2007/08/07/automatix-alternatives-chat-clients/#comments</comments>
		<pubDate>Tue, 07 Aug 2007 22:00:47 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[automatix]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=408</guid>
		<description><![CDATA[Here is day two of Automatix Alternatives. Today I&#8217;ll cover the second section outlined in the Automatix package list, Chat Clients. There are numerous chat clients and, as was the case yesterday, most of the same exact applications are available in the official supported Ubuntu repositories. Here is a breakdown: aMSN (An MSN messenger written [...]]]></description>
			<content:encoded><![CDATA[<p>Here is day two of Automatix Alternatives.  Today I&#8217;ll cover the second section outlined in the Automatix package list, Chat Clients.  There are numerous chat clients and, as was the case yesterday, most of the same exact applications are available in the official supported Ubuntu repositories.  Here is a breakdown:</p>
<ul>
<li>aMSN (An MSN messenger written in Tcl): requires <a href="http://ubuntu-tutorials.com/2007/02/07/5-steps-to-a-new-ubuntu-installation/" title="setting up ubuntu repositories"><em>universe</em></a></li>
</ul>
<blockquote><p><code><strong>sudo aptitude install amsn</strong> (or System &gt; Applications &gt; Add / Remove &gt; "Search" amsn)</code></p></blockquote>
<ul>
<li>Gaim / Pidgin (multi-protocol instant messaging client): <em>automatically installed</em></li>
</ul>
<blockquote><p><code>Latest version 2.0.0beta6 in Feisty / Pidgin 2.1.0 in Gutsy</code></p></blockquote>
<ul>
<li>Skype (Make free calls to anyone else on Skype) : requires <em>manual installation</em></li>
</ul>
<blockquote><p><code>Visit skype.com - <a href="http://www.skype.com/go/getskype-linux-ubuntu" title="get skype for ubuntu">download / installation link</a> (open with "gdebi-gtk (default)" &gt; "Install Package")</code></p></blockquote>
<ul>
<li>Xchat &#8211; (Popular IRC client) : requires <a href="http://ubuntu-tutorials.com/2007/02/07/5-steps-to-a-new-ubuntu-installation/" title="how to setup universe repository">universe</a></li>
</ul>
<blockquote><p><code><strong>sudo aptitude install xchat</strong> (or System &gt; Applications &gt; Add / Remove "Search" xchat)</code></p></blockquote>
<ul>
<li>Gyachi &#8211; (Yahoo Messenger client with voice and video support) : requires <em>manual installation</em></li>
</ul>
<blockquote><p><code>Visit gyachi.sf.net - <a href="http://gyachi.sourceforge.net/download.shtml" title="gyachi download page - look for ">download page</a> (look for "Ubuntu Edgy" package &gt; open with "gdebi-gtk (default)" &gt; "Install Package")</code></p></blockquote>
<p><strong>Also available: (System &gt; Add / Remove &gt; &#8220;Search&#8221; <em>package</em>)</strong></p>
<p>The packages listed below are from the Ubuntu repositories and are completely safe and supported on your system.</p>
<blockquote><p><code>Xchat-gnome (sudo aptitude install xchat-gnome) : requires main<a href="http://ubuntu-tutorials.com/2007/02/07/5-steps-to-a-new-ubuntu-installation/" title="configuring universe repository for ubuntu"></a></p>
<p>konversation (sudo aptitude install konversation) : automatically installed (KDE)</p>
<p>psi (sudo aptitude install psi) : requires <a href="http://ubuntu-tutorials.com/2007/02/07/5-steps-to-a-new-ubuntu-installation/" title="configuring universe repository for ubuntu">universe</a></p>
<p>irssi (sudo aptitude install irssi) : requires <a href="http://ubuntu-tutorials.com/2007/02/07/5-steps-to-a-new-ubuntu-installation/" title="configuring repositories for ubuntu">main</a></p>
<p>gajim (sudo aptitude install gajim) : requires <a href="http://ubuntu-tutorials.com/2007/02/07/5-steps-to-a-new-ubuntu-installation/" title="configuring repositories for ubuntu">universe</a></p>
<p>kopete (sudo aptitude install kopete) : requires <a href="http://ubuntu-tutorials.com/2007/02/07/5-steps-to-a-new-ubuntu-installation/" title="configuring optional repositories for ubuntu">main</a></p>
<p>gossip (sudo aptitude install gossip) : requires <a href="http://ubuntu-tutorials.com/2007/02/07/5-steps-to-a-new-ubuntu-installation/" title="configuring optional repositories for ubuntu">universe</a></code></p></blockquote>
<p>Again, I know this isn&#8217;t a comprehensive list.  I&#8217;m taking these applications per section from the Automatix list.  Tomorrow I&#8217;ll do &#8220;Commercial Software&#8221;.  It should be worth mentioning that while a few of the above have instructions on manual installation that does potentially limit the amount of support for that application.  The best solution is to always search for the package in the Add / Remove section of your machine and, as a last resort, install it manually with outside packages.</p>
<p>I&#8217;ve also included other (better, if you ask me) solutions for chat clients already available in Ubuntu.  This is based on the comments in yesterdays post about leaving things out.  I am definitely not meaning to leave anything out, I&#8217;m simply focusing on documenting the alternatives to what Automatix does on its own.  There are more applications outside of the above list, but this should be plenty to get going with.</p>
<p>See you back here tomorrow with more suggestions on supported alternatives to the applications Automatix installs.  If you find these useful please let me know.  Other suggestions, leave comments as usual.</p>
<p><hints id="hah_hints"></hints></p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2007/08/07/automatix-alternatives-chat-clients/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Automatix Supported Alternatives : Burning and Ripping</title>
		<link>http://ubuntu-tutorials.com/2007/08/06/automatix-supported-alternatives-burning-and-ripping/</link>
		<comments>http://ubuntu-tutorials.com/2007/08/06/automatix-supported-alternatives-burning-and-ripping/#comments</comments>
		<pubDate>Mon, 06 Aug 2007 22:36:55 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[automatix]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=407</guid>
		<description><![CDATA[I&#8217;m going to take this series on supported Automatix replacements one &#8220;section&#8221; at a time. If I spread it our per single application we&#8217;d be here forever. So, starting with the Automatix &#8211; Feisty list I&#8217;ve started with the first section, &#8220;Burning and Ripping&#8221; and here are supported alternatives to the same. These lists apply [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going to take this series on supported Automatix replacements one &#8220;section&#8221; at a time.  If I spread it our per single application we&#8217;d be here forever.  So, starting with the <a href="http://getautomatix.com/wiki/index.php?title=Software_and_Tweaks#Automatix2_on_.28K.2FX.29Ubuntu_7.04_i386.2FAMD64_.28Feisty.29" title="Automatix - Feisty : DO NOT USE AUTOMATIX - IT IS IRRESPONSIBLE">Automatix &#8211; Feisty</a> list I&#8217;ve started with the first section, &#8220;Burning and Ripping&#8221; and here are supported alternatives to the same.</p>
<p>These lists apply to Feisty and above.</p>
<p><strong>Burning and Ripping</strong></p>
<ul>
<li>Brasero (Advanced and user-friendly CD burning tool for Gnome) : requires <a href="http://ubuntu-tutorials.com/2007/02/07/5-steps-to-a-new-ubuntu-installation/" title="activating universe repository access"><em>universe</em></a></li>
</ul>
<blockquote><p><code><strong>sudo aptitude install brasero</strong> (or Applications &gt; Add / Remove &gt; "Search" Brasero)</code></p></blockquote>
<ul>
<li>Gnomebaker (The best GTK2 CD/DVD burning software) : requires <a href="http://ubuntu-tutorials.com/2007/02/07/5-steps-to-a-new-ubuntu-installation/" title="activating universe repository access"><em>universe</em></a></li>
</ul>
<blockquote><p><code><strong>sudo aptitude install gnomebaker</strong> (or Applications &gt; Add / Remove &gt; "Search" Gnomebaker)</code></p></blockquote>
<ul>
<li>k9copy (KDE based DVD backup software) : requires <a href="http://ubuntu-tutorials.com/2007/02/07/5-steps-to-a-new-ubuntu-installation/" title="activating multiverse repository access"><em>multiverse</em></a></li>
</ul>
<blockquote><p><code><strong>sudo aptitude install k9copy</strong> (or Applications &gt; Add / Remove &gt; "Search" k9copy)</code></p></blockquote>
<ul>
<li>StreamTuner and StreamRipper (Internet Radio Client &amp; Ripper) : requires <a href="http://ubuntu-tutorials.com/2007/02/07/5-steps-to-a-new-ubuntu-installation/" title="activating universe repository access"><em>universe</em></a></li>
</ul>
<blockquote><p><code><strong>sudo aptitude install streamtuner streamripper</strong> (or Applications &gt; Add / Remove &gt; "Search" streamtuner, streamripper)</code></p></blockquote>
<ul>
<li>DVD Ripper (a GTK based DVD ripping software) : requires <em><a href="http://ubuntu-tutorials.com/2007/02/07/5-steps-to-a-new-ubuntu-installation/" title="enabling multiverse repository">multiverse</a></em></li>
</ul>
<blockquote><p><code><strong>sudo aptitude install dvdrip</strong> (or Applications &gt; Add / Remove &gt; "Search" dvdrip)</code></p></blockquote>
<ul>
<li> xDVDShrink (create fair-use archival copies of DVD<em>)</em> : requires <a href="http://ubuntuforums.org/showthread.php?t=92198&amp;highlight=install+xdvdshrink&amp;page=3" title="ubuntu forums outline on manually installing (via alien) the xdvdshrink application.  Also outlines dependencies">manual-installation</a></li>
</ul>
<blockquote><p><code>This application is no longer in development.  It is suggested to use k9copy (above).</code></p></blockquote>
<p>Feisty was a definite improvement and lessened much of the appeal on Automatix.  The above list, again coming directly from the Automatix page, are all directly available via the Ubuntu repositories.  Some are packaged by and limited to support by the community, but still supported nonetheless.  Tomorrow I will try and tackle &#8220;Chat Clients&#8221;.</p>
<p><hints id="hah_hints"></hints></p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2007/08/06/automatix-supported-alternatives-burning-and-ripping/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic (User agent is rejected)
Database Caching 2/21 queries in 0.012 seconds using disk: basic
Object Caching 304/332 objects using disk: basic

Served from: ubuntu-tutorials.com @ 2012-02-09 14:46:44 -->
