<?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>LimitlessFX.Com</title>
	<atom:link href="http://www.limitlessfx.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.limitlessfx.com</link>
	<description>Because everyone else has a site.</description>
	<lastBuildDate>Wed, 17 Apr 2013 18:03:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
<meta xmlns="http://www.w3.org/1999/xhtml" name="robots" content="noindex,follow" />
		<item>
		<title>Linux Download / Upload Limiter</title>
		<link>http://www.limitlessfx.com/linux-download-upload-limiter.html</link>
		<comments>http://www.limitlessfx.com/linux-download-upload-limiter.html#comments</comments>
		<pubDate>Wed, 17 Apr 2013 18:03:31 +0000</pubDate>
		<dc:creator>OneOfOne</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.limitlessfx.com/?p=114</guid>
		<description><![CDATA[I recently ran into a bandwidth problem using Skype, and I found no easy way to limit it, trickled doesn&#8217;t work udp, and after some research I came across QoS / tc shaping. I cooked 2 different scripts and here&#8217;s what I came with : It works for me (TM) #!/bin/sh IF=wlan0 ULIMIT=25kbps DLIMIT=40kbps U32="tc [...]]]></description>
		<wfw:commentRss>http://www.limitlessfx.com/linux-download-upload-limiter.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pasting in VIM from KDE&#8217;s clipboard</title>
		<link>http://www.limitlessfx.com/pasting-in-vim-from-kde-clipboard.html</link>
		<comments>http://www.limitlessfx.com/pasting-in-vim-from-kde-clipboard.html#comments</comments>
		<pubDate>Wed, 19 Jan 2011 04:11:21 +0000</pubDate>
		<dc:creator>OneOfOne</dc:creator>
				<category><![CDATA[Linux Development]]></category>
		<category><![CDATA[gvim]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[klipper]]></category>
		<category><![CDATA[paste]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[X]]></category>

		<guid isPermaLink="false">http://www.limitlessfx.com/?p=101</guid>
		<description><![CDATA[For some reason I couldn&#8217;t find it anywhere, but the register for the KDE clipboard (ctrl-c / ctrl-v) is + not * . To paste from the KDE clipboard in insert mode : CTRL-R +, in normal mode : &#8220;+p . To map it to ctrl-v : :imap +, this way you can just press [...]]]></description>
		<wfw:commentRss>http://www.limitlessfx.com/pasting-in-vim-from-kde-clipboard.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speeding Chromium start up</title>
		<link>http://www.limitlessfx.com/speeding-up-chromium-start-up.html</link>
		<comments>http://www.limitlessfx.com/speeding-up-chromium-start-up.html#comments</comments>
		<pubDate>Fri, 14 Jan 2011 17:22:25 +0000</pubDate>
		<dc:creator>OneOfOne</dc:creator>
				<category><![CDATA[Linux Development]]></category>
		<category><![CDATA[chromium]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[sqlite3]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.limitlessfx.com/?p=89</guid>
		<description><![CDATA[If you have been using Chromium like me, you know it can get pretty slow on the first start up after a couple of months of usage. It&#8217;s mainly because of all the SQLite 3.x databases it uses for history and other settings. So here&#8217;s a simple script to defrag and reindex all the databases [...]]]></description>
		<wfw:commentRss>http://www.limitlessfx.com/speeding-up-chromium-start-up.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Change CPUFreq governor on all CPUs</title>
		<link>http://www.limitlessfx.com/change-cpufreq-governor-on-all-cpus.html</link>
		<comments>http://www.limitlessfx.com/change-cpufreq-governor-on-all-cpus.html#comments</comments>
		<pubDate>Mon, 22 Nov 2010 11:04:42 +0000</pubDate>
		<dc:creator>OneOfOne</dc:creator>
				<category><![CDATA[Linux Development]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[cpufreq]]></category>

		<guid isPermaLink="false">http://www.limitlessfx.com/?p=83</guid>
		<description><![CDATA[While I love KDE, I still prefer to use command line for almost everything. A simple bash function to set/list all governors. set-cpufreq() { if [ -z "$1" ]; then echo "Available : $(cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors)" find /sys/devices/system/cpu -name scaling_governor &#124; while read f; do echo $f : $(cat $f); done else find /sys/devices/system/cpu -name scaling_governor [...]]]></description>
		<wfw:commentRss>http://www.limitlessfx.com/change-cpufreq-governor-on-all-cpus.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Workaround for Wine/World Of Warcraft Crashing on Linux 64bit systems with &gt; 4gb of RAM.</title>
		<link>http://www.limitlessfx.com/wine-world-of-warcraft-crash-4gb.html</link>
		<comments>http://www.limitlessfx.com/wine-world-of-warcraft-crash-4gb.html#comments</comments>
		<pubDate>Wed, 24 Feb 2010 18:33:57 +0000</pubDate>
		<dc:creator>OneOfOne</dc:creator>
				<category><![CDATA[Linux Development]]></category>
		<category><![CDATA[World Of Warcraft]]></category>
		<category><![CDATA[setarch]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://www.limitlessfx.com/?p=63</guid>
		<description><![CDATA[I recently got a new computer with 8gb of RAM, and since then World Of Warcraft crashed very often with out of memory errors. After banging my head for hours every time I crashed in dalaran or coming out of the arenas, I finally discovered setarch(8). Usage: setarch [options] [program [program arguments]] Options: -h, --help [...]]]></description>
		<wfw:commentRss>http://www.limitlessfx.com/wine-world-of-warcraft-crash-4gb.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Using CMake + Mingw to Cross-Compile Windows Apps.</title>
		<link>http://www.limitlessfx.com/using-cmake-mingw-to-cross-compile-windows-apps.html</link>
		<comments>http://www.limitlessfx.com/using-cmake-mingw-to-cross-compile-windows-apps.html#comments</comments>
		<pubDate>Mon, 23 Nov 2009 10:27:29 +0000</pubDate>
		<dc:creator>OneOfOne</dc:creator>
				<category><![CDATA[Linux Development]]></category>
		<category><![CDATA[cmake]]></category>
		<category><![CDATA[cross platform]]></category>
		<category><![CDATA[crossdev]]></category>
		<category><![CDATA[mingw]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[qt4]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://www.limitlessfx.com/?p=57</guid>
		<description><![CDATA[As promised, here&#8217;s the second part of the tutorial on how to use cmake to build Qt4/OpenSSL Apps for Windows using mingw on Linux. Assumptions : 1. You already followed the tutorial on how to setup Qt4/OpenSSL using mingw. 2. You have cmake installed. 3. You have a working wine setup or a way to [...]]]></description>
		<wfw:commentRss>http://www.limitlessfx.com/using-cmake-mingw-to-cross-compile-windows-apps.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Mingw + OpenSSL + Qt4 for Windows on Linux</title>
		<link>http://www.limitlessfx.com/mingw-openssl-qt4-for-windows-on-linux.html</link>
		<comments>http://www.limitlessfx.com/mingw-openssl-qt4-for-windows-on-linux.html#comments</comments>
		<pubDate>Tue, 17 Nov 2009 09:42:13 +0000</pubDate>
		<dc:creator>OneOfOne</dc:creator>
				<category><![CDATA[Linux Development]]></category>
		<category><![CDATA[cmake]]></category>
		<category><![CDATA[cross platform]]></category>
		<category><![CDATA[crossdev]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[mingw]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[qt4]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://lfx.mine.nu/~oneofone/wordpress/?p=39</guid>
		<description><![CDATA[This is slightly outdated, will upload a new version with OpenSSL v1.0.0, also fixed the link to the mingw-openssl.sh script. For the longest time I used Mingw + cmake on top of wine to cross compile my Qt4 apps for windows, then I was bored one day, tired of how slow it is to recompile [...]]]></description>
		<wfw:commentRss>http://www.limitlessfx.com/mingw-openssl-qt4-for-windows-on-linux.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Priest macros</title>
		<link>http://www.limitlessfx.com/priest-macros.html</link>
		<comments>http://www.limitlessfx.com/priest-macros.html#comments</comments>
		<pubDate>Tue, 17 Nov 2009 08:52:32 +0000</pubDate>
		<dc:creator>OneOfOne</dc:creator>
				<category><![CDATA[World Of Warcraft]]></category>
		<category><![CDATA[arena]]></category>
		<category><![CDATA[clique]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[macro]]></category>
		<category><![CDATA[mouseover]]></category>
		<category><![CDATA[priest]]></category>

		<guid isPermaLink="false">http://lfx.mine.nu/~oneofone/wordpress/?p=27</guid>
		<description><![CDATA[As a priest for the longest time (recently switched mains to a deathknight), I had a lot of macros I used with grid (and clique), and a buddy was asking me about them and I decided to post them here. Greater Heal / Flash Heal / etc. (pretty much any targetted spell) : #showtooltip Greater [...]]]></description>
		<wfw:commentRss>http://www.limitlessfx.com/priest-macros.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
