<?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>RuiOnWriting</title>
	<atom:link href="http://ruionwriting.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://ruionwriting.net</link>
	<description>Trying to learn something new every day!</description>
	<lastBuildDate>Mon, 26 Dec 2011 20:41:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Qt/PyQt 4 initialization failed when installing hplip</title>
		<link>http://ruionwriting.net/2011/12/qtpyqt-4-initialization-failed-when-installing-hplip/</link>
		<comments>http://ruionwriting.net/2011/12/qtpyqt-4-initialization-failed-when-installing-hplip/#comments</comments>
		<pubDate>Mon, 26 Dec 2011 20:36:22 +0000</pubDate>
		<dc:creator>Rui</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[x64]]></category>

		<guid isPermaLink="false">http://ruionwriting.net/?p=405</guid>
		<description><![CDATA[If you found this error running hp-setup or diagnosed when running hp-check, just install python2-qt package. Run this on your terminal: hp-check will give you all the diagnostic you&#8217;ll need to install your printer/scanner, in my case HP Officejet 4500, on your Arch installation.]]></description>
		<wfw:commentRss>http://ruionwriting.net/2011/12/qtpyqt-4-initialization-failed-when-installing-hplip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare Player modules update fails after kernel update linux-3.1.0-4-ARCH</title>
		<link>http://ruionwriting.net/2011/11/vmware-player-modules-update-fails-after-kernel-update-linux-3-1-0-4-arch/</link>
		<comments>http://ruionwriting.net/2011/11/vmware-player-modules-update-fails-after-kernel-update-linux-3-1-0-4-arch/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 14:36:16 +0000</pubDate>
		<dc:creator>Rui</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://ruionwriting.net/?p=396</guid>
		<description><![CDATA[Again some issues with kernel updates when build wmware modules: This time just failed building Virtual Network Device module. Thanks do Willy Sudiarto Raharjo and I&#8217;ve found the 100% solution very fast and as usual already in Arch Wiki. Step-by-step solution:]]></description>
		<wfw:commentRss>http://ruionwriting.net/2011/11/vmware-player-modules-update-fails-after-kernel-update-linux-3-1-0-4-arch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New playground: moved my wordpress blog and bugzilla installation to nginx</title>
		<link>http://ruionwriting.net/2011/11/new-playground-moved-my-wordpress-blog-and-bugzilla-installation-to-nginx/</link>
		<comments>http://ruionwriting.net/2011/11/new-playground-moved-my-wordpress-blog-and-bugzilla-installation-to-nginx/#comments</comments>
		<pubDate>Sat, 12 Nov 2011 14:14:51 +0000</pubDate>
		<dc:creator>Rui</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[GCI]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://ruionwriting.net/?p=393</guid>
		<description><![CDATA[After ~10 hours of hard work and research I&#8217;ve reached the goal: php5-fpm, ASP.NET/MVC (2, 3.5 e 4) using fastcgi-mono-server&#8217;s and perl/cgi on top of nginx. Uhm&#8230; and also Pure-FTPd. All just using ~250MB of RAM. SWEET]]></description>
		<wfw:commentRss>http://ruionwriting.net/2011/11/new-playground-moved-my-wordpress-blog-and-bugzilla-installation-to-nginx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL rand() benchmark, don&#8217;t use rand()</title>
		<link>http://ruionwriting.net/2011/10/mysql-rand-benchmark-dont-use-rand/</link>
		<comments>http://ruionwriting.net/2011/10/mysql-rand-benchmark-dont-use-rand/#comments</comments>
		<pubDate>Sun, 30 Oct 2011 15:01:41 +0000</pubDate>
		<dc:creator>Rui</dc:creator>
				<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[whow-to]]></category>

		<guid isPermaLink="false">http://ruionwriting.net/?p=388</guid>
		<description><![CDATA[The need to get a certain amount of data randomly to present on a website so that your audience can view that your website is alive and, in the most cases, to be aware of the variety of products you have to present. It&#8217;s very common as also the performance side effect. There are so [...]]]></description>
		<wfw:commentRss>http://ruionwriting.net/2011/10/mysql-rand-benchmark-dont-use-rand/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bye Gnome 3, hello Xfce</title>
		<link>http://ruionwriting.net/2011/10/bye-gnome-3-hello-xfce/</link>
		<comments>http://ruionwriting.net/2011/10/bye-gnome-3-hello-xfce/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 17:11:33 +0000</pubDate>
		<dc:creator>Rui</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[gnome 3]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[xfce]]></category>

		<guid isPermaLink="false">http://ruionwriting.net/?p=385</guid>
		<description><![CDATA[After 2 months using Gnome 3 I&#8217;ve reached my patient limits (Linus did the same) with all the desktop limitations, buggy shell extensions, etc. It looks nice, isn&#8217;t slow as some talk about, but it&#8217;s not practical for users that like having full control over the desktop. In my case the most annoying &#8216;un-features&#8217; is [...]]]></description>
		<wfw:commentRss>http://ruionwriting.net/2011/10/bye-gnome-3-hello-xfce/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare Player 3.1.14 fails to start/build on kernel 3.0</title>
		<link>http://ruionwriting.net/2011/08/vmware-player-3-1-14-fails-to-startbuild-on-kernel-3-0/</link>
		<comments>http://ruionwriting.net/2011/08/vmware-player-3-1-14-fails-to-startbuild-on-kernel-3-0/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 14:20:20 +0000</pubDate>
		<dc:creator>Rui</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[x64]]></category>

		<guid isPermaLink="false">http://ruionwriting.net/?p=378</guid>
		<description><![CDATA[Yesterday I&#8217;ve made the big change updating to kernel 3.0 on my arch installation. One side effect, the only so far, was the fact that my VMWare Player was not loading. On all kernel updates VMWare loader detects kernel version changes, updates/recompile all it&#8217;s binaries and than loads without any problems, but this time it didn&#8217;t and [...]]]></description>
		<wfw:commentRss>http://ruionwriting.net/2011/08/vmware-player-3-1-14-fails-to-startbuild-on-kernel-3-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot move dialog windows on Gnome 3</title>
		<link>http://ruionwriting.net/2011/06/cannot-move-dialog-windows-on-gnome-3/</link>
		<comments>http://ruionwriting.net/2011/06/cannot-move-dialog-windows-on-gnome-3/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 22:07:36 +0000</pubDate>
		<dc:creator>Rui</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://ruionwriting.net/?p=372</guid>
		<description><![CDATA[There are those who hate, other who love and others that really don&#8217;t care why dialog windows have strange borders and don&#8217;t allow you to move them grabbing the title bar, oh wait , where is the title bar? The solution is simple: gconf-editor to the rescue. Just open gconf-editor and untick /desktop/gnome/shell/windows/attach_modal_dialogs. Press Alt + F2, type r and [...]]]></description>
		<wfw:commentRss>http://ruionwriting.net/2011/06/cannot-move-dialog-windows-on-gnome-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL: Easily delete all data and reseed all tables</title>
		<link>http://ruionwriting.net/2011/05/mysql-easily-delete-all-data-and-reseed-all-tables/</link>
		<comments>http://ruionwriting.net/2011/05/mysql-easily-delete-all-data-and-reseed-all-tables/#comments</comments>
		<pubDate>Sat, 07 May 2011 17:19:18 +0000</pubDate>
		<dc:creator>Rui</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[database]]></category>

		<guid isPermaLink="false">http://ruionwriting.net/?p=364</guid>
		<description><![CDATA[The need for a fresh start during the development stage is very frequent. This script allows to delete data from all tables and also to reseed all tables that have identity columns. I’ts clean and simple. This is my version for MySQL (see previous article for MS SQL). I&#8217;m using a routine (required) called usp_mysql_foreachtable. [...]]]></description>
		<wfw:commentRss>http://ruionwriting.net/2011/05/mysql-easily-delete-all-data-and-reseed-all-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boost your Linux with preload</title>
		<link>http://ruionwriting.net/2011/05/boost-your-linux-with-preload/</link>
		<comments>http://ruionwriting.net/2011/05/boost-your-linux-with-preload/#comments</comments>
		<pubDate>Wed, 04 May 2011 17:37:16 +0000</pubDate>
		<dc:creator>Rui</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[julia]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mint]]></category>
		<category><![CDATA[natty]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[x64]]></category>

		<guid isPermaLink="false">http://ruionwriting.net/?p=358</guid>
		<description><![CDATA[preload is an adaptive readahead daemon. It monitors applications that users run, and by analyzing this data, predicts what applications users might run, and fetches those binaries and their dependencies into memory for faster startup times. Install (for debian based distros) easily running this simple command in terminal: After installed the service will start without [...]]]></description>
		<wfw:commentRss>http://ruionwriting.net/2011/05/boost-your-linux-with-preload/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8216;Error authenticating some packages&#8217; updating from Maverick to Natty</title>
		<link>http://ruionwriting.net/2011/05/error-authenticating-some-packages-updating-from-maverick-to-natty/</link>
		<comments>http://ruionwriting.net/2011/05/error-authenticating-some-packages-updating-from-maverick-to-natty/#comments</comments>
		<pubDate>Mon, 02 May 2011 21:52:22 +0000</pubDate>
		<dc:creator>Rui</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[maverick]]></category>
		<category><![CDATA[natty]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[x64]]></category>

		<guid isPermaLink="false">http://ruionwriting.net/?p=352</guid>
		<description><![CDATA[If you run into this situation and everything else fails I have found the solution here.  This takes you to make an release update using terminal commands. In my case the packages were tzdata and tzdata-java.]]></description>
		<wfw:commentRss>http://ruionwriting.net/2011/05/error-authenticating-some-packages-updating-from-maverick-to-natty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

