<?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>Cyberborean Chronicles &#187; Linux</title>
	<atom:link href="http://blog.cyberborean.org/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.cyberborean.org</link>
	<description>by Alex Alishevskikh</description>
	<lastBuildDate>Wed, 16 Dec 2009 04:33:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Nepomuk-KDE with the Sesame backend</title>
		<link>http://blog.cyberborean.org/2009/10/07/nepomuk-kde-with-the-sesame-backend</link>
		<comments>http://blog.cyberborean.org/2009/10/07/nepomuk-kde-with-the-sesame-backend#comments</comments>
		<pubDate>Wed, 07 Oct 2009 22:10:31 +0000</pubDate>
		<dc:creator>Alex Alishevskikh</dc:creator>
				<category><![CDATA[Howtos]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Semantic Web]]></category>
		<category><![CDATA[tagging]]></category>

		<guid isPermaLink="false">http://blog.cyberborean.org/?p=487</guid>
		<description><![CDATA[There is a helpful article on how to make Nepomuk a lot faster by switching its default storage backend to Sesame2:

Pimp my Nepomuk 

Being both a really old KDE user and a semantic desktop partisan at the same time, I am, of course, keeping my eye on the progress in Nepomuk project.  It was apparently [...]]]></description>
			<content:encoded><![CDATA[<p>There is a helpful article on how to make <a href="http://nepomuk.kde.org/">Nepomuk</a> a lot faster by switching its default storage backend to <a href="http://openrdf.org">Sesame2</a>:</p>
<ul>
<li><a href="http://tokoe-kde.blogspot.com/2009/09/pimp-my-nepomuk.html">Pimp my Nepomuk </a></li>
</ul>
<p><span id="more-487"></span>Being both a really old KDE user and a semantic desktop partisan at the same time, I am, of course, keeping my eye on the progress in Nepomuk project.  It was apparently close to my old dream of a tagging framework supported natively and consistently across the whole desktop environment, so I highly appreciated this effort and it was nice to hear that Nepomuk would be officially included into KDE &#8211; my desktop of choice for many years.</p>
<p>Unfortunately, the experience was rather disappointing. It&#8217;s turned out to be painfully slow, not only slow by itself, but being a brake for overall desktop navigation. Even hovering the cursor over files and folders in Dolphin made Nepomuk process to eat above 50% of CPU time and caused annoying delays. The simple operations like assigning a tag to a file took seconds, the responsiveness which is obviously inappropriate for a real-world desktop system. It thus was turned off in a hope that the things would be improved in future versions (I was confused a bit by how it might appear in the production release, but, frankly, early KDE 4 was full of much more disastrous things). Since then, I checked it after every KDE version upgrade, but there was no visible progress in performance, alas.</p>
<p>It was really good news &#8211; the author of the post above argues that the performance issues are in fact, caused by a storage backend which <a href="http://soprano.sourceforge.net/">Soprano</a>, an RDF framework underlying to Nepomuk, uses to keep RDF data. By default, it&#8217;s shipped with <a href="http://librdf.org">Redland</a> (aka librdf), an RDF database library written in C. Luckily, the backend is easily replaceable and it&#8217;s worth to try to install a faster alternative seeking for a better performance. The author recommends <a href="http://openrdf.org">Sesame2</a> &#8211; a 100% pure Java RDF framework which works (surprisingly for many, I think &#8211; but not for me!) much faster than it&#8217;s native code counterpart.</p>
<p>I tested Nepomuk with Sesame and convinced that now it works really faster &#8211; as it should, in fact. There is of course, a room for improvements in Nepomuk to be a real end-user tool &#8211; e.g. a tag navigation interface without which the tags are rather useless, but its another story. At least, the performance is not a blocker anymore, so Nepomuk now is enabled in my KDE all the time.</p>
<h3>For Kubuntu users: How-to</h3>
<p>I tested the Sesame2 backend for Nepomuk on Kubuntu 9.04 Jaunty Jackalope, KDE 4.3.0 and Sun JRE 6 (I have no idea if it works with GNU Java, but you can give it a try).</p>
<ol>
<li>Install <strong>soprano-backend-sesame</strong> package (<code>sudo apt-get install soprano-backend-sesame</code>)</li>
<li>Make a symlink from <code>$JAVA_HOME/jre/lib/i386/client/libjvm.so</code> in the <code>/usr/lib</code> directory</li>
<li>Restart Nepomuk server</li>
</ol>
<p>Check if Sesame2 backend is used now:</p>
<pre>qdbus org.kde.NepomukStorage /nepomukstorage usedSopranoBackend</pre>
<p>It should answer &#8220;<code>sesame2</code>&#8220;. If it still answers &#8220;<code>redland</code>&#8220;, something was wrong. You may need also to replace the value &#8220;<code>redland</code>&#8221; to &#8220;<code>sesame2</code>&#8221; in <code>~/.kde/share/config/nepomukserverrc</code> file manually and restart Nepomuk again.</p>
 <img src="http://blog.cyberborean.org/wp-content/plugins/feed-statistics.php?view=1&post_id=487" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.cyberborean.org/2009/10/07/nepomuk-kde-with-the-sesame-backend/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Kubuntu Hardy</title>
		<link>http://blog.cyberborean.org/2008/05/27/kubuntu-hardy</link>
		<comments>http://blog.cyberborean.org/2008/05/27/kubuntu-hardy#comments</comments>
		<pubDate>Tue, 27 May 2008 13:24:24 +0000</pubDate>
		<dc:creator>Alex Alishevskikh</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[hardy heron]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://cyberborean.wordpress.com/?p=261</guid>
		<description><![CDATA[Finally moved my main working machine to Kubuntu 8.04 &#8220;Hardy Heron&#8221;. Yeah, late a bit, but it is my everyday working environment so I have to take these upgrades very seriously to not put my work into mess even for a day. Fortunately, no bad things were happened and in a lucky weekend I got [...]]]></description>
			<content:encoded><![CDATA[<p>Finally moved my main working machine to <a href="http://kubuntu.com">Kubuntu 8.04 &#8220;Hardy Heron&#8221;</a>. Yeah, late a bit, but it is my everyday working environment so I have to take these upgrades very seriously to not put my work into mess even for a day. Fortunately, no bad things were happened and in a lucky weekend I got Kubuntu 8.04 installed with all software I needed.</p>
<p><span id="more-212"></span></p>
<p>As I <a href="http://cyberborean.wordpress.com/2007/11/09/gutsy-doubts/">skipped</a> 7.10 &#8220;Gutsy&#8221; release, I preferred to do a fresh install from Hardy Heron LiveCD instead of two-step &#8220;Feisty » Gutsy » Hardy&#8221; network upgrade. I installed Hardy right into the existing Feisty partition replacing the old installation. Separate home partition was left untouched to keep all my personal preferences and data in new system.</p>
<p>It took ~25 minutes from booting the installation CD to logging into a working system.</p>
<h3>Unsurprisingly good</h3>
<p>No doubts, Kubuntu developers and packagers spent this year not for nothing. In general, Hardy is a better system than previous Kubuntu versions. It loads essentially faster and many little annoyances was fixed. Good job!</p>
<h3>Hardware compatibility</h3>
<p>Ubuntu systems are known to have great hardware support. As far back as 7.04 version, it recognized my hardware configuration including such exotic devices like DVB-card and CDMA modem without any problem. The only trouble was my HP LaserJet 1020 printer for which I had to install and configure foo2zjs package manually. So, it was nice to see it&#8217;s fixed in Hardy; now my printer is supported via native HP open source drivers and working out the box.</p>
<p>A bad surprise was that Hardy could not detect my monitor automatically and set failsafe 640&#215;480 resolution as a result. It was strange as it was no problem with it in Feisty. Even when I&#8217;ve clicked &#8220;Detect monitor&#8221; button manually, it detected it as default &#8220;plug-n-play&#8221; monitor. I had to remember a model of my monitor and select it from the list. Not a big deal, but a pity though.</p>
<h3>KDE 4</h3>
<p>Looking great and nice but apparently, a lot of work is still needed there. Crashes are not unusual everywhere and the single Plasma panel looks more like a prototype than a part of a desktop for the real world. It&#8217;s half-baked, almost not configurable and I cannot setup a desktop I need for my tasks (IMHO, an essential fault for any Linux software).</p>
<p>So, I&#8217;m use the &#8220;solid rock&#8221; KDE 3.5.9 as a primary desktop environment for work and sometimes switch to KDE 4 just to get a feeling of  bleeding edge desktop technologies.</p>
<h3>Grumbles</h3>
<ul>
<li>Dolphin &#8211; I already <a href="http://cyberborean.wordpress.com/2007/11/09/gutsy-doubts/">grumbled</a> at it and I still have no idea what are the reasons to have yet another desktop file manager. Konqueror was a default KDE file manager for years and a whole generation of Linux users grew up with an idea of this software inspired by Konq. Dolphin&#8217;s user experience is different in many ways and totally unusual for me (and I think, I&#8217;m not alone). No matter if Dolphin is good or bad, I need Konqueror, thanks!</li>
<li>Samba didn&#8217;t see my home network after installation. And I was unsuccesfull to fix it using configuration GUI in KDE Control Center (though I&#8217;m not a sysadmin guru and might miss some options). Finally I managed to configure the network by manual editing &#8217;smb.conf&#8217; taken file from a backup of previous installation. Maybe it sounds trivial for experienced network administrators, however I remember that I didn&#8217;t edit any configs to get Samba working in Kubuntu 7.04.</li>
</ul>
 <img src="http://blog.cyberborean.org/wp-content/plugins/feed-statistics.php?view=1&post_id=212" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.cyberborean.org/2008/05/27/kubuntu-hardy/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Compose key magic</title>
		<link>http://blog.cyberborean.org/2008/01/06/compose-key-magic</link>
		<comments>http://blog.cyberborean.org/2008/01/06/compose-key-magic#comments</comments>
		<pubDate>Sun, 06 Jan 2008 13:25:58 +0000</pubDate>
		<dc:creator>Alex Alishevskikh</dc:creator>
				<category><![CDATA[Howtos]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[unicode]]></category>

		<guid isPermaLink="false">http://cyberborean.wordpress.com/2008/01/06/compose-key-magic/</guid>
		<description><![CDATA[There are some amusing things in Linux which are hard to discover because they are invisible. Entering Unicode characters and sequences with a Compose key is one of those hidden features which can make user&#8217;s life much easier.

How it works
It&#8217;s simple and easy. You press and release a special key called &#8220;Compose&#8221; (or, &#8220;Multi_key&#8221;) and [...]]]></description>
			<content:encoded><![CDATA[<p>There are some amusing things in Linux which are hard to discover because they are invisible. Entering Unicode characters and sequences with a Compose key is one of those hidden features which can make user&#8217;s life much easier.</p>
<p><span id="more-197"></span></p>
<h3>How it works</h3>
<p>It&#8217;s simple and easy. You press and release a special key called &#8220;<a href="http://en.wikipedia.org/wiki/Compose_key">Compose</a>&#8221; (or, &#8220;Multi_key&#8221;) and then, two or three character keys &#8211; a mnemonic ASCII sequence identifies a Unicode character you want to see. For example, the sequence of letter keys &#8220;o&#8221; and &#8220;c&#8221; produces the copyright symbol (©) and it is much easier to remember than Unicode <a href="http://www.fileformat.info/info/unicode/char/00a9/index.htm">00A9</a>.</p>
<h3>Where is my Compose key?</h3>
<p>There is no Compose key defined in X.org by default. Before using it, you need to do some configuration to tell X which key you want to use as a Compose. Usually,  right &#8220;Win&#8221; (&#8220;Super&#8221;) key is a good choice.</p>
<p><img src="http://cyberborean.wordpress.com/files/2008/01/kdecompose.png" alt="kdecompose.png" align="right" />In KDE, open &#8220;Keyboard layout&#8221; configuration panel (Control Center → Regional &amp; Accessibility → Keyboard Layout) and select &#8220;Enable xkb options&#8221; checkbox on &#8220;Xkb options&#8221; tab. Then scroll the options list down to &#8220;Compose key position&#8221; section and select a checkbox for a key you want to use as a Compose.</p>
<p>Alternatively, you can edit <code>/etc/X11/Xorg.conf</code> (as a root) to add the line to the keyboard section:</p>
<pre>Option "XkbOptions"  "compose:rwin"</pre>
<p>After configuration is done, restart X (simply hit Ctrl+Alt+Backspace).</p>
<p>Note that you&#8217;ll need Unicode fonts installed (to see all exotic characters) and a default locale with UTF-8 support (e.g. en_US.UTF-8 for US English).  This seems to be the default in modern Linux distributions.</p>
<h3>Predefined characters</h3>
<h4>Diacritics, ligatures and currency symbols</h4>
<p>Entering extended latin letters with diacritic marks follows the pattern:</p>
<pre><strong>Compose <em>diacritic_character letter</em></strong></pre>
<p>The diacritic characters are:</p>
<ul>
<li><strong></strong><code>'</code> (apostrophe) ⇒ A letter with acute (Áá)</li>
<li><strong></strong><code>"</code> (double quote) ⇒ A letter with diaeresis (Ää)</li>
<li><strong><code>`</code></strong> (grave) ⇒ A letter with grave (Àà)</li>
<li><strong></strong><code>_</code> (underscore) ⇒ A letter with macron (Āā)</li>
<li><strong><code>^</code></strong> (circumflex) ⇒ A letter with circumflex (Ââ)</li>
<li><strong></strong><code>~</code> (tilde) ⇒ A letter with tilde (Ãã)</li>
<li><strong></strong><code>,</code> (comma) ⇒ A letter with cedilla (Çç)</li>
<li><strong></strong><code>.</code> (period) ⇒ A letter with dot above (Ȧȧ)</li>
<li><strong><code>!</code></strong> (exclamation) ⇒ A letter with  dot below (Ạạ)</li>
<li><strong><code>?</code></strong> (question) ⇒ A letter with hook (Ảả)</li>
<li><strong><code>/</code></strong> (slash), <code>-</code><strong></strong> (minus) ⇒ A letter with stroke (Øø, Đđ)</li>
<li><strong><code>;</code></strong> (semicolon) ⇒ A letter with ogonek (Ąą)</li>
<li><strong></strong><code>+</code> (plus) ⇒ A letter with horn (Ơơ)</li>
<li><strong></strong><code>=</code> (equals) ⇒ A letter with double acute (Őő)</li>
<li><strong><code>o</code></strong> ⇒ A letter with ring (Åå)</li>
<li><strong><code>c</code></strong> ⇒ A letter with caron (Ǎǎ)</li>
<li><strong><code>b</code></strong> ⇒ A letter with breve (Ăă)</li>
</ul>
<p>Some characters may be combined to create mixed diacritical marks, e.g. <code>Compose _ " a</code> produces ǟ (&#8216;a&#8217; with diaeresis and macron), and so on.</p>
<p>Other letters and ligatures:</p>
<ul>
<li><code>Compose A/a E/e</code> ⇒ Æ/æ</li>
<li><code>Compose O/o E/e</code> ⇒ Œ/œ</li>
<li><code>Compose T/t H/h</code> ⇒ Þ/þ</li>
<li><code>Compose N/n G/g</code> ⇒ Ŋ/ŋ</li>
<li><code>Compose s s</code> ⇒ ß</li>
<li><code>Compose e e</code> ⇒ ə</li>
</ul>
<p>Currency symbols:</p>
<ul>
<li><code>Compose c /</code> ⇒ ¢</li>
<li><code>Compose C =</code> ⇒ €</li>
<li><code>Compose L =</code> ⇒ ₤</li>
<li><code>Compose F r</code> ⇒ ₣</li>
<li><code>Compose Y =</code> ⇒ ¥</li>
<li><code>Compose o x</code> ⇒ ¤</li>
</ul>
<h4>Punctuation marks and other symbols</h4>
<p>Quotation marks:</p>
<ul>
<li><code>Compose , '</code> ⇒ ‚</li>
<li><code>Compose , "</code> ⇒ „</li>
<li><code>Compose &lt; '</code> ⇒ ‘</li>
<li><code>Compose &gt; '</code> ⇒ ’</li>
<li><code>Compose &lt; "</code> ⇒ “</li>
<li><code>Compose &gt; "</code> ⇒ ”</li>
<li><code>Compose &lt; &lt;</code> ⇒ «</li>
<li><code>Compose &gt; &gt;</code> ⇒ »</li>
<li><code>Compose . &lt;</code> ⇒ ‹</li>
<li><code>Compose . &gt;</code> ⇒ ›</li>
</ul>
<p>Others:</p>
<ul>
<li><code>Compose . .</code> ⇒ ·</li>
<li><code>Compose - - -</code> ⇒ — (em-dash)</li>
<li><code>Compose - - .</code> ⇒ – (en-dash)</li>
<li><code>Compose ? ?</code> ⇒ ¿</li>
<li><code>Compose ! !</code> ⇒ ¡</li>
<li><code>Compose + -</code> ⇒ ±</li>
<li><code>Compose : -</code> ⇒ ÷</li>
<li><code>Compose 1 2</code> ⇒ ½</li>
<li><code>Compose 1 4</code> ⇒ ¼</li>
<li><code>Compose 3 4</code> ⇒ ¾</li>
<li><code>Compose _ 0-9</code> ⇒ ₀ &#8211; ₉ (subscript digit)</li>
<li><code>Compose ^ 0-9</code> ⇒ ⁰ &#8211; ⁹ (superscript digit)</li>
<li><code>Compose ( 0-9 )</code> ⇒ ⓪ &#8211; ⑨ (circled digit)</li>
<li><code>Compose o c</code> ⇒ ©</li>
<li><code>Compose o r</code> ⇒ ®</li>
<li><code>Compose o o</code> ⇒ °</li>
<li><code>Compose o s</code> ⇒ §</li>
<li><code>Compose x x</code> ⇒ ×</li>
<li><code>Compose P P</code> ⇒ ¶</li>
<li><code>Compose T M</code> ⇒ ™</li>
<li><code>Compose m u</code> ⇒ µ</li>
<li><code>Compose % o</code> ⇒ ‰</li>
</ul>
<h3>Defining custom Compose sequences</h3>
<p>Default Compose sequences are defined in &#8216;<code>Compose</code>&#8216; text file in the current locale directory (<code>/usr/share/X11/locale/xxx</code>). This file contains the rules to define Compose keyboard sequences and corresponding Unicode characters:</p>
<pre># UTF-8 (Unicode) compose sequence
# David.Monniaux (at) ens.fr
#
# $XFree86: xc/nls/Compose/en_US.UTF-8,v 1.11 2004/01/06 13:14:04 pascal Exp $
...
&lt;Multi_key&gt; &lt;less&gt; &lt;less&gt;        	: "«"   guillemotleft # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
&lt;Multi_key&gt; &lt;greater&gt; &lt;greater&gt;  	: "»"   guillemotright # RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
&lt;Multi_key&gt; &lt;less&gt; &lt;apostrophe&gt;  	: "‘"   U2018 # LEFT SINGLE QUOTATION MARK
...</pre>
<p>To define new Compose sequence, we should add another rule using the syntax:</p>
<pre>&lt;Multi_key&gt; &lt;<em>key1</em>&gt; [&lt;<em>key2</em>&gt; ...]   	: "<em>character</em>"</pre>
<p>For instance, for a smiley character (☺, Unicode <a href="http://www.fileformat.info/info/unicode/char/263a/index.htm">263A</a>), the rule could be</p>
<pre>&lt;Multi_key&gt; &lt;colon&gt; &lt;parenright&gt; : "☺"  # Compose : )</pre>
<p>There is a number of utilities (like KCharSelect in KDE) for to select the Unicode characters and insert them into the file via clipboard.</p>
<p>It is possible to add new rules just into this system file (if you are root), but it&#8217;s better to create &#8216;<code>.XCompose</code>&#8216; file in the user home directory:</p>
<pre># ~/.XCompose
# This file defines custom Compose sequence for Unicode characters 

# Import default rules from the system Compose file:
include "/usr/share/X11/locale/en_US.UTF-8/Compose"

&lt;Multi_key&gt; &lt;colon&gt; &lt;parenright&gt; : "☺" U263A   # Compose : )
&lt;Multi_key&gt; &lt;minus&gt; &lt;less&gt;   : "←"  U2190 # Compose - &lt;
&lt;Multi_key&gt; &lt;minus&gt; &lt;greater&gt; : "→" U2192 # Compose -&gt;
...</pre>
<p>You also can assign whole strings to the Compose sequences — for instance, syntax constructions of your favorite programming language or HTML tags:</p>
<pre>&lt;Multi_key&gt; &lt;less&gt; &lt;p&gt; : "&lt;p&gt;&lt;/p&gt;" # Compose &lt; p
&lt;Multi_key&gt; &lt;less&gt; &lt;a&gt; : "&lt;a href=""&gt;&lt;/a&gt;" # Compose &lt; a
...</pre>
 <img src="http://blog.cyberborean.org/wp-content/plugins/feed-statistics.php?view=1&post_id=197" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.cyberborean.org/2008/01/06/compose-key-magic/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Home media network</title>
		<link>http://blog.cyberborean.org/2007/12/28/home-media-network</link>
		<comments>http://blog.cyberborean.org/2007/12/28/home-media-network#comments</comments>
		<pubDate>Fri, 28 Dec 2007 15:26:16 +0000</pubDate>
		<dc:creator>Alex Alishevskikh</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[dvd]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://cyberborean.wordpress.com/2007/12/28/home-media-network/</guid>
		<description><![CDATA[The holiday season is going on and it&#8217;s a time to have all sorts of fun. Watching movies and cartoons is not the last item in our family agenda, so I prepared to that with all power of my homebred IT infrastructure.
I should say I hate disks. They are taking a lot of space, cluttering [...]]]></description>
			<content:encoded><![CDATA[<p>The holiday season is going on and it&#8217;s a time to have all sorts of fun. Watching movies and cartoons is not the last item in our family agenda, so I prepared to that with all power of my homebred IT infrastructure.</p>
<p>I should say I hate disks. They are taking a lot of space, cluttering all around, getting scratched and getting lost sometimes. I am too lazy to stand up and find a CD/DVD on a shelf just to get a movie or a song. I already got all my music collection in the computer as MP3 files and used to grab every new audio CD immediately. I&#8217;d like to do the same with DVD movies &#8211; rip them from the disks, convert them to something like MPEG4 and provide shared access to the media collection in our home network.</p>
<p><span id="more-195"></span></p>
<p>Our home LAN is small and simple &#8211; there are only two workstations connected by an Ethernet cable. There are my main work machine running Kubuntu Feisty Fawn and the children room computer owned by my daughters. The last box runs XP Home Edition, it is weaker and got a smaller harddrive than the Linux box &#8211; so server/client roles in the media network were obvious.</p>
<p>As the Linux box already runs Samba, the solution for sharing the media files over the network was ready. I only created a Windows network drive on the client machine and linked it to the Samba share on a server filesystem. I&#8217;d like to have more sophisticated solution for media organizing &#8211; something like a specialized media server with advanced metadata/annotation/categorization features but found no one so far. All in all, simply movie titles and preview thumbnails are good enough, and my children have no problems to navigate over the movie collection.</p>
<p>Well, my only task was to rip the movies from DVD&#8217;s. My first try of ripping DVD using the familiar tools was unsuccessful. Strangely, <a href="http://www.k3b.org">K3b</a> &#8211; a swissknife for all CD/DVD tasks in KDE &#8211; could not rip video DVD&#8217;s in Feisty. As it was <a href="https://bugs.launchpad.net/ubuntu/+source/k3b/+bug/99448">turned out</a>, it is Kubuntu-only limitation and I have no idea is it a result of that copyrights paranoia (though grabbing the audio CD&#8217;s works fine), or just a miss of packagers in Canonical. The people <a href="https://bugs.launchpad.net/ubuntu/+source/k3b/+bug/99448/comments/6">said</a> it is still unworkable in 7.10 Gutsy. Of course, I might recompile K3b from sources but I decided to look for another ripping tool first.</p>
<p>There is a nifty command line utility: <a href="http://www.transcoding.org"><code>transcode</code></a>. It can convert video from one format to another using lots of import and export codecs &#8211; and directly from a DVD too. In fact, you need to install it if you want to rip DVD&#8217;s with K3b, though it had no help in my case. Using <code>transcode</code> has only problem &#8211; you should be a video engineering guru to understand its manpage with lots of all transcoding options. I didn&#8217;t want to learn all that stuff &#8211; I only needed to convert videos from DVD into AVI/MPEG4 files with the same frame size and without visible loss of quality.</p>
<p>I finally chose <a href="http://exit1.org/dvdrip/"><code>dvd::rip</code></a> &#8211; a GUI frontend to <code>transcode</code> written in Perl and GTK+. In Kubuntu, you can found it in <code>multiverse/graphics</code> repository section. If you want to get compressed MPEG-4 files, you will also need <a href="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/xvid.html">XVid</a> codec (<code>multiverse/libs/libxvidcore4</code>) or another DivX/XVid library for <code>transcode</code>.</p>
<p><a title="rip" href="http://cyberborean.org/blog/wp-content/uploads/2007/12/dvdrip.jpg"><img class="right" src="http://cyberborean.files.wordpress.com/2007/12/dvdrip.thumbnail.jpg" alt="rip" width="128" height="126" align="right" /></a>Ripping DVD with <code>dvd:rip</code> is an easy two-step process: at first stage it copies the selected titles from DVD to the harddisk and lets you clip and scale the resulting movie. The program allows to choose from few presets of movie format and quality with previewing the results. Video gurus can also get into all codec&#8217;s fine-tuning options, while others can just go to the next stage by clicking on &#8220;Transcode&#8221; button letting the program to do its job with defaults. The second stage is quite long and finishes with a MPEG4 file in a container of a selected type (AVI, OGG or MPEG).</p>
 <img src="http://blog.cyberborean.org/wp-content/plugins/feed-statistics.php?view=1&post_id=195" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.cyberborean.org/2007/12/28/home-media-network/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another mail from Ubuntu</title>
		<link>http://blog.cyberborean.org/2007/12/07/another-mail-from-ubuntu</link>
		<comments>http://blog.cyberborean.org/2007/12/07/another-mail-from-ubuntu#comments</comments>
		<pubDate>Fri, 07 Dec 2007 13:15:50 +0000</pubDate>
		<dc:creator>Alex Alishevskikh</dc:creator>
				<category><![CDATA[Ongoing]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[shipit]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://cyberborean.wordpress.com/2007/12/07/another-mail-from-ubuntu/</guid>
		<description><![CDATA[
http://shipit.kubuntu.org
Thanks, Ubuntu!

I told I was not going to upgrade to Gutsy so far. Now I&#8217;m thinking that perhaps, I will need to do so because an important thing is going to happen soon &#8211;  KDE 4 has been announced to be finally released in January, 2008. I am not sure it will be available [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://cyberborean.org/blog/wp-content/uploads/2007/12/kubuntumail.jpg" alt="kubuntumail.jpg" /></p>
<p><a href="http://shipit.kubuntu.org">http://shipit.kubuntu.org</a></p>
<p>Thanks, Ubuntu!</p>
<p><span id="more-192"></span></p>
<p>I <a href="http://cyberborean.wordpress.com/2007/11/09/gutsy-doubts/">told</a> I was not going to upgrade to Gutsy so far. Now I&#8217;m thinking that perhaps, I will need to do so because an important thing is going to happen soon &#8211;  KDE 4 has been <a href="http://dot.kde.org/1196525703/">announced</a> to be finally released in January, 2008. I am not sure it will be available through the Feisty repo&#8217;s.</p>
<p>Regarding the Gutsy received: It&#8217;s nice to see that you&#8217;ve got what you&#8217;ve ordered. Before, <a href="http://cyberborean.wordpress.com/2007/05/15/ubuntu-mail/">I&#8217;ve received</a> <strong>U</strong>buntu (without &#8220;K&#8221;) disks instead of <strong>K</strong>ubuntu (with &#8220;K&#8221;) I needed. Also, it was delivered really quickly &#8211; about two weeks (yeah,  quickly for my geographical location, of course). I was waiting for Feisty a month or so.</p>
<p>But hmm&#8230; they forgot the stickers! My <strong>K</strong>ubuntu (with &#8220;K&#8221;) box is still decorated with <strong>U</strong>buntu (without &#8220;K&#8221;) sticker :-)</p>
 <img src="http://blog.cyberborean.org/wp-content/plugins/feed-statistics.php?view=1&post_id=192" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.cyberborean.org/2007/12/07/another-mail-from-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gutsy doubts</title>
		<link>http://blog.cyberborean.org/2007/11/09/gutsy-doubts</link>
		<comments>http://blog.cyberborean.org/2007/11/09/gutsy-doubts#comments</comments>
		<pubDate>Fri, 09 Nov 2007 09:18:34 +0000</pubDate>
		<dc:creator>Alex Alishevskikh</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[gutsy]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://cyberborean.wordpress.com/2007/11/09/gutsy-doubts/</guid>
		<description><![CDATA[Well, there is Gutsy Gibbon on the streets and every Feisty user perhaps already have asked himself a crucial question &#8211; to upgrade or not to upgrade?

After spending some time on googling and reading the comments and opinions of those who have answered &#8220;yes&#8221;, I finally decided not to upgrade. Well, not now.
Don&#8217;t get me [...]]]></description>
			<content:encoded><![CDATA[<p>Well, there is <a href="http://kubuntu.org/announcements/7.10-release.php">Gutsy Gibbon on the streets</a> and every Feisty user perhaps already have asked himself a crucial question &#8211; to upgrade or not to upgrade?</p>
<p><span id="more-187"></span></p>
<p>After spending some time on googling and reading the <a href="https://wiki.kubuntu.org/KubuntuGutsyComments">comments</a> and opinions of those who have answered &#8220;yes&#8221;, I finally decided <em>not to upgrade</em>. Well, not now.</p>
<p>Don&#8217;t get me wrong &#8211; I am not devoid of <a href="http://en.wikipedia.org/wiki/Neophilia">neophilia</a> attacks and not afraid of experimenting with my environment and tools. I even love it. But I want to be sure that the results would improve my life&#8217;s quality or, at least, the things are exciting new and interesting to try.</p>
<p>The sum of innovations in Kubuntu 7.10 doesn&#8217;t worth a time, a bandwith, and (as it <a href="http://lukeplant.me.uk/blog.php?id=1107301679">turns out</a>) a degree of a risk to break working Feisty installation. I am pretty happy with it &#8211; perhaps it is the best Linux I ever had &#8211; and I am definitely unwilling to change the things without essential reasons.</p>
<p>The reasons they tell why do I need an upgrade look strange. Dolphin as a default file manager? Sorry, but I don&#8217;t need a <em>file manager</em> &#8211; I need also a local documentation browser and a client for SSH and for FTP and for Samba and WebDAV and SVN and for other stuff and it should have the tabs and a console at the bottom and&#8230; In short, I need Konqueror. Replacing it with a file manager (even if it is a really good one) &#8211; it&#8217;s nothing but <em>downgrade</em>.</p>
<p>Strigi search? Everyone says it is still an alpha so putting it into production release looks weird. KDE old file search worked fine and it is stable and well tested. And (excuse me for this product-placement) I use <a href="http://cyberborean.wordpress.com/2007/09/14/scan-project-announce/">SCAN</a> which does a lot more except basic full-text search.</p>
<p>OpenOffice 2.3? But to install it I don&#8217;t need to upgrade a whole system.</p>
<p>No, thanks. What might drive me to upgrade is KDE 4 Final, for instance. Or Beryl/Compiz, gettin&#8217; fuckin&#8217; stable, integrated seamlessly and not conflicting with basic KDE stuff. Or maybe, <a href="http://nepomuk.semanticdesktop.org">NEPOMUK</a> or similar bleeding edge technologies released into production.</p>
<p>I am far from blaming Kubuntu maintainers and pretty well understand them. This is what happens sometimes when you have to provide a fixed release cycle but fully depend on other&#8217;s work. The fact is that the Linux world had no visible technology breakthrough in the last six months. Alas.</p>
<p>So let&#8217;s wait for the April, 2008.</p>
 <img src="http://blog.cyberborean.org/wp-content/plugins/feed-statistics.php?view=1&post_id=187" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.cyberborean.org/2007/11/09/gutsy-doubts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make a shortcut for Memoranda in KDE</title>
		<link>http://blog.cyberborean.org/2007/05/17/how-to-make-a-shortcut-for-memoranda-in-kde</link>
		<comments>http://blog.cyberborean.org/2007/05/17/how-to-make-a-shortcut-for-memoranda-in-kde#comments</comments>
		<pubDate>Thu, 17 May 2007 22:49:20 +0000</pubDate>
		<dc:creator>Alex Alishevskikh</dc:creator>
				<category><![CDATA[Howtos]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Memoranda]]></category>

		<guid isPermaLink="false">http://cyberborean.wordpress.com/2007/05/17/how-to-make-a-shortcut-for-memoranda-in-kde/</guid>
		<description><![CDATA[Because of its crossplatform nature (&#8220;run anywhere&#8221;), Memoranda has no default &#8220;installer&#8221; to be embedded into user&#8217;s desktop environment automatically. But it is pretty easy to integrate it into that environment. Let&#8217;s see how to do that in KDE case.

We assuming Memoranda is already installed on your Linux system (that is, ZIP archive is unpacked) [...]]]></description>
			<content:encoded><![CDATA[<p><em>Because of its crossplatform nature (&#8220;run anywhere&#8221;), Memoranda has no default &#8220;installer&#8221; to be embedded into user&#8217;s desktop environment automatically. But it is pretty easy to integrate it into that environment. Let&#8217;s see how to do that in KDE case.</em></p>
<p><span id="more-168"></span></p>
<p>We assuming Memoranda is already installed on your Linux system (that is, ZIP archive is unpacked) into, say, &#8220;/opt/memoranda&#8221; directory. To be sure that the executables have proper permissions, run:</p>
<pre>chmod 755 /opt/memoranda/memoranda.sh
chmod 755 /opt/memoranda/lib/kde/systray4jd</pre>
<h3>Creating a desktop shortcut</h3>
<ol>
<li>Right-click anywhere on your desktop, select &#8220;Create New-&gt;Link to application&#8230;&#8221; and enter &#8220;Memoranda&#8221;.</li>
<li>Go to &#8220;Application&#8221; tab and enter into the fields<br />
<strong>Command:</strong> /opt/memoranda/memoranda.sh<br />
<strong>Work path:</strong> /opt/memoranda</li>
<li>Go back to &#8220;General&#8221; tab and click the icon. In the icon dialog box select &#8220;Other icons&#8221;, &#8220;Browse&#8221; and point it to &#8216;/opt/memoranda/lib/icons/memoranda48&#215;48.png&#8217;</li>
<li>Press &#8220;Ok&#8221;</li>
</ol>
<p>To put new shortcut into KDE panel also, simply drag-n-drop it from the desktop.</p>
<h3>Creating a menu item</h3>
<ol>
<li>Right click the desktop shortcut created before and select &#8220;Copy&#8221;</li>
<li>Open Konqueror and navigate to &#8220;/home/<em>you</em>/.kde/share/applnk&#8221; directory. Tip: if Konqueror does not display &#8220;.kde&#8221; directory, select &#8220;Show hidden files&#8221; in its &#8220;View&#8221; menu.</li>
<li>Create new subdirectory (say, &#8220;Utilites&#8221;, &#8220;Office&#8221; or &#8220;PIM&#8221;) or go into an existing one. These subdirectories are the sections of your K menu. Right click anywhere in this directory and select &#8220;Paste file&#8221;.</li>
</ol>
<p>Done.</p>
 <img src="http://blog.cyberborean.org/wp-content/plugins/feed-statistics.php?view=1&post_id=168" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.cyberborean.org/2007/05/17/how-to-make-a-shortcut-for-memoranda-in-kde/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu mail</title>
		<link>http://blog.cyberborean.org/2007/05/15/ubuntu-mail</link>
		<comments>http://blog.cyberborean.org/2007/05/15/ubuntu-mail#comments</comments>
		<pubDate>Tue, 15 May 2007 08:28:06 +0000</pubDate>
		<dc:creator>Alex Alishevskikh</dc:creator>
				<category><![CDATA[Ongoing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://cyberborean.wordpress.com/2007/05/15/ubuntu-mail/</guid>
		<description><![CDATA[This morning I&#8217;ve got a package:

http://shipit.ubuntu.com/
Thanks, Ubuntu!
 [Upd]
Actually, I&#8217;ve requested Kubuntu disks :-) but, as I downloaded and installed it already, it doesn&#8217;t matter what to have as a souvenir&#8230; Thanks anyway!
 ]]></description>
			<content:encoded><![CDATA[<p>This morning I&#8217;ve got a package:</p>
<p><img src="http://cyberborean.org/blog/wp-content/uploads/2007/05/img_3385.jpg" /></p>
<p><a href="http://shipit.ubuntu.com/">http://shipit.ubuntu.com/</a></p>
<p>Thanks, Ubuntu!</p>
<p><span id="more-167"></span> [Upd]<br />
Actually, I&#8217;ve requested <strong>K</strong>ubuntu disks :-) but, as I downloaded and installed it already, it doesn&#8217;t matter what to have as a souvenir&#8230; Thanks anyway!</p>
 <img src="http://blog.cyberborean.org/wp-content/plugins/feed-statistics.php?view=1&post_id=167" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.cyberborean.org/2007/05/15/ubuntu-mail/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>3G networks</title>
		<link>http://blog.cyberborean.org/2007/05/12/3g-networks</link>
		<comments>http://blog.cyberborean.org/2007/05/12/3g-networks#comments</comments>
		<pubDate>Sat, 12 May 2007 18:06:17 +0000</pubDate>
		<dc:creator>Alex Alishevskikh</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[3g]]></category>
		<category><![CDATA[cdma]]></category>
		<category><![CDATA[evdo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://cyberborean.wordpress.com/2007/05/12/3g-networks/</guid>
		<description><![CDATA[My house is in the area where the best internet is wireless. My main channel is a satellite broadband,  it&#8217;s fast enough (up to 4 Mbps) and cheap. In general, I like it. The  only problem is that it is one-way downlink &#8211; it needs an  outgoing channel for requests tunneling and [...]]]></description>
			<content:encoded><![CDATA[<p>My house is in the area where the best internet is wireless. My main channel is a satellite broadband,  it&#8217;s fast enough (up to 4 Mbps) and cheap. In general, I like it. The  only problem is that it is one-way downlink &#8211; it needs an  outgoing channel for requests tunneling and uploads.</p>
<p>So far, it was <a href="http://en.wikipedia.org/wiki/GPRS">GPRS</a>. Very slow, very expensive and unstable. It&#8217;s not a secret that GPRS internet traffic has lowest priority in GSM networks. So, sometimes it shuts down because of voice traffic overload. I was annoyed and was looking for an alternative.</p>
<p><span id="more-165"></span></p>
<p>So, it was a really good news about <a href="http://en.wikipedia.org/wiki/CDMA">CDMA</a>/<a href="http://en.wikipedia.org/wiki/Evolution-Data_Optimized">EV-DO</a> coverage. I&#8217;ve brought CDMA modem to test and it works well. There is drastic difference from GPRS. An average time of ping latency in the satellite tunnel is reduced in 4-5 times (from 600-800 to 150-200 ms), so web surfing is smoother and faster now. The <a href="http://www.speedtest.net">speed test</a> shows about 600 Kbps for download (satellite channel was turned off, so it&#8217;s CDMA real speed) and 80 Kbps for upload. It saves money also &#8211; the megabyte is 4 times cheaper there than on GPRS.</p>
<h3>The modem</h3>
<p>It is <a href="http://www.anydata.com/PRODUCTS/adue100d.html" class="broken_link" >Anydata ADU-E100</a> USB-modem on <a href="http://www.qualcomm.com/">Qualcomm</a> chipset:</p>
<p><img src="http://cyberborean.org/blog/wp-content/uploads/2007/05/img_3383.jpg" /></p>
<p>There is a special software for Windows, so I worried a bit how it would work in Linux. As it turned out, it needs nothing in my Feisty. I just plugged the modem in and immediately found it as &#8216;/dev/ttyUSB0&#8242;. After some PPP configuration (dial number and account data) i got it working in minutes.</p>
<p>The modem can be powered from few supplies &#8211; USB, external 5V supply or from the battery in its cradle (if I would buy a laptop someday). It&#8217;s small, light and thin, especially without the battery:</p>
<p><img src="http://cyberborean.org/blog/wp-content/uploads/2007/05/img_3380.jpg" /></p>
<p>The external antenna socket is a great thing. With the antenna outdoors I found it working much more stable and fast.</p>
<p>They told also it can work as a CDMA phone with an external headset (a Motorola one is compatible) and send/receive SMS. But it seems those features are available with AnyData proprietary software (Win32-only). All in all, they are not my most wanted features.</p>
 <img src="http://blog.cyberborean.org/wp-content/plugins/feed-statistics.php?view=1&post_id=165" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.cyberborean.org/2007/05/12/3g-networks/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Beryl</title>
		<link>http://blog.cyberborean.org/2007/05/10/beryl</link>
		<comments>http://blog.cyberborean.org/2007/05/10/beryl#comments</comments>
		<pubDate>Thu, 10 May 2007 19:39:48 +0000</pubDate>
		<dc:creator>Alex Alishevskikh</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[beryl]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://cyberborean.wordpress.com/2007/05/10/beryl/</guid>
		<description><![CDATA[I&#8217;m feeling diggy a bit, because my desktop is shaking and spinning now. I&#8217;m trying Beryl &#8211; a 3D desktop and window manager for Linux.


A lot of people know about Beryl due to its show-stopper  feature &#8211; a 3D-dimensional &#8220;Desktop cube&#8221; where each edge of it is a separate desktop. You can place the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m feeling diggy a bit, because my desktop is shaking and spinning now. I&#8217;m trying <a href="http://www.beryl-project.org/">Beryl</a> &#8211; a 3D desktop and window manager for Linux.</p>
<p><a href="http://cyberborean.org/blog/wp-content/uploads/2007/05/desktopcube.jpg"><img src="http://cyberborean.files.wordpress.com/2007/05/desktopcube.thumbnail.jpg" alt="desktopcube.jpg" /></a></p>
<p><span id="more-162"></span></p>
<p>A lot of people know about Beryl due to its show-stopper  feature &#8211; a 3D-dimensional &#8220;Desktop cube&#8221; where each edge of it is a separate desktop. You can place the windows on separate edges and rotate the cube to change the current desktop. For those who are not on Linux, I should say that multiple desktops is a common practice in Linux desktop environments, and Beryl&#8217;s cube is just a metaphor for to visualise that old concept.</p>
<h3>What&#8217;s good</h3>
<ul>
<li>Switching between windows using their scaled live previews (like in OS X) is great.</li>
</ul>
<p><img src="http://cyberborean.org/blog/wp-content/uploads/2007/05/berylscaling.jpg" /></p>
<ul>
<li>It is an eye-candy. True transparency and realistic shadows effects make the windows looking awesome.</li>
</ul>
<p><img src="http://cyberborean.org/blog/wp-content/uploads/2007/05/berylopacity.jpg" /></p>
<ul>
<li>It is very customizable. You can spend hours to explore all options and adjust Beryl settings by your taste.</li>
<li>A rich set of customizable window decoration themes.</li>
<li>Zooming the screen is amusing and pays for accessibility.</li>
</ul>
<h3>What&#8217;s bad</h3>
<ul>
<li>Beryl didn&#8217;t work out of the box with ATI Radeon graphic card. <a href="http://www.howtoforge.com/ubuntu_feisty_beryl_ati_radeon">This howto</a> helped to fix the problem.</li>
<li>Java applications do not display correctly. See the <a href="http://wiki.beryl-project.org/wiki/Java" class="broken_link" >solution</a>.</li>
<li>I could not find an option to display taskbar icons only for a current desktop, as I used to do in default KDE mode.</li>
<li>There is a sort of conflict of Beryl and default KDE desktop switcher (&#8220;Pager&#8221;). It is better to turn it off when using Beryl.</li>
</ul>
<p><strong>[Upd:</strong> Unfortunately, the bad things list is growing<strong>]</strong></p>
<ul>
<li>Beryl makes SuperKaramba widgets invisible if SuperKaramba is started first. See <a href="https://bugs.launchpad.net/ubuntu/+source/beryl-core/+bug/104439">a trick with autostarting order</a>.</li>
<li>Beryl prevents the system to awake from Hibernate or Suspend mode. The solution is to <a href="http://forum.beryl-project.org/viewtopic.php?f=39&amp;t=789" class="broken_link" >kill Beryl before hibernating and to start it automatically on awakening</a>.</li>
</ul>
<p><strong>[/Upd]</strong><br />
Resume: Install it if you care about the desktop aesthetics or want to amaze your Windows friends.</p>
 <img src="http://blog.cyberborean.org/wp-content/plugins/feed-statistics.php?view=1&post_id=162" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://blog.cyberborean.org/2007/05/10/beryl/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
