<?xml version="1.0"?>
<!-- name="generator" content="blosxom/2.0" -->
<!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">

<rss version="0.91">
  <channel>
    <title>Yenya's World   </title>
    <link>http://www.fi.muni.cz/~kas/blog/index.cgi</link>
    <description>Linux and beyond - Yenya's blog.</description>
    <language>en</language>

<item>
	<title>Google Authenticator</title>
	<link>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/google-authenticator.html</link>
	<guid>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/google-authenticator.html</guid>
	<description>&lt;p&gt;For some time, I have been considering adding two-factor authentication
to my systems in order to prevent break-ins in case somebody's workstation
is compromised (which is a common attack vector these days). One of the
systems for one-time passwords is &lt;a href="http://code.google.com/p/google-authenticator/"&gt;Google Authenticator&lt;/a&gt;.
&lt;/p&gt;&lt;p&gt;[... read more ...]&lt;/p&gt;</description>
	<pubDate>Fri, 18 Nov 2011 14:30:00 +0100</pubDate>
</item>
<item>
	<title>Dear Customer,</title>
	<link>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/dear-customer.html</link>
	<guid>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/dear-customer.html</guid>
	<description>&lt;p&gt;[...] we would also like to inform you about the following change
in your network: a new address has been assigned to you:
&lt;code&gt;2001:4cc8:...::/64&lt;/code&gt;.&lt;/p&gt;&lt;p&gt;[... read more ...]&lt;/p&gt;</description>
	<pubDate>Mon, 03 Oct 2011 09:20:00 +0100</pubDate>
</item>
<item>
	<title>High-Performance HTTP Servers</title>
	<link>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/high-performance-http-servers.html</link>
	<guid>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/high-performance-http-servers.html</guid>
	<description>&lt;p&gt;Yesterday I have read about &lt;a href="http://trafficserver.apache.org/index.html"&gt;Apache Traffic Server&lt;/a&gt;.
My dear lazyweb, do you use something like that (or &lt;a href="http://www.nginx.org/"&gt;Nginx&lt;/a&gt;)? What is your main reason for using it? I wonder why use
user-space solution, when &lt;a href="http://www.linuxvirtualserver.org/software/ipvs.html"&gt;IPVS&lt;/a&gt; works pretty well for load balancing.
&lt;/p&gt;</description>
	<pubDate>Wed, 15 Jun 2011 08:34:00 +0100</pubDate>
</item>
<item>
	<title>Mysterious Source Code</title>
	<link>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/mysterious-source-code.html</link>
	<guid>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/mysterious-source-code.html</guid>
	<description>&lt;p&gt;About a month ago, I have spotted a two-page listing of source code in our
printer room/kitchenette.
I have glanced over it briefly, and during subsequent visits
to the room, I became more and more fascinated by it. Finally, about a week
ago, I have grabbed it for myself, because nobody seemed to care about it
anymore. So here it is, in all its glory:
&lt;/p&gt;&lt;p&gt;[... read more ...]&lt;/p&gt;</description>
	<pubDate>Tue, 24 May 2011 14:15:00 +0100</pubDate>
</item>
<item>
	<title>Lost GUI features</title>
	<link>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/desktops/lost-gui-features.html</link>
	<guid>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/desktops/lost-gui-features.html</guid>
	<description>&lt;p&gt;Contemporary GUI applications have several problems which, if I remember
correctly, previous systems did not have. I wonder
whether somebody else also considers it being a problem:
&lt;/p&gt;&lt;p&gt;[... read more ...]&lt;/p&gt;</description>
	<pubDate>Mon, 23 May 2011 14:30:00 +0100</pubDate>
</item>
<item>
	<title>GNOME 3</title>
	<link>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/desktops/gnome-3.html</link>
	<guid>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/desktops/gnome-3.html</guid>
	<description>&lt;p&gt;After installing Fedora 15 in a virtual machine, I have decided to give GNOME 3
a try. Firstly, it is really slow over VNC. While GNOME 2 has been pretty
usable for testing various new applications in a virtual machine, under
GNOME 3 it is almost impossible.
Here is a screenshot on which I will demonstrate my problems with GNOME 3:
&lt;/p&gt;&lt;p&gt;[... read more ...]&lt;/p&gt;</description>
	<pubDate>Fri, 20 May 2011 19:45:00 +0100</pubDate>
</item>
<item>
	<title>Rethinking Cron</title>
	<link>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/rethinking-cron.html</link>
	<guid>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/rethinking-cron.html</guid>
	<description>&lt;p&gt;&lt;code&gt;cron(8)&lt;/code&gt; is one of the oldest tools in UNIX. Despite of that,
I think &lt;code&gt;cron&lt;/code&gt; is not something to be proud of. In my opinion, it
falls to the &lt;a href="http://lwn.net/Articles/414618/"&gt;unfixable designs&lt;/a&gt;
category.
The recent attempts to fix it (factoring out &lt;code&gt;atd(8)&lt;/code&gt;,
a dirty hack that is &lt;code&gt;anacron(8)&lt;/code&gt;, etc.) show some of the problems
of &lt;code&gt;cron&lt;/code&gt;. My recent experience confirms it:
&lt;/p&gt;&lt;p&gt;[... read more ...]&lt;/p&gt;</description>
	<pubDate>Tue, 03 May 2011 14:41:00 +0100</pubDate>
</item>
<item>
	<title>git-diff(1) Dark Color Scheme</title>
	<link>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/git-diff-dark-color-scheme.html</link>
	<guid>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/git-diff-dark-color-scheme.html</guid>
	<description>&lt;p&gt;The default colored output of &lt;a href="http://www.kernel.org/pub/software/scm/git/docs/git-diff.html"&gt;&lt;code&gt;git-diff(1)&lt;/code&gt;&lt;/a&gt;
and other commands is a bit ugly in my terminal with dark (green-on-black)
color scheme. Here is how to fix it:
&lt;/p&gt;&lt;p&gt;[... read more ...]&lt;/p&gt;</description>
	<pubDate>Fri, 01 Apr 2011 13:27:00 +0100</pubDate>
</item>
<item>
	<title>man(1) Surprise</title>
	<link>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/man-surprise.html</link>
	<guid>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/man-surprise.html</guid>
	<description>&lt;p&gt;Hello, this is your editor speaking, welcome to the "lesser known Linux feature
of the day" series. Today we will cover an interesting feature
of &lt;code&gt;man(1)&lt;/code&gt; that your editor has just ran into. Try running
the following command:
&lt;/p&gt;&lt;p&gt;[... read more ...]&lt;/p&gt;</description>
	<pubDate>Fri, 25 Mar 2011 09:46:00 +0100</pubDate>
</item>
<item>
	<title>XFCE</title>
	<link>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/desktops/xfce.html</link>
	<guid>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/desktops/xfce.html</guid>
	<description>&lt;p&gt;The first alternative to GNOME I have decided to try is &lt;a href="http://www.xfce.org/"&gt;XFCE&lt;/a&gt;.
In the LWN discussion, &lt;a href="http://lwn.net/Articles/433547/"&gt;Jon Masters&lt;/a&gt;
presented it as a viable replacement to GNOME. Also, it uses GTK+ like GNOME,
so many applications can be the same (including, I have hoped, my window
manager of choice, &lt;a href="http://sawfish.wikia.com/"&gt;Sawfish&lt;/a&gt;.
XFCE is definitely usable and configurable for power-user. Most (but not
all) properties can also be set using their Settings manager, and thus
XFCE should also be mostly usable for ordinary users.
So far the problems include:
&lt;/p&gt;&lt;p&gt;[... read more ...]&lt;/p&gt;</description>
	<pubDate>Wed, 23 Mar 2011 18:09:00 +0100</pubDate>
</item>
<item>
	<title>GNOME in the Shell</title>
	<link>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/desktops/gnome-in-the-shell.html</link>
	<guid>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/desktops/gnome-in-the-shell.html</guid>
	<description>&lt;p&gt;Yesterday, after reading &lt;a href="http://lwn.net/Articles/433409/"&gt;The Grumpy Editor's GNOME 3 experience&lt;/a&gt; article at LWN, I have decided it is time
to at least make an attempt to move away from GNOME, which (much like KDE 4)
decided to use revolutionary instead of evolutionary development, and apparently
continues in their feature removal crusade in the name of so called usability.
Also, this might be a good chance to move away from Galeon after
&lt;a href="http://www.fi.muni.cz/~kas/blog/index.cgi/computers/time-for-new-browser.html"&gt;so many&lt;/a&gt;
&lt;a href="http://www.fi.muni.cz/~kas/blog/index.cgi/2008/05/index.html"&gt;years&lt;/a&gt;.
&lt;/p&gt;&lt;p&gt;[... read more ...]&lt;/p&gt;</description>
	<pubDate>Tue, 22 Mar 2011 23:50:00 +0100</pubDate>
</item>
<item>
	<title>New Odysseus</title>
	<link>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/new-odysseus.html</link>
	<guid>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/new-odysseus.html</guid>
	<description>&lt;p&gt;We have got a new hardware for our
&lt;a href="http://ftp.fi.muni.cz/pub/"&gt;FTP server&lt;/a&gt; to replace
our seven years old server. It is amazing how the old hardware
is still in many aspects on par with state-of-the-art "average workstations".
The old system had 12 GB of RAM, 8 TB of disks, and dual GbE. It was
one of the first 64-bit x86 systems here at
&lt;a href="http://www.fi.muni.cz/"&gt;Faculty of Informatics&lt;/a&gt;. So,
which principal improvements in server hardware the last seven years
brought (apart from speed, of course)?
&lt;/p&gt;&lt;p&gt;[... read more ...]&lt;/p&gt;</description>
	<pubDate>Wed, 09 Mar 2011 10:45:00 +0100</pubDate>
</item>
<item>
	<title>HW RAID versus SW RAID</title>
	<link>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/hw-sw-raid.html</link>
	<guid>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/hw-sw-raid.html</guid>
	<description>&lt;p&gt;As some of you know, I am not a huge fan of hardware RAID. In my opinion,
software RAID can be faster in most cases. This is mainly because
the operating system these days has several orders of magnitude larger
buffer cache. This means more space for sorting, reordering, and prioritizing
requests, fine tailored to the individual disks. Moreover, filesystems
like XFS can be teached about the RAID structure of the underlying
block device, and can optimize requests based on this knowledge.
&lt;/p&gt;&lt;p&gt;[... read more ...]&lt;/p&gt;</description>
	<pubDate>Sat, 18 Dec 2010 11:45:00 +0100</pubDate>
</item>
<item>
	<title>DNSSEC Problems</title>
	<link>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/dnssec-problems.html</link>
	<guid>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/dnssec-problems.html</guid>
	<description>&lt;p&gt;In July, I have written about &lt;a href="/~kas/blog/index.cgi/computers/dnssec-tools.html"&gt;DNSSEC tools&lt;/a&gt;.
Our zone is still not signed yet, but I have at least enabled DNSSEC
valiadtion on our recursive servers at that time, asked the
maintainer of the &lt;code&gt;muni.cz&lt;/code&gt; domain about the DNSSEC enrollment
process, and suggested we should discuss it further.
&lt;/p&gt;&lt;p&gt;[... read more ...]&lt;/p&gt;</description>
	<pubDate>Mon, 15 Nov 2010 17:50:00 +0100</pubDate>
</item>
<item>
	<title>C++ Frequently Questioned Answers</title>
	<link>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/c++-fqa.html</link>
	<guid>http://www.fi.muni.cz/~kas/blog/index.cgi/computers/c++-fqa.html</guid>
	<description>&lt;p&gt;As many of you probably know, I am &lt;a href="cplusplus-woes.html"&gt;not very fond of C++&lt;/a&gt;.
Recently I've came across an excellent set of texts,
which explicitly name many faults of this language.
&lt;/p&gt;&lt;p&gt;[... read more ...]&lt;/p&gt;</description>
	<pubDate>Fri, 05 Nov 2010 11:28:00 +0100</pubDate>
</item>
  </channel>
</rss>
