<?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>Martin Ankerl &#187; ubuntu</title>
	<atom:link href="http://martin.ankerl.com/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://martin.ankerl.com</link>
	<description>No movement is faster than no movement</description>
	<lastBuildDate>Tue, 13 Jul 2010 05:31:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>How To: Download Any Flash Video with flashrip in Ubuntu</title>
		<link>http://martin.ankerl.com/2009/11/15/how-to-download-any-flash-video-with-flashrip-in-ubuntu/</link>
		<comments>http://martin.ankerl.com/2009/11/15/how-to-download-any-flash-video-with-flashrip-in-ubuntu/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 11:57:37 +0000</pubDate>
		<dc:creator>Martin Ankerl</dc:creator>
				<category><![CDATA[downloads]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://martin.ankerl.com/?p=218</guid>
		<description><![CDATA[Downloading flash videos in Linux was already not too difficult, but thanks to flashrip, it has gotten very easy. Here is a little demo how it works: Once installed, you basically use one click to get a video preview and then a prompt with the filename to save the file. The script works by looking [...]]]></description>
			<content:encoded><![CDATA[<p>Downloading flash videos in Linux was already <a href="http://www.youtube.com/watch?v=vxBGr2T1Ueo">not too difficult</a>, but thanks to <tt>flashrip</tt>, it has gotten very easy. Here is a little demo how it works:<br />
<center><br />
<object width="560" height="370"><param name="movie" value="http://www.youtube.com/v/qvxHQKGci9o&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/qvxHQKGci9o&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="370"></embed></object><br />
</center></p>
<p>
Once installed, you basically use one click to get a video preview and then a prompt with the filename to save the file. The script works by looking into the newest flash files in your <tt>/tmp</tt> folder, and creates a hardlink to the save destination. When the video has fully loaded, you can close the browser window. The temp file will get deleted, and the linked copy will remain.</p>
<h2>Installing flashrip</h2>
<p>Open a terminal like gnome-terminal or konsole, and run these commands:</p>
<pre>wget http://martin.ankerl.com/wp-content/uploads/2009/11/flashrip.sh
chmod 755 flashrip.sh
sudo mv flashrip.sh /usr/local/bin</pre>
<p>Now all thats left to do is to create a link in your gnome panel for ease of use: Right click the gnome panel, &#8220;Add to panel&#8230;&#8221;, choose &#8220;Custom Application Launcher&#8230;&#8221;. Choose a proper name, and a command like this:
<pre>/usr/local/bin/flashrip.sh /home/manker/Videos</pre>
<p>For the command, replace the second parameter with the default location where you want to save the ripped videos (you have to use the full path here!)</p>
<p>I have tested this in Ubuntu, but it should work on any linux where gnome is installed. </p>
<p>Have fun!</p>
<div style='clear:both'></div><img src="http://martin.ankerl.com/?ak_action=api_record_view&id=218&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://martin.ankerl.com/2009/11/15/how-to-download-any-flash-video-with-flashrip-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Beautiful Font Hinting in Ubuntu 8.10 and 9.04</title>
		<link>http://martin.ankerl.com/2009/01/22/beautiful-font-hinting-in-ubuntu-810/</link>
		<comments>http://martin.ankerl.com/2009/01/22/beautiful-font-hinting-in-ubuntu-810/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 20:59:03 +0000</pubDate>
		<dc:creator>Martin Ankerl</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://martin.ankerl.com/?p=197</guid>
		<description><![CDATA[Even though I have an LCD monitor, I always have the subpixel hinting switched off because it is just painfully ugly to my eyes. Even when hinting is switched to maximum, the fonts are quite blurry (if you don&#8217;t believe me, type xmag and take a screenshot of your font. You can see red and [...]]]></description>
			<content:encoded><![CDATA[<p>Even though I have an LCD monitor, I always have the subpixel hinting switched off because it is just painfully ugly to my eyes. Even when hinting is switched to maximum, the fonts are quite blurry (if you don&#8217;t believe me, type <tt>xmag</tt> and take a screenshot of your font. You can see red and blue linese everywhere). My eyes hurt when I see this. </p>
<p>Thanks to <a href="http://johan.kiviniemi.name/blag/ubuntu-fonts/">Johan Kivinemi</a> I have just found out how to bring back the excellent legacy subpixel hinting engine. This has a much more crisp hinting, and uses subpixels only where it really is an improvement:</p>
<p>Just open these files in your home directory, and copy the content into them:</p>
<h2>~/.fonts.conf</h2>
<pre class="brush: xml;">
&lt;?xml version='1.0'?&gt;
&lt;!DOCTYPE fontconfig SYSTEM 'fonts.dtd'&gt;
&lt;fontconfig&gt;
  &lt;match target=&quot;font&quot;&gt;
    &lt;edit name=&quot;antialias&quot; mode=&quot;assign&quot;&gt;
      &lt;bool&gt;true&lt;/bool&gt;
    &lt;/edit&gt;
    &lt;edit name=&quot;hinting&quot; mode=&quot;assign&quot;&gt;
      &lt;bool&gt;true&lt;/bool&gt;
    &lt;/edit&gt;
    &lt;edit name=&quot;hintstyle&quot; mode=&quot;assign&quot;&gt;
      &lt;const&gt;hintfull&lt;/const&gt;
    &lt;/edit&gt;
    &lt;edit name=&quot;lcdfilter&quot; mode=&quot;assign&quot;&gt;
      &lt;const&gt;lcdlegacy&lt;/const&gt;
    &lt;/edit&gt;
    &lt;edit name=&quot;rgba&quot; mode=&quot;assign&quot;&gt;
      &lt;const&gt;rgb&lt;/const&gt;
    &lt;/edit&gt;
  &lt;/match&gt;
&lt;/fontconfig&gt;
</pre>
<h2>~/.Xresources</h2>
<pre class="brush: xml;">
Xft.antialias:  true
Xft.hinting:    true
Xft.hintstyle:  hintfull
Xft.lcdfilter:  lcdlegacy
Xft.rgba:       rgb
</pre>
<p>This should work in Ubuntu 8.04, 8.10, and 9.04 too, and makes all fonts much more crisp. Of course, your mileage may vary.</p>
<h1>UPDATE: Comparison Screenshots</h1>
<p>As promised on <a href="http://www.reddit.com/r/linux/comments/7ru91/beautiful_font_hinting_in_ubuntu_810/">reddit</a>, I got back from an awesome snowboard trip so I am able to put up extensive comparison screenshots of the two subpixel hinting engines. Move your mouse over the following images to see the differences. Watch especially out for letters like &#8220;m&#8221; where the spacing between the lines is very small. You might have to wait a bit for the image to load.</p>
<p>I have used all of the most important fonts that I usually use, and just for fun I have added &#8220;Dijkstra&#8221;, which just looks cool.</p>
<h2>Sans Fonts</h2>
<p>Mouse to see the same fonts with the legacy hinter.</p>
<style type="text/css"><!-- #sans a { text-decoration:none; display:block; background-image:url(http://martin.ankerl.com/wp-content/uploads/2009/01/sans-normal.png); width:395px; height:850px; } #sans a:hover {background-image:url(http://martin.ankerl.com/wp-content/uploads/2009/01/sans-legacy.png); } --> </style>
<div id="sans">
<a href="#">&nbsp;</a>
</div>
<h2>Mono Fonts</h2>
<p>Mouse to see the same fonts with the legacy hinter.</p>
<style type="text/css"><!-- #mono a { text-decoration:none; display:block; background-image:url(http://martin.ankerl.com/wp-content/uploads/2009/01/mono-normal.png); width:430px; height:940px; } #mono a:hover {background-image:url(http://martin.ankerl.com/wp-content/uploads/2009/01/mono-legacy.png); } --> </style>
<div id="mono">
<a href="#">&nbsp;</a>
</div>
<h2>Zoomed Comparison Screenhots</h2>
<p>Here is an excerpt with 400% magnifications. Mouse over the pictures to see the legacy hinter.</p>
<h3>Zoomed Sans</h3>
<style type="text/css"><!-- #sanszoom a { text-decoration:none; display:block; background-image:url(http://martin.ankerl.com/wp-content/uploads/2009/01/sans-normal-zoomed.png); width:400px; height:200px; } #sanszoom a:hover {background-image:url(http://martin.ankerl.com/wp-content/uploads/2009/01/sans-legacy-zoomed.png); } --> </style>
<div id="sanszoom">
<a href="#">&nbsp;</a>
</div>
<h3>Zoomed Mono</h3>
<style type="text/css"><!-- #monozoom a { text-decoration:none; display:block; background-image:url(http://martin.ankerl.com/wp-content/uploads/2009/01/mono-normal-zoomed.png); width:400px; height:200px; } #monozoom a:hover {background-image:url(http://martin.ankerl.com/wp-content/uploads/2009/01/mono-legacy-zoomed.png); } --> </style>
<div id="monozoom">
<a href="#">&nbsp;</a>
</div>
<div style='clear:both'></div><img src="http://martin.ankerl.com/?ak_action=api_record_view&id=197&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://martin.ankerl.com/2009/01/22/beautiful-font-hinting-in-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>Top 10 Posts of 2008</title>
		<link>http://martin.ankerl.com/2008/12/27/top-10-posts-of-2008/</link>
		<comments>http://martin.ankerl.com/2008/12/27/top-10-posts-of-2008/#comments</comments>
		<pubDate>Sat, 27 Dec 2008 18:08:44 +0000</pubDate>
		<dc:creator>Martin Ankerl</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://martin.ankerl.com/?p=186</guid>
		<description><![CDATA[Everybody loves top 10 lists. It is amazing how much traffic they can generate with the least bit of effort. So, without further ado, here is the list of the top 10 articles on this blog for 2008. 10. Top 10 Eclipse Hotkeys Ironically, this list starts with another top 10 list, namely Top 10 [...]]]></description>
			<content:encoded><![CDATA[<p>Everybody loves top 10 lists. It is amazing how much traffic they can generate with the least bit of effort. So, without further ado, here is the list of the top 10 articles on this blog for 2008.</p>
<dl>
<dt>10. Top 10 Eclipse Hotkeys</dt>
<dd><center><img src="http://martin.ankerl.com/wp-content/uploads/2008/12/hotkeys.png" alt="" title="hotkeys" width="456" height="91" style="margin:10px;"/></center><br />
Ironically, this list starts with another top 10 list, namely <a href="http://martin.ankerl.com/2006/07/20/top-10-eclipse-hotkeys/">Top 10 Eclipse Hotkeys</a>. This article from 2006 has just made it onto this top list. With 3,302 pageviews it seems that these keys are still relevant.
</dd>
<dt>9. Human Compact Themes for Ubuntu 8.10</dt>
<dd><center><img src="http://martin.ankerl.com/wp-content/uploads/2008/12/compact810.png" alt="" title="compact810" width="270" height="110" style="margin:10px;"/></center> Number 9 is a modification of the <a href="http://martin.ankerl.com/2008/11/04/human-compact-themes-for-ubuntu-810/">Ubuntu&#8217;s default theme that is optimized for small screens</a>. With the recent rise of netbooks this becomes more and more wanted.<br />
<center></center>
</dd>
<dt>8. Logical Volume Manager Cheatsheet</dt>
<dd>
<pre style="margin:10px 50px 10px 50px; padding:0px;">sudo pvcreate /dev/sdg1
sudo vgcreate ext_vg /dev/sdg1
sudo lvcreate -L 450G -n ext ext_vg
sudo mkfs.ext3 -m 0 /dev/ext_vg/ext</pre>
<p></center>A compact little cheat sheet that explains <a href="http://martin.ankerl.com/2008/02/05/logical-volume-manager-cheatsheet/">how to easily combine two harddisks into one large volume</a>. I have used this to combine two 500GB disks into one large 1TB filesystem.
</dd>
<dt>7. Comprehensive Linux Terminal Performance Comparison</dt>
<dd><center><img src="http://martin.ankerl.com/wp-content/uploads/2008/12/term-small.png" alt="" title="term-small" width="400" height="117" style="margin:10px;" /></center> In this highly controversial article I have compared <a href="http://martin.ankerl.com/2007/09/01/comprehensive-linux-terminal-performance-comparison/">how long several different terminals (xterm, gnome-terminal, etc.) take when displaying one large textfile</a>. I still believe this is relevant, especially when compiling stuff and text flies by. You don&#8217;t want your terminal be the limiting factor for your compile speed! I would perform the test yourself, as this seems to be highly dependent on the graphics card driver.
</dd>
<dt>6. Howto Create MANIFEST.MF Classpath from Ant</dt>
<dd>
<pre class="brush: xml;">
&lt;!-- name of the output .jar file --&gt;
&lt;property name=&quot;jar.name&quot; value=&quot;ourjarfile.jar&quot; /&gt;
</pre>
<p>This HOWTO describes <a href="http://martin.ankerl.com/2005/11/30/howto-create-manifestmf-classpath-from-ant/">a simple way to create the classpath in a MANIFEST.MF file automatically</a> from the libraries available on the harddisk. I have been using this since 2005, and it has never failed me.
</dd>
<dt>5. Human Compact Gnome Theme (for Ubuntu 8.04)</dt>
<dd><center><img src="http://martin.ankerl.com/wp-content/uploads/2008/12/s1.png" alt="" title="s1" width="414" height="119" style="margin:10px;" /></center><a href="http://martin.ankerl.com/2008/05/13/human-compact-gnome-theme/">Another Compact theme</a> has made it on the list, this time for 8.04. I have used this theme for quite a while, even on a large 1680&#215;1050 monitor because it really saves a lot of screen space. For everybody still using Ubuntu 8.04, this is the best choice to use a compact layout while still having the default Human look.
</dd>
<dt>4. Optimized pow() approximation for Java, C / C++, and C#</dt>
<dd>
<pre class="brush: java;">
public static double pow(final double a, final double b) {
    final int x = (int) (Double.doubleToLongBits(a) &gt;&gt; 32);
    final int y = (int) (b * (x - 1072632447) + 1072632447);
    return Double.longBitsToDouble(((long) y) &lt;&lt; 32);
}
</pre>
<p>Through some funny floating point representation tricks it is possible to create <a href="http://martin.ankerl.com/2007/10/04/optimized-pow-approximation-for-java-and-c-c/">an approximative calculation of the pow() operator</a>, that is a hell of a lot faster than the standard calculation which has to be extremely precise. This might be useful for games, Artificial Intelligence applications, and everywhere else where performance is an issue and not precision.
</dd>
<dt>3. Ajax Dojo Comet Tutorial</dt>
<dd><center><img src="http://martin.ankerl.com/wp-content/uploads/2008/12/hello.png" alt="" title="hello" width="325" height="85" style="margin:10px;" /></center> One of the most often seen article contains 3 buzzwords at once: <a href="http://martin.ankerl.com/2007/08/21/ajax-dojo-comet-tutorial/">Ajax, Dojo, Comet</a>. This page was linked several times, and it is getting quite a bit of attention. The article was written by an intern at my workplace and he allowed me to put it up here.
</dd>
<dt>2. Clearlooks Compact Gnome Theme</dt>
<dd><center><img src="http://martin.ankerl.com/wp-content/uploads/2008/12/clearlooks-compact.png" alt="" title="clearlooks-compact" width="435" height="121" style="margin:10px;" /></center> Yet another theme! This startet it all. The <a href="http://martin.ankerl.com/2007/11/04/clearlooks-compact-gnome-theme/">Clearlooks Compact Theme</a> was the first compact theme I have created. It is just a modification of the original Clearlooks theme, with tighter spacing. This has been linked quite a lot of time and I get a continuous stream of visitors who are in the need for a compact theme.
</dd>
<dt>1. How to get Enough Sleep Despite StumbleUpon With Ubuntu</dt>
<dd><center><img src="http://martin.ankerl.com/wp-content/uploads/2008/01/stumbling-insomnia.jpg" width="450" height="314" style="margin:10px;"></center> This post about me struggling with <a href="http://martin.ankerl.com/2008/01/24/howto-get-enough-sleep-despite-stumbleupon-with-ubuntu/">getting enough sleep despite StumbleUpon</a> was by far the most viewed article on the blog, it has received more than 4 times as much visits as the second best. I guess I hit some nerve with it in the large Linux using StumbleUpon crowd. The article is almost a year old, and I still get lots of visitors each and every day. Happy stumbling!
</dd>
</dl>
<p>Thank you everybody for coming to this site and posting your thoughts. I appreciate each and every feedback. Happy christmas and happy new year!</p>
<div style='clear:both'></div><img src="http://martin.ankerl.com/?ak_action=api_record_view&id=186&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://martin.ankerl.com/2008/12/27/top-10-posts-of-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ripping Multilanguage DVDs with Subtitles using Mencoder</title>
		<link>http://martin.ankerl.com/2008/12/25/ripping-multilanguage-dvds-with-subtitles-using-only-mencoder/</link>
		<comments>http://martin.ankerl.com/2008/12/25/ripping-multilanguage-dvds-with-subtitles-using-only-mencoder/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 22:06:11 +0000</pubDate>
		<dc:creator>Martin Ankerl</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://martin.ankerl.com/?p=185</guid>
		<description><![CDATA[Yesterday at Christmas I got the Akira Kurosawa Samurai Edition, which is a 7 disc DVD set of his awesome movies. I am converting it into the best quality files currently possible: MKV as the container, x264 codec for the video, dual audio, and with subtitles. This is short Howto so that I won&#8217;t forget [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday at Christmas I got the <a href="http://en.wikipedia.org/wiki/Akira_Kurosawa">Akira Kurosawa</a> Samurai Edition, which is a 7 disc DVD set of his awesome movies. I am converting it into the best quality files currently possible: MKV as the container, x264 codec for the video, dual audio, and with subtitles. This is short Howto so that I won&#8217;t forget how <img src='http://martin.ankerl.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
<span id="more-185"></span></p>
<ol>
<li>Create a file <tt>~/.mplayer/mencoder.conf</tt> with default compression settings. I use this, with encoding quality settings I have from <a href="http://www.mplayerhq.hu/DOCS/HTML/en/menc-feat-x264.html#menc-feat-x264-example-settings">mplayer&#8217;s x264 examples</a>:
<pre class="brush: ruby;">
o=out.avi
ovc=x264=yes
oac=mp3lame=yes

#lameopts=preset=medium
lameopts=aq=2:vbr=4
#lameopts=preset=voice

# the lower crf, the better
# 20: very good
# 22: Medium Quality DVD rips
# 23: quite ok
# 25: so-so
# 30: acceptable
# 40: my eyes hurt
# 50: my eyes bleed
x264encopts=threads=auto:crf=20:subq=7:partitions=all:8x8dct:me=umh:frameref=5:bframes=3:b_pyramid:weight_b

# deinterlace
# vf=yadif

# slight denoise
# vf=hqdn3d=3:2:3:3

# turbo encoding (low quality!)
#x264encopts=threads=auto:crf=23:turbo=2:subq=1:frameref=1
</pre>
<li>I use constant quality setting. The advantage is that it requires only one pass, and you get, well, constant quality <img src='http://martin.ankerl.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  In the config file find the <tt>crf=20</tt> section and change it to your desire.
<li>Find out which DVD chapter you want to rip, starting with 1 up (e.g. <tt>mplayer dvd://1</tt>).
<li>If the DVD has black borders, find out their sizes with
<pre>mplayer dvd://2 -vf cropdetect</pre>
<p>Fast forward a bit into the movie so that the ratio can be trusted.<br />
<strong>WARNING</strong> Some DVDs like Natural Born Killers are shot with multiple different films, so the border changes! Take care not to crop anything important away. Copy the -crop printouts into the clipboard.</p>
<li>Open another console window, run <tt>mplayer dvd://2 -identify</tt>, and quit. Now scroll up, there is some important information about the tracks which you need in the next step. I have extraced the important information here:
<pre class="brush: ruby;">
ID_AUDIO_ID=128
ID_AID_128_LANG=de
...
ID_AUDIO_ID=129
ID_AID_129_LANG=ja
...
subtitle ( sid ): 0 language: de
...
subtitle ( sid ): 1 language: de
</pre>
<p>So there is audio language <tt>de</tt> and <tt>ja</tt>, and 2 subtitles for de. Mplayer the DVD and press <tt>J</tt> to find out which subtitles you want to have. (mplayer shows the ID, like <tt>(0) de</tt>).</p>
<li>I have chosen AID 129 and sid 1. In the other window, start ripping the movie:
<pre class="brush: ruby;">
mencoder dvd://2 -vf crop=704:432:0:72 -aid 129 -o Yojimbo.avi -vobsubout subs -vobsuboutindex 0 -sid 1</pre>
<p>This will get you 3 files: <tt>Yojimbo.avi</tt> with Japanese audio and x264 encoded movie video, and <tt>subs.idx</tt> and <tt>subs.sub</tt> with the subtitles. Play the movie to check everything works as it should.</p>
<li>Rip additional sound tracks now, if you want them. You can rip one additional subtitle at the same time. To do this, increase the vobsuboutindex by one, or choose another filename. I choose to rip the german audio and another subtitle track:
<pre class="brush: ruby;">
mencoder dvd://2 -aid 128 -ovc frameno -o de.avi -vobsubout out -vobsuboutindex 0 -sid 1
</pre>
<p>The <tt>-ovc frameno</tt> part is important, because this skips video encoding. Encoding is much faster this way because we already have the video anyways.</p>
<li>Merge everything together with <tt>mmg</tt>, this is a GUI interface for <tt>mkvmerge</tt> which you get via <tt>sudo apt-get install mkvtoolnix</tt>. Select the correct languages for the audio and subtitle tracks.
</ol>
<p>I think that&#8217;s about it. This way you will get very high quality, multi language rips with subtitles. Oh, some other interesting points to note:</p>
<ul>
<li>I <em>always</em> encode with the same resolution as the source, no rescaling. Rescaling is very bad, I much prefer that quality is reduced by the codec and not preemptively through scaling down. Even a HDTV ripped to 700MB gets you a much better quality when not rescaled than a DVD ripped to 700MB. The x264 does an awesome job at preserving quality where it is important.
<li>I only rip with variable bitrate VBR. It has very good quality, but it is not surround sound.
</ul>
<div style='clear:both'></div><img src="http://martin.ankerl.com/?ak_action=api_record_view&id=185&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://martin.ankerl.com/2008/12/25/ripping-multilanguage-dvds-with-subtitles-using-only-mencoder/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Human Compact Themes (for Ubuntu 8.10)</title>
		<link>http://martin.ankerl.com/2008/11/04/human-compact-themes-for-ubuntu-810/</link>
		<comments>http://martin.ankerl.com/2008/11/04/human-compact-themes-for-ubuntu-810/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 17:11:58 +0000</pubDate>
		<dc:creator>Martin Ankerl</dc:creator>
				<category><![CDATA[downloads]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://martin.ankerl.com/?p=182</guid>
		<description><![CDATA[This is a new release of the compact theme, based on the original Ubuntu 8.10 (Intrepid) theme. It was created by Jan Suhr almost a month ago, based on my little howto. I have now two versions of the theme: one with normal icon sizes, and one with the smaller 16&#215;16 icons for even more [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://brainstorm.ubuntu.com/idea/6772/"><img style="float:right; margin-left:20px; margin-bottom:20px" src="http://brainstorm.ubuntu.com/idea/6772/image/1/" /></a>This is a new release of the compact theme, based on the original Ubuntu 8.10 (Intrepid) theme. It was created by Jan Suhr almost a month ago, based on my little <a href="http://martin.ankerl.com/2008/10/10/how-to-make-a-compact-gnome-theme/">howto</a>. </p>
<p>I have now two versions of the theme: one with normal icon sizes, and one with the smaller 16&#215;16 icons for even more compactness. Here is a comparison animation of the standard Human theme vs. the compact theme:</p>
<p><center><br />
<img src="/files/compact8.10.gif" width="552" height="387" /><br />
</center></p>
<p>You can download the themes here:</p>
<ul>
<li><a href="/files/HumanCompact-8.10.tar.bz2">HumanCompact-8.10.tar.bz2</a>
<li><a href="/files/HumanCompactSmallIcons-8.10.tar.bz2">HumanCompactSmallIcons-8.10.tar.bz2</a>
</ul>
<h1>Download and Installation</h1>
<ol>
<li>Save the theme to your computer.
<li>Open the gnome&#8217;s appearence dialog with System > Preferences > Appearance.
<li>Drag and drop the downloaded file into the Theme tab of the appearance dialog. If you get an error message &#8220;Can&#8217;t move directory over directory&#8221;, you have already installed a theme with the same name. To be able to reinstall it, remove the directory <tt>~/.themes/Human Compact</tt> or <tt>~/.themes/Human Compact Small Icons</tt>.
<li>Choose &#8220;Apply new theme&#8221; in the popup dialog.
</ol>
<p>Most changes will occur immediately, but for e.g. the icon sizes it is best to log out and log in again. When you change the theme, you can get the Human Compact theme back by clicking on Customize, and then selecting Human Compact.</p>
<p>Any question, praise or flames? please post them!</p>
<h1>Install for root (e.g. Synaptic)</h1>
<p>Some readers asked how to get this to work for applications that run as root (e.g. synaptic), so here it is: simply copy the copy the theme file into the root’s home directory, like this (exchange <em>username</em> with your own name):</p>
<pre>sudo cp /home/username/.themes/Human\ Compact/gtk-2.0/gtkrc /root/.gtkrc-2.0</pre>
<p>Afterwards synaptic uses the human compact theme.</p>
<h1>Older Themes</h1>
<p>Here is some information about the original compact themes I have created:</p>
<ul>
<li><a href="http://martin.ankerl.com/2008/10/10/how-to-make-a-compact-gnome-theme/">How to Make a Human Compact Theme</a>
<li><a href="http://martin.ankerl.com/2008/05/13/human-compact-gnome-theme/">Human Compact Theme (for Ubuntu 8.04)</a>
<li><a href="http://martin.ankerl.com/2007/11/04/clearlooks-compact-gnome-theme/">Clearlooks Compact Theme (for Ubuntu 8.04)</a>
</ul>
<div style='clear:both'></div><img src="http://martin.ankerl.com/?ak_action=api_record_view&id=182&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://martin.ankerl.com/2008/11/04/human-compact-themes-for-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>Human Compact Gnome Theme (for Ubuntu 8.04)</title>
		<link>http://martin.ankerl.com/2008/05/13/human-compact-gnome-theme/</link>
		<comments>http://martin.ankerl.com/2008/05/13/human-compact-gnome-theme/#comments</comments>
		<pubDate>Tue, 13 May 2008 19:46:28 +0000</pubDate>
		<dc:creator>Martin Ankerl</dc:creator>
				<category><![CDATA[freeware]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://martin.ankerl.com/2008/05/13/human-compact-gnome-theme/</guid>
		<description><![CDATA[Thanks to the overwhelming success of the Clearlooks Compact Theme and demand from several users I have now created a Human Compact theme. Basically it features the same compactness as Clearlooks Compact, but the look &#038; feel of the Ubuntu Human theme. So, if you want compactness and did not like the cold blue look [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://brainstorm.ubuntu.com/idea/6772/"><img style="float:right; margin-left:20px; margin-bottom:20px" src="http://brainstorm.ubuntu.com/idea/6772/image/1/" /></a>Thanks to the overwhelming success of the <a href="http://martin.ankerl.com/2007/11/04/clearlooks-compact-gnome-theme/">Clearlooks Compact Theme</a> and demand from several users I have now created a <em>Human Compact</em> theme. Basically it features the same compactness as Clearlooks Compact, but the look &#038; feel of the <a href="http://www.ubuntu.com/">Ubuntu</a> Human theme. So, if you want compactness and did not like the cold blue look of clearlooks, this is for you. It should also work well with the Eee pc, there even is a <a href="http://wiki.eeeuser.com/ubuntu:eeexubuntu:customization">nice tutorial here</a>.</p>
<p><strong>UPDATE</strong>: <a href="http://martin.ankerl.com/2008/11/04/human-compact-themes-for-ubuntu-810/">Human Compact Theme for Ubuntu 8.10 (Intrepid Ibex)</a> is available!</p>
<h1>Comparison</h1>
<p>Move your mouse over the image to see the difference of a save dialog between Ubuntu&#8217;s 8.04 <i>Human</i>, and <i>Human Compact</i>. Buttons and spacing is much smaller which results in a lot more free space for the actual content. See for yourself:</p>
<style type="text/css"><!-- #humancompact a { display:block; background-image:url(/wp-content/uploads/2008/05/s2.png); width:414px; height:423px; } #humancompact a:hover {background-image:url(/wp-content/uploads/2008/05/s1.png); } --> </style>
<p><center></p>
<div id="humancompact">
<a href="#">&nbsp;</a>
</div>
<p></center></p>
<p>Here are some other screenshots. The eclipse window uses 800&#215;480 resolution, which is the same as the eee pc has.<br />
<center><br />
<a href='http://martin.ankerl.com/wp-content/uploads/2008/05/screenshot-java-koagent-src-test-feasibility-at-profactor-inspector-graphvizvisitorjava-eclipse-platform.png' title='eclipse'><img src='http://martin.ankerl.com/wp-content/uploads/2008/05/screenshot-java-koagent-src-test-feasibility-at-profactor-inspector-graphvizvisitorjava-eclipse-platform.thumbnail.png' alt='eclipse' /></a> <a href='http://martin.ankerl.com/wp-content/uploads/2008/05/screenshot-infosvg-inkscape.png' title='inkscape'><img src='http://martin.ankerl.com/wp-content/uploads/2008/05/screenshot-infosvg-inkscape.thumbnail.png' alt='inkscape' /></a> <a href='http://martin.ankerl.com/wp-content/uploads/2008/05/screenshot-calculator-scientific.png' title='calc'><img src='http://martin.ankerl.com/wp-content/uploads/2008/05/screenshot-calculator-scientific.thumbnail.png' alt='calc' /></a><br />
</center></p>
<h1>Download and Installation</h1>
<ol>
<li>Save the file <a href='/files/HumanCompact.tar.bz2'>HumanCompact.tar.bz2</a> to your computer.
<li>Open the gnome&#8217;s appearence dialog with System > Preferences > Appearance.
<li>Drag and drop the downloaded file into the Theme tab of the appearance dialog.
<li>Choose &#8220;Apply new theme&#8221; in the popup dialog.
</ol>
<p>Most changes will occur immediately, but for e.g. the icon sizes it is best to log out and log in again. When you change the theme, you can get the Human Compact theme back by clicking on Customize, and then selecting Human Compact.</p>
<p>Any question, praise or flames? please post them!</p>
<h1>Install for root (e.g. Synaptic)</h1>
<p>Some readers asked how to get this to work for applications that run as root (e.g. synaptic), so here it is: simply copy the copy the theme file into the root’s home directory, like this (exchange <em>username</em> with your own name):</p>
<pre>sudo cp /home/username/.themes/Human\ Compact/gtk-2.0/gtkrc /root/.gtkrc-2.0</pre>
<p>Afterwards synaptic uses the human compact theme.</p>
<div style='clear:both'></div><img src="http://martin.ankerl.com/?ak_action=api_record_view&id=146&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://martin.ankerl.com/2008/05/13/human-compact-gnome-theme/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
		<item>
		<title>Clearlooks Compact Update</title>
		<link>http://martin.ankerl.com/2008/04/12/clearlooks-compact-update/</link>
		<comments>http://martin.ankerl.com/2008/04/12/clearlooks-compact-update/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 14:01:35 +0000</pubDate>
		<dc:creator>Martin Ankerl</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://martin.ankerl.com/2008/04/12/clearlooks-compact-update/</guid>
		<description><![CDATA[I have made a minor update to the Clearlooks Compact theme, the panel menu now uses small icons. Clearlooks Compact is a Gnome theme that tries to make use of the wasted screen space as much as possible. It is especially useful for small screens like on the Eee PC, or with intense applications like [...]]]></description>
			<content:encoded><![CDATA[<p>I have made a minor update to the <a href="http://martin.ankerl.com/2007/11/04/clearlooks-compact-gnome-theme/">Clearlooks Compact theme</a>, the panel menu now uses small icons.</p>
<p>Clearlooks Compact is a Gnome theme that tries to make use of the wasted screen space as much as possible. It is especially useful for small screens like on the <a href="http://eeepc.asus.com/global/">Eee PC</a>, or with intense applications like Eclipse. </p>
<p>This theme is picking up some steam lately:</p>
<ul>
<li>It is recommended from the <a href="http://wiki.eeeuser.com/ubuntu:eeexubuntu:customization">EeeUser Installation manual</a> (also available in many other languages, see translations to the top right).</li>
<li>Somebody wrote an idea into <a href="http://brainstorm.ubuntu.com/idea/6772/">Ubuntu&#8217;s Brainstorm</a>, and it got 86 votes already <img src='http://martin.ankerl.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
<li>I have written <a href="https://bugs.launchpad.net/ubuntu/+source/ubuntu-artwork/+bug/160938 ">a bug report</a> in Ubuntu&#8217;s launchpad a while ago, and somebody wrote <a href="https://blueprints.launchpad.net/ubuntu-eee/+spec/compact-theme">an Eee PC blueprint</a></li>
<li>There is an entry in <a href="http://www.gnome-look.org/content/show.php/Clearlooks+Compact?content=69357">Gnome-Look</a> and <a href="http://www.xfce-look.org/content/show.php/Clearlooks%20Compact?content=69357">Xfce-Look</a>.
<li>And of course there are <a href="http://blogsearch.google.com/blogsearch?hl=en&#038;q=clearlooks+compact&#038;btnG=Search+Blogs">several blog postings</a>.
</ul>
<p>I am using it on my 22&#8243; monitor and like it here too.</p>
<div style='clear:both'></div><img src="http://martin.ankerl.com/?ak_action=api_record_view&id=127&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://martin.ankerl.com/2008/04/12/clearlooks-compact-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Logical Volume Manager Cheatsheet</title>
		<link>http://martin.ankerl.com/2008/02/05/logical-volume-manager-cheatsheet/</link>
		<comments>http://martin.ankerl.com/2008/02/05/logical-volume-manager-cheatsheet/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 23:08:47 +0000</pubDate>
		<dc:creator>Martin Ankerl</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://martin.ankerl.com/2008/02/05/logical-volume-manager-cheatsheet/</guid>
		<description><![CDATA[Today I got a new harddisk, so it was finally time for me to have an in depth look at LVM. I use it to combine two harddisks /dev/sdg1 and /dev/sdb1 into one volume group ext_vg which contains one big logical volume /dev/ext_vg/ext. In short, my 250GB and 500GB harddisks are used in one big [...]]]></description>
			<content:encoded><![CDATA[<p>Today I got a new harddisk, so it was finally time for me to have an in depth look at <a href="http://sources.redhat.com/lvm2/">LVM</a>. I use it to combine two harddisks <tt>/dev/sdg1</tt> and <tt>/dev/sdb1</tt> into one volume group <tt>ext_vg</tt> which contains one big logical volume <tt>/dev/ext_vg/ext</tt>. In short, my 250GB and 500GB harddisks are used in one big 750GB ext3 mount point.</p>
<p>I followed the excellent <a href="http://www.linuxconfig.org/Linux_lvm_-_Logical_Volume_Manager">LVM Tutorial</a>, and was surprised how easy everything goes. Here is a short cheat sheet of the important commands (take care to exchange the partition/volume names if you use this):</p>
<h2>Installation</h2>
<p>I use <a href="http://www.ubuntu.com/">Ubuntu</a>, so this is a piece of cake:
<pre>sudo apt-get install lvm2</pre>
<p>There is also <a href="http://ubuntuforums.org/showthread.php?t=216117">a GUI available</a>, but I found the command line tools are very easy to use so there is no real need. I wouldn&#8217;t use <a href="https://wiki.ubuntu.com/Evms">EVMS</a> as it is not supported in Ubuntu 7.10 and may cause problems.</p>
<h2>Create a New Filesystem</h2>
<p>First I create the physical volume on the partition <tt>sdg1</tt>, create a new volume group <tt>ext_vg</tt> that contains this physical volume, and create a new logical volume of size 450GB within the volume group. Finally create the filesystem (disabled reservation space, see <a href="http://martin.ankerl.com/2008/01/12/get-more-space-out-of-your-ext3-partition/">Get More Space Out of Your ext3 Partition</a>).
<pre>sudo pvcreate /dev/sdg1
sudo vgcreate ext_vg /dev/sdg1
sudo lvcreate -L 450G -n ext ext_vg
sudo mkfs.ext3 -m 0 /dev/ext_vg/ext</pre>
<h2>Show Status</h2>
<p>Each LVM layer has its corresponding command to get information about the metadata:
<pre>sudo pvdisplay
sudo vgdisplay
sudo lvdisplay
sudo pvs
sudo vgs
sudo lvs</pre>
<h2>Mount via fstab</h2>
<p>I use the filesystem mainly for data, so allowing just <tt>rw</tt> is enough (no executables allowed). <tt>noatime</tt> allows quicker access.
<pre>sudo mkdir /media/mega
/dev/ext_vg/ext /media/mega     ext3    rw,noatime,user 0       2
mount /media/mega</pre>
<h2>Resize</h2>
<p>It is even possible to do an online resize of the system, wohoo <img src='http://martin.ankerl.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  This extends the logical volume by 200MB.
<pre>sudo lvextend -L +200 /dev/ext_vg/ext
sudo resize2fs -p /dev/ext_vg/ext</pre>
<p> You can watch the resize process going on with <tt>df -h</tt>.</p>
<h2>Add Another Partition to the Logical Volume</h2>
<p>To add another partition and use up all the available space in the logical volume, first add the physical volume to the volume group, then use <tt>pvdisplay</tt> to find out the total available number of free PE (add the numbers from the physical volumes), then use <tt>lvextend</tt> to use up all this available space.
<pre>sudo pvcreate /dev/sdb1
sudo vgextend ext_vg /dev/sdb1
sudo pvdisplay
sudo lvextend -l +63602 /dev/ext_vg/ext
sudo resize2fs /dev/ext_vg/ext</pre>
<p>That&#8217;s it! Any questions? please post.</p>
<div style='clear:both'></div><img src="http://martin.ankerl.com/?ak_action=api_record_view&id=119&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://martin.ankerl.com/2008/02/05/logical-volume-manager-cheatsheet/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Howto Get Enough Sleep Despite StumbleUpon with Ubuntu</title>
		<link>http://martin.ankerl.com/2008/01/24/howto-get-enough-sleep-despite-stumbleupon-with-ubuntu/</link>
		<comments>http://martin.ankerl.com/2008/01/24/howto-get-enough-sleep-despite-stumbleupon-with-ubuntu/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 22:06:44 +0000</pubDate>
		<dc:creator>Martin Ankerl</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[getsomesleep]]></category>
		<category><![CDATA[lifehack]]></category>

		<guid isPermaLink="false">http://martin.ankerl.com/2008/01/24/howto-get-enough-sleep-despite-stumbleupon-with-ubuntu/</guid>
		<description><![CDATA[What? I am a long-term StumbleUpon user, which means that I don&#8217;t get much sleep. Now, after almost 4 years of stumbling, I have decided to get my life back. Well, at least some sleep! What does this do? Every night when I have to work on the next day (Sunday night to Thursday night [...]]]></description>
			<content:encoded><![CDATA[<h2>What?</h2>
<p><a href='http://martin.ankerl.com/wp-content/uploads/2008/01/stumbling-insomnia.jpg'><img src="http://martin.ankerl.com/wp-content/uploads/2008/01/stumbling-insomnia.jpg" alt="" title="stumbleupon insomnia" width="150" height="104" style="float:right;" /></a>I am a long-term <a href="http://www.stumbleupon.com/">StumbleUpon</a> user, which means that I don&#8217;t get much sleep. Now, after <a href="http://martinus.stumbleupon.com/public/">almost 4 years of stumbling</a>, I have decided to get my life back. Well, at least some sleep! </p>
<h2>What does this do?</h2>
<p>Every night when I have to work on the next day (Sunday night to Thursday night ), at 23:25 my computer shows me this little warning message:<br />
<center><img src='http://martin.ankerl.com/wp-content/uploads/2008/01/screenshot-warning.png' alt='go to bed warning' /></center><br />
After the 5 minutes have passed, the computer shuts itself automatically down.</p>
<p>I use this little trick with <a href="http://www.ubuntu.com/">Ubuntu,</a> but it should work anywhere where <a href="http://www.gnome.org/">Gnome</a> is installed.</p>
<h2>How?</h2>
<p>Thanks to the power of Linux, this is not difficult to do for yourself, and configure it however you want it to behave:</p>
<ol>
<li>Open <tt>/etc/crontab</tt> with your favourite text editor (no need for <tt>crontab -e</tt> since this is the system wide crontab), e.g.
<pre>sudo gedit /etc/crontab</pre>
</li>
<li>Add the following lines (replace <tt>manker</tt> with your username!)
<pre>25 23 * * 0-4   manker  /usr/bin/zenity --display :0 --warning --text="Shutdown in 5 minutes. Go to bed."
25 23 * * 0-4   root    shutdown -h +5</pre>
<li>The first part of both lines <tt>25 23 * * 0-4</tt> means that the commands are executed at 23:25, but only Sunday (day 0) to Thursday (day 4). Read <tt>man 5 crontab</tt> for a detailed description of that format.</li>
<li>The first command uses <tt>zenity</tt> to show a warning message. You have to execute this as the same user that you use for working, or you will not see the message, so change <tt>manker</tt> to your username (root does not work either).
<li>The second command <tt>shutdown -h +5</tt> means that the computer will halt in 5 minutes.  This has to be run as root, and it also shows nice warning messages in all your open terminals so you can&#8217;t really miss it.</li>
<li>Save the file, and stumble until it is 23:25.</ul>
</ol>
<p>Sweet dreams!</p>
<div style='clear:both'></div><img src="http://martin.ankerl.com/?ak_action=api_record_view&id=106&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://martin.ankerl.com/2008/01/24/howto-get-enough-sleep-despite-stumbleupon-with-ubuntu/feed/</wfw:commentRss>
		<slash:comments>72</slash:comments>
		</item>
		<item>
		<title>Major Clearlooks Compact Update</title>
		<link>http://martin.ankerl.com/2007/11/11/clearlooks-compact-11/</link>
		<comments>http://martin.ankerl.com/2007/11/11/clearlooks-compact-11/#comments</comments>
		<pubDate>Sun, 11 Nov 2007 17:51:15 +0000</pubDate>
		<dc:creator>Martin Ankerl</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[clearlooks]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://martin.ankerl.com/?p=102</guid>
		<description><![CDATA[The Clearlooks Compact theme was released just a few days ago, and it already is the highest rated theme at gnome-look.org, out of more than a thousand. I guess the compactness really hit the nerve of lots of Linux users. This encouraged me to do some further updates, I have incorporated lots of several tips [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://martin.ankerl.com/2007/11/04/clearlooks-compact-gnome-theme/">Clearlooks Compact</a> theme was released just a few days ago, and it already is the <a href="http://www.gnome-look.org/index.php?xcontentmode=100">highest rated theme</a> at <a href="http://gnome-look.org/">gnome-look.org</a>, out of more than a thousand. I guess the compactness really hit the nerve of lots of Linux users.</p>
<p>This encouraged me to do some further updates, I have incorporated lots of several tips and from the post &#8220;<a href="http://blog.xam.dk/archives/81-Making-Eclipse-look-good-on-Linux.html">Making Eclipse look good on Linux</a>&#8220;. The result is a very compact theme that does not waste space if possible.</p>
<ul>
<li>Get Clearlooks Compact <a href="http://martin.ankerl.com/2007/11/04/clearlooks-compact-gnome-theme/">here</a>.</li>
<li>Vote <a href="http://www.gnome-look.org/content/show.php/Clearlooks+Compact?content=69357">here</a> if you think its good or bad.</li>
</ul>
<p>Hope you like it as much as I do</p>
<div style='clear:both'></div><img src="http://martin.ankerl.com/?ak_action=api_record_view&id=102&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://martin.ankerl.com/2007/11/11/clearlooks-compact-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
