<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://humdi.net/wiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://humdi.net/wiki/feed.php">
        <title>HumdiWiki tips</title>
        <description></description>
        <link>http://humdi.net/wiki/</link>
        <image rdf:resource="http://humdi.net/wiki/lib/tpl/default/images/favicon.ico" />
       <dc:date>2012-05-17T10:52:36+03:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://humdi.net/wiki/tips/beep-when-host-starts-pinging?rev=1314739330&amp;do=diff"/>
                <rdf:li rdf:resource="http://humdi.net/wiki/tips/configuring-mrxvt?rev=1314559413&amp;do=diff"/>
                <rdf:li rdf:resource="http://humdi.net/wiki/tips/creating-4k-aligned-partitions-with-fdisk?rev=1314738952&amp;do=diff"/>
                <rdf:li rdf:resource="http://humdi.net/wiki/tips/dokuwiki-with-fixed-width-code-blocks?rev=1314564614&amp;do=diff"/>
                <rdf:li rdf:resource="http://humdi.net/wiki/tips/how-to-disable-ipv6?rev=1314561070&amp;do=diff"/>
                <rdf:li rdf:resource="http://humdi.net/wiki/tips/how-to-disable-utf-8-in-console?rev=1314561273&amp;do=diff"/>
                <rdf:li rdf:resource="http://humdi.net/wiki/tips/how-to-fix-blurry-font-rendering-in-ubuntu?rev=1314820082&amp;do=diff"/>
                <rdf:li rdf:resource="http://humdi.net/wiki/tips/iso-8859-utf-8-and-irssi?rev=1314559062&amp;do=diff"/>
                <rdf:li rdf:resource="http://humdi.net/wiki/tips/mkdev-for-sensors-detect?rev=1314561588&amp;do=diff"/>
                <rdf:li rdf:resource="http://humdi.net/wiki/tips/orage-and-monday?rev=1314561810&amp;do=diff"/>
                <rdf:li rdf:resource="http://humdi.net/wiki/tips/valgrind-to-xunit-xml-converter?rev=1314778234&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://humdi.net/wiki/lib/tpl/default/images/favicon.ico">
        <title>HumdiWiki</title>
        <link>http://humdi.net/wiki/</link>
        <url>http://humdi.net/wiki/lib/tpl/default/images/favicon.ico</url>
    </image>
    <item rdf:about="http://humdi.net/wiki/tips/beep-when-host-starts-pinging?rev=1314739330&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-31T00:22:10+03:00</dc:date>
        <title>tips:beep-when-host-starts-pinging</title>
        <link>http://humdi.net/wiki/tips/beep-when-host-starts-pinging?rev=1314739330&amp;do=diff</link>
        <description>This script will make the PC start beeping with the PC speaker when the selected host becomes pingable. It's useful for example when you are waiting for some server to come online and don't want to keep looking a terminal full of ping timeouts. Remember to check first that the beep command actually causes some noise.</description>
    </item>
    <item rdf:about="http://humdi.net/wiki/tips/configuring-mrxvt?rev=1314559413&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-28T22:23:33+03:00</dc:date>
        <title>tips:configuring-mrxvt</title>
        <link>http://humdi.net/wiki/tips/configuring-mrxvt?rev=1314559413&amp;do=diff</link>
        <description>The truth is that I hate terminal emulators that force the use of antialiased fonts. Probably such fonts look nice when the font size is large enough but that usually limits too much how many terminals can be fitted to the screen. I like having space for at least four 80×24 terminals on screen with some extra space around them but that has so far caused antialiased fonts to look blurry and in some way out of focus. Tab support is also the other thing I require from a terminal. During the Dapper …</description>
    </item>
    <item rdf:about="http://humdi.net/wiki/tips/creating-4k-aligned-partitions-with-fdisk?rev=1314738952&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-31T00:15:52+03:00</dc:date>
        <title>tips:creating-4k-aligned-partitions-with-fdisk</title>
        <link>http://humdi.net/wiki/tips/creating-4k-aligned-partitions-with-fdisk?rev=1314738952&amp;do=diff</link>
        <description>This is practically required with new 2TB HDDs and SSDs in order to get proper performance. The trick is simple to start fdisk with the following parameters when creating partitions for an empty disk.

fdisk -H 224 -S 56 /dev/sdX</description>
    </item>
    <item rdf:about="http://humdi.net/wiki/tips/dokuwiki-with-fixed-width-code-blocks?rev=1314564614&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-28T23:50:14+03:00</dc:date>
        <title>tips:dokuwiki-with-fixed-width-code-blocks</title>
        <link>http://humdi.net/wiki/tips/dokuwiki-with-fixed-width-code-blocks?rev=1314564614&amp;do=diff</link>
        <description>Code sections should be shown with a fixed width font. However, for some reason DokuWiki (release 2011-05-25a “Rincewind”) didn't do that by default. I tried looking for plugins for solving the problem but the two that I found (xterm and xterm2) were both clearly outdated and buggy. Luckily, the problem can be solved with some simple CCS editing.</description>
    </item>
    <item rdf:about="http://humdi.net/wiki/tips/how-to-disable-ipv6?rev=1314561070&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-28T22:51:10+03:00</dc:date>
        <title>tips:how-to-disable-ipv6</title>
        <link>http://humdi.net/wiki/tips/how-to-disable-ipv6?rev=1314561070&amp;do=diff</link>
        <description>Current Ubuntu releases have ipv6 enabled by default and in most cases it isn't needed at least yet. Here's a short description for disabling ipv6 but start by checking if it's even enabled currently.

ifconfig | grep inet6

If that produced no output then ipv6 is already disabled. Otherwise first open (as root) the file /etc/modprobe.d/aliases and locate the following line:</description>
    </item>
    <item rdf:about="http://humdi.net/wiki/tips/how-to-disable-utf-8-in-console?rev=1314561273&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-28T22:54:33+03:00</dc:date>
        <title>tips:how-to-disable-utf-8-in-console</title>
        <link>http://humdi.net/wiki/tips/how-to-disable-utf-8-in-console?rev=1314561273&amp;do=diff</link>
        <description>The purpose of this page is to describe how UTF-8 can be disable in Ubuntu / Debian console. At least Ubuntu releases starting from Dapper have UTF-8 enabled by default after a clean install has been done. Checking the current status is simple:


$ echo $LANG
en_US.UTF-8</description>
    </item>
    <item rdf:about="http://humdi.net/wiki/tips/how-to-fix-blurry-font-rendering-in-ubuntu?rev=1314820082&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-31T22:48:02+03:00</dc:date>
        <title>tips:how-to-fix-blurry-font-rendering-in-ubuntu</title>
        <link>http://humdi.net/wiki/tips/how-to-fix-blurry-font-rendering-in-ubuntu?rev=1314820082&amp;do=diff</link>
        <description>By default, at least XUbuntu 10.04 comes with font rendering settings that enable antialiasing and hinting in such way that everything looks blurry and soft. With some fonts, the edge of the font also looks like it has a shadow that isn't gray in color but more like a shade of blue or green.</description>
    </item>
    <item rdf:about="http://humdi.net/wiki/tips/iso-8859-utf-8-and-irssi?rev=1314559062&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-28T22:17:42+03:00</dc:date>
        <title>tips:iso-8859-utf-8-and-irssi</title>
        <link>http://humdi.net/wiki/tips/iso-8859-utf-8-and-irssi?rev=1314559062&amp;do=diff</link>
        <description>This short guide will tell you how to configure irssi so that it will keep showing ISO-8859-15 (or whatever you select) charset letters in terminal no matter what the other users on the channel are using. This way you won't need to worry anymore about UTF-8 junk messing with your terminal that uses ISO-8859-15 or the other way around. Here are the needed irssi commands:</description>
    </item>
    <item rdf:about="http://humdi.net/wiki/tips/mkdev-for-sensors-detect?rev=1314561588&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-28T22:59:48+03:00</dc:date>
        <title>tips:mkdev-for-sensors-detect</title>
        <link>http://humdi.net/wiki/tips/mkdev-for-sensors-detect?rev=1314561588&amp;do=diff</link>
        <description>After installing the lm-sensors package it's usually good to probe available sensors unless those supported by the motherboard are already known. However, in Dapper (8.04) the user will get the following error


$ sensors-detect 
No i2c device files found. Use prog/mkdev/mkdev.sh to create them.</description>
    </item>
    <item rdf:about="http://humdi.net/wiki/tips/orage-and-monday?rev=1314561810&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-28T23:03:30+03:00</dc:date>
        <title>tips:orage-and-monday</title>
        <link>http://humdi.net/wiki/tips/orage-and-monday?rev=1314561810&amp;do=diff</link>
        <description>Orage is a simple calendar for Xfce that doesn't contain email clients or anything such in the same package. In short, it does what a calendar is supposed to do including reminders and nothing else. However, the preferences dialog is a little bit too simple. Orage doesn't have a setting for selecting if weeks start from Sunday or Monday although the used timezine can still be selected.</description>
    </item>
    <item rdf:about="http://humdi.net/wiki/tips/valgrind-to-xunit-xml-converter?rev=1314778234&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-31T11:10:34+03:00</dc:date>
        <title>tips:valgrind-to-xunit-xml-converter</title>
        <link>http://humdi.net/wiki/tips/valgrind-to-xunit-xml-converter?rev=1314778234&amp;do=diff</link>
        <description>This Python script converts the XML file output of Valgrind to xUnit XML format that can then be used for example in Jenkins. Based on shorter Python script by Toni Cebrián found from here.


#!/usr/bin/env python

import xml.etree.ElementTree as ET
doc = ET.parse('valgrind.xml')
errors = doc.findall('//error')

out = open(&quot;cpputest_valgrind.xml&quot;,&quot;w&quot;)
out.write('&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;\n')
out.write('&lt;testsuite name=&quot;valgrind&quot; tests=&quot;'+str(len(errors))+'&quot; errors=&quot;0&quot; failures=&quot;'+st…</description>
    </item>
</rdf:RDF>

