<?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>/dev/null &#187; rmichel</title>
	<atom:link href="http://blog.devnu11.net/author/rmichel/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.devnu11.net</link>
	<description>the other side of life</description>
	<lastBuildDate>Thu, 26 Jan 2012 09:54:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Gentoo / ArchLinux &#8211; NetworkManager and policykit</title>
		<link>http://blog.devnu11.net/2012/01/gentoo-archlinux-networkmanager-and-policykit/</link>
		<comments>http://blog.devnu11.net/2012/01/gentoo-archlinux-networkmanager-and-policykit/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 09:47:38 +0000</pubDate>
		<dc:creator>rmichel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Notepad]]></category>
		<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://blog.devnu11.net/?p=1119</guid>
		<description><![CDATA[If you want to use the NM (especially the nm-applet) in Gentoo or ArchLinux, you have to grant the user to access the NM. Therefor you create the following file # cat /etc/polkit-1/localauthority/50-local.d/org.freedesktop.NetworkManager.pkla [nm-applet] Identity=unix-group:plugdev Action=org.freedesktop.NetworkManager.* ResultAny=yes ResultInactive=no ResultActive=yes Thats necessary because polkit-auth was removed from the policykit package. Also you must add the user [...]]]></description>
		<wfw:commentRss>http://blog.devnu11.net/2012/01/gentoo-archlinux-networkmanager-and-policykit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gentoo Binary Packages</title>
		<link>http://blog.devnu11.net/2012/01/gentoo-binary-packages/</link>
		<comments>http://blog.devnu11.net/2012/01/gentoo-binary-packages/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 10:17:59 +0000</pubDate>
		<dc:creator>rmichel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://blog.devnu11.net/?p=1100</guid>
		<description><![CDATA[GCC (4.5.3) flags for * Intel(R) Core(TM) i7 CPU M 620 * Intel(R) Core(TM) i7 CPU 920 * Intel(R) Core(TM)2 Duo CPU T7700 CFLAGS=&#34;-march=core2 -mtune=generic -O2 -pipe -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -msse4 -mmmx&#34; CXXFLAGS=&#34;${CFLAGS}&#34; CHOST=&#34;x86_64-pc-linux-gnu&#34; USE flags USE=&#34;64bit X a52 aac alsa apng bash-completion bluetooth chroot connection-sharing consolekit dbus dhcpcd dts dvb dvd [...]]]></description>
		<wfw:commentRss>http://blog.devnu11.net/2012/01/gentoo-binary-packages/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>archlinux &#8211; Acrobat Reader</title>
		<link>http://blog.devnu11.net/2012/01/archlinux-acrobat-reader/</link>
		<comments>http://blog.devnu11.net/2012/01/archlinux-acrobat-reader/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 08:37:53 +0000</pubDate>
		<dc:creator>rmichel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Arch Linux]]></category>

		<guid isPermaLink="false">http://blog.devnu11.net/?p=1073</guid>
		<description><![CDATA[Sometimes its necessary/pleasanter to use the Acrobat Reader for some PDF files like forms&#8230; Enable the multilib repository # cat /etc/pacman.conf [...] [multilib] Include = /etc/pacman.d/mirrorlist [...] # pacman -Sy Install necessary packages # pacman -S lib32-libxml2 lib32-gtk2 lib32-gdk-pixbuf2 Maybe there are some more packages still missing on your system! Download and install Acrobat Reader [...]]]></description>
		<wfw:commentRss>http://blog.devnu11.net/2012/01/archlinux-acrobat-reader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pv &#8211; monitor the progress of data through a pipe</title>
		<link>http://blog.devnu11.net/2011/09/pv-monitor-the-progress-of-data-through-a-pipe/</link>
		<comments>http://blog.devnu11.net/2011/09/pv-monitor-the-progress-of-data-through-a-pipe/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 10:29:38 +0000</pubDate>
		<dc:creator>rmichel</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Notepad]]></category>
		<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://blog.devnu11.net/?p=957</guid>
		<description><![CDATA[I&#8217;ve found a very nice tool pv&#8230; $ dd if=/dev/sda1 &#124; pv &#124; dd of=backup.img 359MB 0:00:05 [75.3MB/s] [ &#60;=&#62; ]]]></description>
		<wfw:commentRss>http://blog.devnu11.net/2011/09/pv-monitor-the-progress-of-data-through-a-pipe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>THE BOYS WENT OUT &#8211; A KITBOARD ROADTRIP</title>
		<link>http://blog.devnu11.net/2011/08/the-boys-went-out-a-kitboard-roadtrip/</link>
		<comments>http://blog.devnu11.net/2011/08/the-boys-went-out-a-kitboard-roadtrip/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 12:50:49 +0000</pubDate>
		<dc:creator>rmichel</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Kiten]]></category>

		<guid isPermaLink="false">http://blog.devnu11.net/?p=1006</guid>
		<description><![CDATA[http://www.theboyswentout.com and Hello, the following article has been dispatched to you! 1 DVD The Boys Went Out EUR 12,50 // 1 EUR 12,50 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; *YEAH*]]></description>
		<wfw:commentRss>http://blog.devnu11.net/2011/08/the-boys-went-out-a-kitboard-roadtrip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>THE ART OF FLIGHT</title>
		<link>http://blog.devnu11.net/2011/05/the-art-of-flight/</link>
		<comments>http://blog.devnu11.net/2011/05/the-art-of-flight/#comments</comments>
		<pubDate>Mon, 23 May 2011 20:04:11 +0000</pubDate>
		<dc:creator>rmichel</dc:creator>
				<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://blog.devnu11.net/?p=997</guid>
		<description><![CDATA[The Art of Flight]]></description>
		<wfw:commentRss>http://blog.devnu11.net/2011/05/the-art-of-flight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>libvirt &#8211; QEMU Monitor Protocol (QMP)</title>
		<link>http://blog.devnu11.net/2011/05/libvirt-qemu-monitor-protocol-qmp-2/</link>
		<comments>http://blog.devnu11.net/2011/05/libvirt-qemu-monitor-protocol-qmp-2/#comments</comments>
		<pubDate>Fri, 20 May 2011 11:40:04 +0000</pubDate>
		<dc:creator>rmichel</dc:creator>
				<category><![CDATA[KVM]]></category>
		<category><![CDATA[libvirt]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.devnu11.net/?p=972</guid>
		<description><![CDATA[Because libvirt self is using the qemu monitor to mange the guests, it is not available for the user. Since version 0.8.6 [1] its possbile to send a command throught libvirt to the monitor. virsh qemu-monitor-command &#60;domain&#62; &#60;command&#62; The problem is that you must use the QMP format to send a command like $ virsh [...]]]></description>
		<wfw:commentRss>http://blog.devnu11.net/2011/05/libvirt-qemu-monitor-protocol-qmp-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox is loading painfully slowly&#8230;</title>
		<link>http://blog.devnu11.net/2011/05/firefox-is-loading-painfully-slowly/</link>
		<comments>http://blog.devnu11.net/2011/05/firefox-is-loading-painfully-slowly/#comments</comments>
		<pubDate>Thu, 05 May 2011 15:08:17 +0000</pubDate>
		<dc:creator>rmichel</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IPv6]]></category>

		<guid isPermaLink="false">http://blog.devnu11.net/?p=933</guid>
		<description><![CDATA[aka Firefox, DNS lookups and IPv6 (under Arch) Since my laptop is running with Arch, sometimes my Firefox makes me crazy when i&#8217;m trying to open a new page because it show a message like Looking up heise.de&#8230; for minutes ! After googling a few seconds i&#8217;ve found someting that is working for me&#8230; Go [...]]]></description>
		<wfw:commentRss>http://blog.devnu11.net/2011/05/firefox-is-loading-painfully-slowly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Force a reboot/shutdown</title>
		<link>http://blog.devnu11.net/2011/04/force-a-rebootshutdown/</link>
		<comments>http://blog.devnu11.net/2011/04/force-a-rebootshutdown/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 12:06:12 +0000</pubDate>
		<dc:creator>rmichel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Notepad]]></category>

		<guid isPermaLink="false">http://blog.devnu11.net/?p=925</guid>
		<description><![CDATA[force reboot $ echo 1 &#62; /proc/sys/kernel/sysrq $ echo b &#62; /proc/sysrq-trigger force shutdown $ echo 1 &#62; /proc/sys/kernel/sysrq $ echo o &#62; /proc/sysrq-trigger]]></description>
		<wfw:commentRss>http://blog.devnu11.net/2011/04/force-a-rebootshutdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ERROR: boot device didn&#8217;t show up after 30 seconds</title>
		<link>http://blog.devnu11.net/2011/04/error-boot-device-didnt-show-up-after-30-seconds/</link>
		<comments>http://blog.devnu11.net/2011/04/error-boot-device-didnt-show-up-after-30-seconds/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 19:49:06 +0000</pubDate>
		<dc:creator>rmichel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Notepad]]></category>
		<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[HowTo]]></category>

		<guid isPermaLink="false">http://blog.devnu11.net/?p=919</guid>
		<description><![CDATA[If you&#8217;re trying to boot the Archlinux 2010.05 CD/DVD/Netinstall and getting the message ERROR: boot device didn&#8217;t show up after 30 seconds &#8230; try this one to fix the problem $ udevadm trigger $ exit]]></description>
		<wfw:commentRss>http://blog.devnu11.net/2011/04/error-boot-device-didnt-show-up-after-30-seconds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

