<?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>RandomStringOfWords &#187; linux</title>
	<atom:link href="http://randomstringofwords.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://randomstringofwords.com</link>
	<description>RandomStringOfWords.com &#124;&#124; RSoW.com</description>
	<lastBuildDate>Fri, 13 Aug 2010 18:54:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>A bots route to localhost</title>
		<link>http://randomstringofwords.com/a-bots-route-to-localhost/</link>
		<comments>http://randomstringofwords.com/a-bots-route-to-localhost/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 19:26:44 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[RandomStrings]]></category>
		<category><![CDATA[bot]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://info.rsow.com/a-bots-route-to-localhost/</guid>
		<description><![CDATA[Recently my server came under what I can only describe as an attack. Clearly some poorly written bot was trying to slurp emails or some such and was sucking up bandwidth by repeatedly loading the same loop of pages. Normally this sort of thing comes and goes and really doesn&#8217;t cause much nuisance, but when [...]]]></description>
			<content:encoded><![CDATA[<p>Recently my server came under what I can only describe as an attack.  Clearly some poorly written bot was trying to slurp emails or some such and was sucking up bandwidth by repeatedly loading the same loop of pages.</p>
<p>Normally this sort of thing comes and goes and really doesn&#8217;t cause much nuisance, but when they broke the 50,000 page load mark in less than 24 hours I started to get annoyed.</p>
<p><span id="more-117"></span></p>
<p>My initial reaction was to complain to the ISP and simply block them with a .htaccess file.    I thought about it and realized that this isn&#8217;t a very good solution simply because that method still delivers to them my &#8220;Go away&#8221; page.</p>
<p>So I asked an admin buddy of mine what he thought I should do beyond the .htaccess or iptables.   Specifically if there was anything fun we could do back.  Something subtle that isn&#8217;t a direct hack back, but rather just something to get the message across.</p>
<p>He came up with this;</p>
<blockquote><p>route add -host {incoming.annoying.bots.ip}  gw 127.0.0.1</p></blockquote>
<p>Evidently this will route the bot directly back to itself ~ localhost.  Which just amuses the hell out of me.  What&#8217;s more is, it will likely take about 5 minutes per hit for the TCP/IP layer to time out.  So it will really slow their bot down, which I&#8217;m pretty sure the rest of the internet appreciates.</p>
]]></content:encoded>
			<wfw:commentRss>http://randomstringofwords.com/a-bots-route-to-localhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu, Wine and World of Warcraft</title>
		<link>http://randomstringofwords.com/ubuntu-wine-and-world-of-warcraft/</link>
		<comments>http://randomstringofwords.com/ubuntu-wine-and-world-of-warcraft/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 06:37:53 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[RandomStrings]]></category>
		<category><![CDATA[WoW]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows xp]]></category>
		<category><![CDATA[wine]]></category>
		<category><![CDATA[world of warcraft]]></category>

		<guid isPermaLink="false">http://info.rsow.com/ubuntu-wine-and-world-of-warcraft/</guid>
		<description><![CDATA[I am far from a linux &#8220;fanboi&#8221;, in fact until recently I didn&#8217;t really use linux all that much at all.. All of my games are played in WindowsXP simply because there really is no other option&#8230; or is there? I have been using linux quite a lot at work, and really like where Ubuntu [...]]]></description>
			<content:encoded><![CDATA[<p>I am far from a linux &#8220;fanboi&#8221;, in fact until recently I didn&#8217;t really use linux all that much at all..  All of my games are played in WindowsXP simply because there really is no other option&#8230; or is there?</p>
<p>I have been using linux quite a lot at work, and really like where Ubuntu is going.  Pretty much everything about it leads me to think that Microsoft should be worried.  (Apple has nothing to fear, simply because they are a hardware company..)</p>
<p><img src="http://randomstringofwords.com/wp-content/uploads/2008/01/ubuntulogo.png" alt="Ubuntu is awesome" align="right" />Anyway, after having XP tell me for the umpteenth time that I had &#8220;unused icons on my desktop&#8221;..  (Yes I know.. I PUT THEM THERE..)  I decided to install Ubuntu on my game machine and try to get WoW working.  I figured I&#8217;d be in a long and protracted fight, an impossible up hill battle with a colossal fight at the end!   I couldn&#8217;t have been more wrong &#8212; but I get ahead of myself.</p>
<p><span id="more-109"></span>Getting Ubuntu installed on my game machine was cake.  I installed a new hard drive, partitioned it to have a /, a /home and a swap.. Installed Envy to get the nvidia drivers running.. and fiddled with the xorg.conf file for hours on end trying to get my dual monitors to work correctly.  That was the only part that was hard to be honest, I screwed it up a couple times.. heh.  That and I had to correct some oddity with the alsamixer being muted.. not sure what that was about.</p>
<p><img src="http://randomstringofwords.com/wp-content/uploads/2008/01/winehq_top_logo.png" alt="WINE" align="right" />So with that, my game machine is now dual bootable into XP and Ubuntu.   Synergy works nicely on both installs which gets me to my email goofing off box (also ubuntu) and all the peripherals work nicely.. (er.. I haven&#8217;t gotten the G15 keyboard stuff working in Ubuntu yet.. but haven&#8217;t tried either)</p>
<p>So next, I installed WINE.  I really didn&#8217;t know what to expect here, but was pleasantly surprised..  It&#8217;s very simple, clean and works nicely.</p>
<p>Next I dragged the World of Warcraft install off my XP C: partition into the .wine directory.. and typed &#8220;wine Wow.exe&#8221; via command line..</p>
<p>And holy shit if World of Warcraft didn&#8217;t launch first try!!  I was shocked and stunned beyond describing..  I mean I didn&#8217;t expect it to work at all.. little alone the first damn try.</p>
<p>Now the truth is, it didn&#8217;t work fully the first try.  It got to the loading in screen, got to 100% and locked up.  But a couple of config file changes later (I had to enter 3 lines into the WTF config file) it worked and I played on it for several hours.</p>
<p>What amuses me the most about this is that the game actually played in Linux at roughly the same frame rates as my windows XP box or HIGHER frame rates depending on what I was doing.</p>
<p>I have no idea how they do it, but the WINE folks are awesome..Awesome I tell ya.  Wine you&#8217;re the bomb!</p>
<p>I don&#8217;t know how it would handle a much more intense game.. Lets face it, World of Warcraft doesn&#8217;t exactly push the envelope here..  So if I tried the same trick with say, Crysis&#8230; I doubt it would work.  But still I&#8217;m damn impressed.</p>
]]></content:encoded>
			<wfw:commentRss>http://randomstringofwords.com/ubuntu-wine-and-world-of-warcraft/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Windows sucks&#8230;</title>
		<link>http://randomstringofwords.com/windows-sucks/</link>
		<comments>http://randomstringofwords.com/windows-sucks/#comments</comments>
		<pubDate>Sat, 01 Jan 2005 19:00:20 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Rants!]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[religion]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://info.rsow.com/?p=53</guid>
		<description><![CDATA[I&#8217;m so sick of religious debates.. And I&#8217;m not even talking about religion.. I&#8217;m talking about every nerds favorite argument.. which operating system is the best &#8211; which of course invariably leads into the bashing of Microsoft.. Microsoft is evil.. Bill Gates is the devil.. Windows sucks.. etc.. Why can&#8217;t people discussing intelligent software solutions [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m so sick of religious debates.. And I&#8217;m not even talking about religion.. I&#8217;m talking about every nerds favorite argument.. which operating system is the best &#8211; which of course invariably leads into the bashing of Microsoft.. Microsoft is evil.. Bill Gates is the devil.. Windows sucks.. etc..</p>
<p>Why can&#8217;t people discussing intelligent software solutions from different paradigms agree to disagree on this point.. and move the hell on?!<br />
<span id="more-53"></span></p>
<p>It drives me insane that you always have these hard core zealots that spout about how their OS is the best and that Microsoft sucks. You should use Linux cause it is better than Microsoft.. No no.. You should use a Mac because a &#8220;Wintel&#8221; machine sucks.. No the Amiga was the best! (I miss my Amiga).. etc etc.</p>
<p>I hate it.. Everyone hates Microsoft..</p>
<p>Do a search for &#8220;windows sucks&#8221; on Google and see what you get.. Good luck sifting through it all.. Everyone of them hard core Microsoft fans.. All of them are completely unbiased I&#8217;m sure..</p>
<p>Firstly.. ALL OSes are crap. None of them have got it right. They all have problems. It bothers me though that any time I have any kind of problem with my computer, which may or may not be completely unrelated to the OS, some sycophant from another flavor of &#8220;craptacular&#8221; will chime in and tell me that the problem is due to the OS I&#8217;m using, and that specifically Microsoft sucks.. if I just switched to {enter other shitty os name here} all my woe&#8217;s would be solved.</p>
<p>Ya know what there sport, if that were true don&#8217;t ya think it would have happened already? I&#8217;m pretty sure I don&#8217;t need you to tell me which way the wind blows. If your OS was so much better, I bet I would have noticed by now..</p>
<p>I use Linux, everyday.. No thanks &#8211; it doesn&#8217;t fit the bill, I don&#8217;t like it.. and I find it largely a pain in the ass..</p>
<p>I&#8217;ve seen and used a Mac.. No thanks &#8211; it doesn&#8217;t do what I need. Again, good for some things, but doesn&#8217;t do everything I want.. Etc..</p>
<p>No no.. that&#8217;s not enough.. They must convert me!</p>
<p>Even now some asshat is reading this just waiting for the end so they can dive off into their pre-scripted rant about how if I just tried their OS it would be better.. OR, even more infuriating, about how I just don&#8217;t understand and I must be some drooling sub-par computer half-wit who barely knows how to flip the I/O button to make the flashy lights go..</p>
<p>Clearly since I like Microsoft or in my case because I tolerate it, I must be one of those sad pathetic people who don&#8217;t know better. Pity me &#8211; For I am lame.</p>
<p>Here&#8217;s the 411 people..</p>
<p>I don&#8217;t &#8220;like&#8221; Microsoft or Windows. I use it. I use it because it&#8217;s all I got. At best, I tolerate it. And when something stupid goes wrong for no reason what so ever, I have same psychopathic desire to kill small animals just like everyone else.. It&#8217;s what I got.. So I use it.</p>
<p>Linux has stupid, crappy and jacked-up issues with it, just like the Mac.. just like Windows.. Get over yourself.</p>
<p>But to keep it simple for you people, I can sum it all up to ONE reason. I have ONE reason why I use Microsoft over any other OS &#8211; One reason that NO OTHER OS can beat; GAMES.</p>
<p>That&#8217;s it. I believe I have won that argument. You lose.</p>
<p>The games that I play, I can only play on a windows machine.</p>
<p>Dos, Linux, BSD, AIX, Mac, IRIX, Solaris, FreeBSD, BeoS, CP/M, CLI, <a href="http://en.wikipedia.org/wiki/LCARS" target="_blank">LCARS</a>. Whatever <a href="http://en.wikipedia.org/wiki/List_of_operating_systems" target="_blank">operating system</a> you choose.. they don&#8217;t have the games..</p>
<p>None of them do.</p>
<p>Stop telling me that my OS sucks.. Thanks.. I got it.. Shut the fuck up..</p>
<p>My OS may suck, but I got the games baby..</p>
<p>And until your OS, whatever it may be, has those same games.. It&#8217;s with windows I&#8217;ll stay. Suck or not.</p>
]]></content:encoded>
			<wfw:commentRss>http://randomstringofwords.com/windows-sucks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
