<?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>my noise</title>
	<atom:link href="http://blog.stompnoise.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.stompnoise.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 15 Mar 2010 09:08:43 +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>How to fix need for speed shift black screen and crash problems in win 7</title>
		<link>http://blog.stompnoise.com/?p=47</link>
		<comments>http://blog.stompnoise.com/?p=47#comments</comments>
		<pubDate>Mon, 15 Mar 2010 09:08:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[others]]></category>
		<category><![CDATA[games]]></category>

		<guid isPermaLink="false">http://blog.stompnoise.com/?p=47</guid>
		<description><![CDATA[This fix is for win 7 or vista, Right click the game icon, click properties &#62; compatibility, then choose win xp sp3. most forums suggest setting it to windows 98 but you will really notice a significant reduce in performance.]]></description>
			<content:encoded><![CDATA[<p>This fix is for win 7 or vista, Right click the game icon, click properties &gt; compatibility, then choose win xp sp3. most forums suggest setting it to windows 98 but you will really notice a significant reduce in performance.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stompnoise.com/?feed=rss2&amp;p=47</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to solve Error: Missing Dependency: php-common = 5.1.6-23.2.el5_3 is needed by package php-gd-5.1.6-23.2.el5_3.i386 (updates)</title>
		<link>http://blog.stompnoise.com/?p=42</link>
		<comments>http://blog.stompnoise.com/?p=42#comments</comments>
		<pubDate>Tue, 09 Jun 2009 09:15:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.stompnoise.com/?p=42</guid>
		<description><![CDATA[This is a very strange error and there seems to be no answers on the web for it. I found some cases on the CentOS forums and the recommendation was to reinstall the whole OS. This is how I solved it. as superuser #yum remove php-common (this command may remove a lot of installed software, [...]]]></description>
			<content:encoded><![CDATA[<p>This is a very strange error and there seems to be no answers on the web for it. I found some cases on the CentOS forums and the recommendation was to reinstall the whole OS. This is how I solved it.</p>
<p>as superuser</p>
<p>#yum remove php-common</p>
<p>(this command may remove a lot of installed software, you must make a list and install them again)</p>
<p>#yum install php-gd</p>
<p>(this will install the proper version of php-common and php-gd)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stompnoise.com/?feed=rss2&amp;p=42</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Getting back to TV</title>
		<link>http://blog.stompnoise.com/?p=39</link>
		<comments>http://blog.stompnoise.com/?p=39#comments</comments>
		<pubDate>Thu, 09 Apr 2009 12:03:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[others]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://blog.stompnoise.com/?p=39</guid>
		<description><![CDATA[I don&#8217;t own a tv and actually, I don&#8217;t miss it. This is because I can&#8217;t find a tv show that would justify me buying a tv set (maybe if I got cable which Im not planning to get soon). Just a few weeks ago, I stumbled upon this website which provides podcasts (its like [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t own a tv and actually, I don&#8217;t miss it. This is because I can&#8217;t find a tv show that would justify me buying a tv set (maybe if I got cable which Im not planning to get soon).</p>
<p>Just a few weeks ago, I stumbled upon this website which provides podcasts (its like tv programs on the internet). The site is <a href="http://www.revision3.com">revision3.com</a>. It contains mainly technology based programs and what people would say the geek culture but it&#8217;s good (better than most shows on the local airwaves). My favorite is <a href="http://revision3.com/hak5/">hak5</a> which is a show about hacking and other DIY tech stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stompnoise.com/?feed=rss2&amp;p=39</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Possible solutions to yum error &#8220;[Errno 4] IOError: &#8220;</title>
		<link>http://blog.stompnoise.com/?p=30</link>
		<comments>http://blog.stompnoise.com/?p=30#comments</comments>
		<pubDate>Fri, 27 Mar 2009 13:31:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.stompnoise.com/?p=30</guid>
		<description><![CDATA[1. Check if there is an internet connection 2. If internet connection is ok. edit /etc/yum.conf. 3. look for the proxy settings which would look something like &#8220;proxy=http://192.168.1.1:3128&#8243; 4. Check if this proxy is working. 5. Delete the whole line if you&#8217;re not using an internet proxy server]]></description>
			<content:encoded><![CDATA[<p>1. Check if there is an internet connection</p>
<p>2. If internet connection is ok. edit /etc/yum.conf.</p>
<p>3. look for the proxy settings which would look something like &#8220;proxy=http://192.168.1.1:3128&#8243;</p>
<p>4. Check if this proxy is working.</p>
<p>5. Delete the whole line if you&#8217;re not using an internet proxy server</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stompnoise.com/?feed=rss2&amp;p=30</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install ati video driver on a centOS machine</title>
		<link>http://blog.stompnoise.com/?p=24</link>
		<comments>http://blog.stompnoise.com/?p=24#comments</comments>
		<pubDate>Mon, 09 Feb 2009 05:22:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.stompnoise.com/?p=24</guid>
		<description><![CDATA[This took me around 2 weeks to complete. Here are the proper (easy) steps on how to do it 1. Update your linux kernel, install the tools then restart your computer (root) $yum install kernel-devel $yum install gcc $yum install gcc-c++ $yum install make $yum update kernel 2. download the driver here 3. run the [...]]]></description>
			<content:encoded><![CDATA[<p>This took me around 2 weeks to complete.</p>
<p>Here are the proper (easy) steps on how to do it</p>
<p>1. Update your linux kernel, install the tools then restart your computer (root)</p>
<p>$yum install kernel-devel<br />
$yum install gcc<br />
$yum install gcc-c++<br />
$yum install make<br />
$yum update kernel</p>
<p>2. download the driver <a href="http://ati.amd.com/support/driver.HTML">here </a></p>
<p>3. run the driver from the command line (as root)</p>
<p>$./ati-driver-installer-9-1-x86.x86_64.run</p>
<p>4. run aticonfig</p>
<p>$aticonfig &#8211;initial &#8211;force</p>
<p>5. check if driver is working</p>
<p>$fglrxinfo<br />
OpenGL vendor string: ATI Technologies Inc.<br />
OpenGL renderer string: Radeon X1550 Series<br />
OpenGL version string: 2.1.8395 Release</p>
<p>$glxinfo | grep direct<br />
direct rendering: Yes</p>
<p>If this did not work, check the install logs (/usr/share/ati/fglrx-install.log)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stompnoise.com/?feed=rss2&amp;p=24</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change hibernate settings on runtime</title>
		<link>http://blog.stompnoise.com/?p=19</link>
		<comments>http://blog.stompnoise.com/?p=19#comments</comments>
		<pubDate>Tue, 16 Dec 2008 05:54:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.stompnoise.com/?p=19</guid>
		<description><![CDATA[One is you can build your configuration from scratch but what I like to do is getting the standard settings from my hibernate.cfg.xml file then change some of the values on my code. here&#8217;s how I do it Configuration conf = new Configuration(); conf.configure().setProperty(&#8220;hibernate.connection.url&#8221;, &#8220;jdbc:mysql://&#8221;+host+&#8221;/&#8221;+dbname); conf.setProperty(&#8220;hibernate.connection.username&#8221;, user); conf.setProperty(&#8220;hibernate.connection.password&#8221;, password);]]></description>
			<content:encoded><![CDATA[<p>One is you can build your configuration from scratch but what I like to do is getting the standard settings from my hibernate.cfg.xml file then change some of the values on my code. here&#8217;s how I do it</p>
<p>Configuration conf = new Configuration();<br />
conf.configure().setProperty(&#8220;hibernate.connection.url&#8221;, &#8220;jdbc:mysql://&#8221;+host+&#8221;/&#8221;+dbname);<br />
conf.setProperty(&#8220;hibernate.connection.username&#8221;, user);<br />
conf.setProperty(&#8220;hibernate.connection.password&#8221;, password);</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stompnoise.com/?feed=rss2&amp;p=19</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Zeitgeist Movement</title>
		<link>http://blog.stompnoise.com/?p=16</link>
		<comments>http://blog.stompnoise.com/?p=16#comments</comments>
		<pubDate>Fri, 12 Dec 2008 03:13:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://blog.stompnoise.com/?p=16</guid>
		<description><![CDATA[An officemate shared this video called zeitgeist. It is a documentary about some conspiracy theories on what&#8217;s going on in this world. Some of them are a bit far out but some will really leave you thinking. It made me curious so I went to the movie&#8217;s website zeigeistmovie.com and found out there was a [...]]]></description>
			<content:encoded><![CDATA[<p>An officemate shared this video called zeitgeist. It is a documentary about some conspiracy theories on what&#8217;s going on in this world. Some of them are a bit far out but some will really leave you thinking. It made me curious so I went to the movie&#8217;s website <a href="http://www.zeitgeistmovie.com/">zeigeistmovie.com</a> and found out there was a sequel, so I downloaded and watched it too. The sequel I think was better because it suggested some actions to take to defeat the so called &#8220;evil corporations&#8221;. You can read more about this on their site <a href="http://thezeitgeistmovement.com/"> thezeitgeistmovement </a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stompnoise.com/?feed=rss2&amp;p=16</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add yum repositories on your linux CentOS system</title>
		<link>http://blog.stompnoise.com/?p=12</link>
		<comments>http://blog.stompnoise.com/?p=12#comments</comments>
		<pubDate>Mon, 08 Dec 2008 10:36:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.stompnoise.com/?p=12</guid>
		<description><![CDATA[There are two ways of adding yum repositories to your centOS system 1. Drop .repo files into your /etc/yum.repos.d/ directory 2. Add a repository entry in your /etc/yum.conf file you can go to http://osresources.com/11_6_en.html for more on this.]]></description>
			<content:encoded><![CDATA[<p>There are two ways of adding yum repositories to your centOS system</p>
<p>1. Drop .repo files into your /etc/yum.repos.d/ directory</p>
<p>2. Add a repository entry in your /etc/yum.conf file</p>
<p>you can go to <a href="http://osresources.com/11_6_en.html">http://osresources.com/11_6_en.html</a> for more on this.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stompnoise.com/?feed=rss2&amp;p=12</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Possible solution to Error: 2003(HY000): Can&#8217;t connect to MySQL Server on&#8230;.. error</title>
		<link>http://blog.stompnoise.com/?p=8</link>
		<comments>http://blog.stompnoise.com/?p=8#comments</comments>
		<pubDate>Fri, 05 Dec 2008 06:17:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://blog.stompnoise.com/?p=8</guid>
		<description><![CDATA[This is one possiible solution to Error: 2003(HY000): Can&#8217;t connect to MySQL Server on ******* error this error may not be caused by wrong mysqld installation or configuration, a possible cause is that your connection is blocked by a firewall. here&#8217;s the fix for linux systems. on the mysql server machine, go to your shell [...]]]></description>
			<content:encoded><![CDATA[<p>This is one possiible solution to Error: 2003(HY000): Can&#8217;t connect to MySQL Server on ******* error</p>
<p>this error may not be caused by wrong mysqld installation or configuration, a possible cause is that your connection is blocked by a firewall.</p>
<p>here&#8217;s the fix for linux systems.</p>
<p>on the mysql server machine, go to your shell as root and type</p>
<p><strong>#/etc/init.d/iptables stop</strong></p>
<p>this should disable the firewall</p>
<p>(if you&#8217;re not allowed to do this, ask your system admin to open connection on port 3306) :-]</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stompnoise.com/?feed=rss2&amp;p=8</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://blog.stompnoise.com/?p=3</link>
		<comments>http://blog.stompnoise.com/?p=3#comments</comments>
		<pubDate>Thu, 04 Dec 2008 07:42:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[others]]></category>

		<guid isPermaLink="false">http://blog.stompnoise.com/?p=3</guid>
		<description><![CDATA[finished installing my wordpress blog engine. right when my domain is about to expire.]]></description>
			<content:encoded><![CDATA[<p>finished installing my wordpress blog engine. right when my domain is about to expire.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stompnoise.com/?feed=rss2&amp;p=3</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
