<?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>minuteware</title>
	<atom:link href="http://minuteware.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://minuteware.net</link>
	<description>minute discoveries</description>
	<lastBuildDate>Sat, 04 Feb 2012 18:02:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>WAT</title>
		<link>http://minuteware.net/wat/</link>
		<comments>http://minuteware.net/wat/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 07:27:32 +0000</pubDate>
		<dc:creator>Andriy Yurchuk</dc:creator>
				<category><![CDATA[discoveries]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://minuteware.net/?p=122</guid>
		<description><![CDATA[A lightning talk by Gary Bernhardt from CodeMash 2012]]></description>
		<wfw:commentRss>http://minuteware.net/wat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python Quick Reference</title>
		<link>http://minuteware.net/python-quick-reference/</link>
		<comments>http://minuteware.net/python-quick-reference/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 10:20:08 +0000</pubDate>
		<dc:creator>Andriy Yurchuk</dc:creator>
				<category><![CDATA[discoveries]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://minuteware.net/?p=119</guid>
		<description><![CDATA[Crawling around Cheat-Sheats.org today I found a great Python reference cheat sheat by Richard Gruet. This is a good addition to the original Python Documentation as it provides a brief overview of Python basics. They’ve got a web version, as well as a printable PDF]]></description>
		<wfw:commentRss>http://minuteware.net/python-quick-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disconnect user&#8217;s SSH session</title>
		<link>http://minuteware.net/disconnect-users-ssh-session/</link>
		<comments>http://minuteware.net/disconnect-users-ssh-session/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 09:04:45 +0000</pubDate>
		<dc:creator>Andriy Yurchuk</dc:creator>
				<category><![CDATA[discoveries]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://minuteware.net/?p=99</guid>
		<description><![CDATA[With my VPS I sometimes encounter a situation when I try to open a file with Vim, but it tells me the file has already been opened by someone else. This &#8220;someone else&#8221; is another myself, logged in via SSH from my laptop, which has been suspended (SSH sessions are not being disconnected when you [...]]]></description>
		<wfw:commentRss>http://minuteware.net/disconnect-users-ssh-session/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Qt apps with GTK theme in Xubuntu 11.10</title>
		<link>http://minuteware.net/qt-apps-with-gtk-theme-in-xubuntu-11-10/</link>
		<comments>http://minuteware.net/qt-apps-with-gtk-theme-in-xubuntu-11-10/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 11:21:16 +0000</pubDate>
		<dc:creator>Andriy Yurchuk</dc:creator>
				<category><![CDATA[discoveries]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[qt]]></category>
		<category><![CDATA[xfce]]></category>
		<category><![CDATA[xubuntu]]></category>

		<guid isPermaLink="false">http://minuteware.net/?p=75</guid>
		<description><![CDATA[As you may have noticed, Qt apps no longer use GTK+ theme in Xubuntu 11.10. For me this became particularly noticeable in Psi+. The problem is caused by QGtkStyle, which cannot find GTK+ theme since Xfce stores it in an unusual location (not sure why 11.04 could find it though). To fix the problem add [...]]]></description>
		<wfw:commentRss>http://minuteware.net/qt-apps-with-gtk-theme-in-xubuntu-11-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multi-row window buttons in Xfce</title>
		<link>http://minuteware.net/multi-row-taskbar-in-xfce/</link>
		<comments>http://minuteware.net/multi-row-taskbar-in-xfce/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 10:45:56 +0000</pubDate>
		<dc:creator>Andriy Yurchuk</dc:creator>
				<category><![CDATA[discoveries]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[xfce]]></category>

		<guid isPermaLink="false">http://minuteware.net/?p=77</guid>
		<description><![CDATA[To make the Xfce Window Buttons applet (or simply the Taskbar, as all of us are used to call it) multi-row, add the following to ~/.config/xfce4/gtkrc (create the file if it doesn&#8217;t exist): &#160; include &#34;/usr/share/themes/greybird/gtk-2.0/gtkrc&#34; # Change 'greybird' to whatever Xfce theme you're using &#160; style &#34;xfce-tasklist-style&#34; &#123; XfceTasklist::max-button-length = 192 XfceTasklist::max-button-size = 16 [...]]]></description>
		<wfw:commentRss>http://minuteware.net/multi-row-taskbar-in-xfce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The allmighty &#8216;watch&#8217; Linux command</title>
		<link>http://minuteware.net/the-allmighty-watch-linux-command/</link>
		<comments>http://minuteware.net/the-allmighty-watch-linux-command/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 09:06:10 +0000</pubDate>
		<dc:creator>Andriy Yurchuk</dc:creator>
				<category><![CDATA[discoveries]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[monitoring]]></category>

		<guid isPermaLink="false">http://minuteware.net/?p=50</guid>
		<description><![CDATA[I was searching for a way to make some kind of a live memory usage monitoring in Linux when I found watch. I wonder why didn&#8217;t I ever knew about it! It&#8217;s damn useful! You can monitor literally everything with watch. Here are some scenarios you may use if for: Watch for changes in a [...]]]></description>
		<wfw:commentRss>http://minuteware.net/the-allmighty-watch-linux-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simulating high memory usage in Linux</title>
		<link>http://minuteware.net/simulating-high-memory-usage-in-linux/</link>
		<comments>http://minuteware.net/simulating-high-memory-usage-in-linux/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 08:21:51 +0000</pubDate>
		<dc:creator>Andriy Yurchuk</dc:creator>
				<category><![CDATA[discoveries]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ram]]></category>

		<guid isPermaLink="false">http://minuteware.net/?p=23</guid>
		<description><![CDATA[Doing some testing recently, I needed a way to eat up as much RAM as possible on a Linux machine. As it turned out, there are not as many ways to do that quickly and easily as one could have desired. I&#8217;ve found only two actually. The first one, using Bash arrays, is quite slow. [...]]]></description>
		<wfw:commentRss>http://minuteware.net/simulating-high-memory-usage-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing the &#8216;MOZILLA_FIVE_HOME not set&#8217; in Ubuntu</title>
		<link>http://minuteware.net/fixing-the-mozilla_five_home-not-set-in-ubuntu/</link>
		<comments>http://minuteware.net/fixing-the-mozilla_five_home-not-set-in-ubuntu/#comments</comments>
		<pubDate>Sun, 25 Dec 2011 14:11:27 +0000</pubDate>
		<dc:creator>Andriy Yurchuk</dc:creator>
				<category><![CDATA[discoveries]]></category>
		<category><![CDATA[aptana]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xulrunner]]></category>

		<guid isPermaLink="false">http://minuteware.net/?p=7</guid>
		<description><![CDATA[There is quite a lot of noise regarding this error in the Internet. It is being triggered by Eclipse&#8217;s (and Eclipse-based products&#8217;) SWT, whenever it tries to generate a &#8216;browser&#8217; window (like the one used when you do git commit in Aptana). The root cause of this error is that Eclipse&#8217;s SWT cannot find Mozilla&#8217;s [...]]]></description>
		<wfw:commentRss>http://minuteware.net/fixing-the-mozilla_five_home-not-set-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

