<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Tech Problems</title>
	<atom:link href="http://techproblemlog.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://techproblemlog.wordpress.com</link>
	<description>A collection of problems i have come across</description>
	<lastBuildDate>Fri, 21 Jan 2011 22:43:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='techproblemlog.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Tech Problems</title>
		<link>http://techproblemlog.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://techproblemlog.wordpress.com/osd.xml" title="Tech Problems" />
	<atom:link rel='hub' href='http://techproblemlog.wordpress.com/?pushpress=hub'/>
		<item>
		<title>undefined function ImageCreate()</title>
		<link>http://techproblemlog.wordpress.com/2011/01/21/undefined-function-imagecreate/</link>
		<comments>http://techproblemlog.wordpress.com/2011/01/21/undefined-function-imagecreate/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 22:35:27 +0000</pubDate>
		<dc:creator>techproblemlog</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://techproblemlog.wordpress.com/?p=29</guid>
		<description><![CDATA[This is caused by not having the GD module installed to php. yum install php-gd or sudo apt-get install php5-gd<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techproblemlog.wordpress.com&amp;blog=4379544&amp;post=29&amp;subd=techproblemlog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is caused by not having the GD module installed to php.</p>
<pre>
yum install php-gd
</pre>
<p>or</p>
<pre>
sudo apt-get install php5-gd
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techproblemlog.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techproblemlog.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techproblemlog.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techproblemlog.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techproblemlog.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techproblemlog.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techproblemlog.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techproblemlog.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techproblemlog.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techproblemlog.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techproblemlog.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techproblemlog.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techproblemlog.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techproblemlog.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techproblemlog.wordpress.com&amp;blog=4379544&amp;post=29&amp;subd=techproblemlog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techproblemlog.wordpress.com/2011/01/21/undefined-function-imagecreate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4dde921887debd5431889c64c64e86b4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">techproblemlog</media:title>
		</media:content>
	</item>
		<item>
		<title>iptables LAMP stack configuration</title>
		<link>http://techproblemlog.wordpress.com/2011/01/21/iptables-lamp-stack-configuration/</link>
		<comments>http://techproblemlog.wordpress.com/2011/01/21/iptables-lamp-stack-configuration/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 18:33:37 +0000</pubDate>
		<dc:creator>techproblemlog</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[mysqld]]></category>
		<category><![CDATA[vsftpd]]></category>

		<guid isPermaLink="false">http://techproblemlog.wordpress.com/?p=24</guid>
		<description><![CDATA[This a working iptables configuration for your usual LAMP install.  This is not necessarily a good configuration, but it is a start. *filter # Dropping incoming connections that don't have explecit rules bellow :INPUT DROP [68:4456] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [1628:151823] # Allow established connections for both public and private connections -A INPUT -i [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techproblemlog.wordpress.com&amp;blog=4379544&amp;post=24&amp;subd=techproblemlog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This a working iptables configuration for your usual LAMP install.  This is not necessarily a good configuration, but it is a start.</p>
<pre>*filter

# Dropping incoming connections that don't have explecit rules bellow
:INPUT DROP [68:4456]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [1628:151823]

# Allow established connections for both public and private connections
-A INPUT -i eth0 -m state --state RELATED,ESTABLISHED -j ACCEPT
-A INPUT -i eth1 -m state --state RELATED,ESTABLISHED -j ACCEPT

# Opening ports wide open
-A INPUT -p tcp -m tcp --dport 22 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 80 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 443 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 21 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 3306 -j ACCEPT
-A INPUT -p tcp -m tcp --dport 65525:65535 -j ACCEPT

# Opening a port to a specific IP
-A INPUT -p tcp -m tcp --dport 10000 -s 192.168.1.1 -j ACCEPT

# Opening a port to a range of IPs
-A INPUT -p tcp -m tcp --dport 20000 -s 192.168.00/24 -j ACCEPT

# Commmiting the rules to the firewall
COMMIT</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techproblemlog.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techproblemlog.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techproblemlog.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techproblemlog.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techproblemlog.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techproblemlog.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techproblemlog.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techproblemlog.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techproblemlog.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techproblemlog.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techproblemlog.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techproblemlog.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techproblemlog.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techproblemlog.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techproblemlog.wordpress.com&amp;blog=4379544&amp;post=24&amp;subd=techproblemlog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techproblemlog.wordpress.com/2011/01/21/iptables-lamp-stack-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4dde921887debd5431889c64c64e86b4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">techproblemlog</media:title>
		</media:content>
	</item>
		<item>
		<title>Find product key</title>
		<link>http://techproblemlog.wordpress.com/2008/08/01/find-product-key/</link>
		<comments>http://techproblemlog.wordpress.com/2008/08/01/find-product-key/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 18:03:09 +0000</pubDate>
		<dc:creator>techproblemlog</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[macromedia]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[photoshopt]]></category>
		<category><![CDATA[product key]]></category>
		<category><![CDATA[word]]></category>

		<guid isPermaLink="false">http://techproblemlog.wordpress.com/?p=18</guid>
		<description><![CDATA[The best free program i found to find a product key for office, windows, macromedia, adobe and pretty much all programs installed on your computer was Belarc Advisor<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techproblemlog.wordpress.com&amp;blog=4379544&amp;post=18&amp;subd=techproblemlog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The best free program i found to find a product key for office, windows, macromedia, adobe and pretty much all programs installed on your computer was <a href="http://www.belarc.com">Belarc Advisor</a> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/techproblemlog.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/techproblemlog.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techproblemlog.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techproblemlog.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techproblemlog.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techproblemlog.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techproblemlog.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techproblemlog.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techproblemlog.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techproblemlog.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techproblemlog.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techproblemlog.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techproblemlog.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techproblemlog.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techproblemlog.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techproblemlog.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techproblemlog.wordpress.com&amp;blog=4379544&amp;post=18&amp;subd=techproblemlog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techproblemlog.wordpress.com/2008/08/01/find-product-key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4dde921887debd5431889c64c64e86b4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">techproblemlog</media:title>
		</media:content>
	</item>
		<item>
		<title>Retreive CS3 key after install</title>
		<link>http://techproblemlog.wordpress.com/2008/08/01/retreive-cs3-key-after-install/</link>
		<comments>http://techproblemlog.wordpress.com/2008/08/01/retreive-cs3-key-after-install/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 17:08:27 +0000</pubDate>
		<dc:creator>techproblemlog</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[product ID]]></category>

		<guid isPermaLink="false">http://techproblemlog.wordpress.com/?p=13</guid>
		<description><![CDATA[Simple answer: This is not possible. You must call Adobe. This was a huge pain when you have multiple computers running with different licenses and doing a company wide computer upgrade and not having the keys. CS3 activates with Adobe and then removes the key you entered from the computer. You must call Adobe to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techproblemlog.wordpress.com&amp;blog=4379544&amp;post=13&amp;subd=techproblemlog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Simple answer: This is not possible.  You must call Adobe.</p>
<p>This was a huge pain when you have multiple computers running with different licenses and doing a company wide computer upgrade and not having the keys.  CS3 activates with Adobe and then removes the key you entered from the computer.  You must call Adobe to get a new key.</p>
<p>To audit the software you must you a product ID.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/techproblemlog.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/techproblemlog.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techproblemlog.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techproblemlog.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techproblemlog.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techproblemlog.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techproblemlog.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techproblemlog.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techproblemlog.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techproblemlog.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techproblemlog.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techproblemlog.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techproblemlog.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techproblemlog.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techproblemlog.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techproblemlog.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techproblemlog.wordpress.com&amp;blog=4379544&amp;post=13&amp;subd=techproblemlog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techproblemlog.wordpress.com/2008/08/01/retreive-cs3-key-after-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4dde921887debd5431889c64c64e86b4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">techproblemlog</media:title>
		</media:content>
	</item>
		<item>
		<title>What is Asterisk?</title>
		<link>http://techproblemlog.wordpress.com/2008/08/01/what-is-asterisk/</link>
		<comments>http://techproblemlog.wordpress.com/2008/08/01/what-is-asterisk/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 13:23:11 +0000</pubDate>
		<dc:creator>techproblemlog</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[asterisk]]></category>
		<category><![CDATA[ata]]></category>
		<category><![CDATA[digium]]></category>
		<category><![CDATA[polycom]]></category>
		<category><![CDATA[pstn]]></category>
		<category><![CDATA[sangoma]]></category>
		<category><![CDATA[voip]]></category>

		<guid isPermaLink="false">http://techproblemlog.wordpress.com/?p=11</guid>
		<description><![CDATA[Asterisk is an open-source PBX.  It is made for Linux but has been ported to both Windows and Apple.   To put it simply it is a voice over IP phone system.  It connects to VOIP enabled phones and adapters, and connects them to the public telephone system.  The reason so many people use it and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techproblemlog.wordpress.com&amp;blog=4379544&amp;post=11&amp;subd=techproblemlog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Asterisk is an open-source PBX.  It is made for Linux but has been ported to both Windows and Apple.   To put it simply it is a voice over IP phone system.  It connects to VOIP enabled phones and adapters, and connects them to the public telephone system.  The reason so many people use it and love it is its features and cost.  The cost of an average phone system these days range from 1,000-10,000 before the cost of the phones themselves.   The Asterisk software is free and can run and a wide range of computers.  The feature list is huge and rivals all proprietary phone systems.  To top all this off it is fully customizable and any one can tear it apart to do what they want it to do.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/techproblemlog.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/techproblemlog.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techproblemlog.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techproblemlog.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techproblemlog.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techproblemlog.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techproblemlog.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techproblemlog.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techproblemlog.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techproblemlog.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techproblemlog.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techproblemlog.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techproblemlog.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techproblemlog.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techproblemlog.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techproblemlog.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techproblemlog.wordpress.com&amp;blog=4379544&amp;post=11&amp;subd=techproblemlog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techproblemlog.wordpress.com/2008/08/01/what-is-asterisk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4dde921887debd5431889c64c64e86b4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">techproblemlog</media:title>
		</media:content>
	</item>
		<item>
		<title>0x0000007b Installing Windows XP Dell</title>
		<link>http://techproblemlog.wordpress.com/2008/07/31/0x0000007b-installing-windows-xp-dell/</link>
		<comments>http://techproblemlog.wordpress.com/2008/07/31/0x0000007b-installing-windows-xp-dell/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 17:19:30 +0000</pubDate>
		<dc:creator>techproblemlog</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[0x0000007b]]></category>
		<category><![CDATA[blue screen]]></category>
		<category><![CDATA[dell]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[sata]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://techproblemlog.wordpress.com/?p=9</guid>
		<description><![CDATA[Downgrading from Windows Vista to Windows XP and getting the 0x0000007b blue screen on reinstall. You must set the SATA operation setting from AHCI to ATA in BIOS when installing Windows XP.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techproblemlog.wordpress.com&amp;blog=4379544&amp;post=9&amp;subd=techproblemlog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Downgrading from Windows Vista to Windows XP and getting the 0x0000007b blue screen on reinstall.</p>
<p>You must set the SATA operation setting from AHCI to ATA in BIOS when installing Windows XP.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/techproblemlog.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/techproblemlog.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techproblemlog.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techproblemlog.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techproblemlog.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techproblemlog.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techproblemlog.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techproblemlog.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techproblemlog.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techproblemlog.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techproblemlog.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techproblemlog.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techproblemlog.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techproblemlog.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techproblemlog.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techproblemlog.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techproblemlog.wordpress.com&amp;blog=4379544&amp;post=9&amp;subd=techproblemlog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techproblemlog.wordpress.com/2008/07/31/0x0000007b-installing-windows-xp-dell/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4dde921887debd5431889c64c64e86b4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">techproblemlog</media:title>
		</media:content>
	</item>
		<item>
		<title>cisvc.exe process slowing down computer</title>
		<link>http://techproblemlog.wordpress.com/2008/07/31/cisvcexe-process-slowing-down-computer/</link>
		<comments>http://techproblemlog.wordpress.com/2008/07/31/cisvcexe-process-slowing-down-computer/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 17:10:59 +0000</pubDate>
		<dc:creator>techproblemlog</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[2003 server]]></category>
		<category><![CDATA[cisvc.exe]]></category>
		<category><![CDATA[index service]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://techproblemlog.wordpress.com/?p=5</guid>
		<description><![CDATA[The cisvc.exe is a windows process that runs to manage memory usage of the windows indexing service. This process is known to have issues causing the processor to run at 50% or higher at all times. The windows indexing service stores all file information in a database to make searching and browsing files quicker. The [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techproblemlog.wordpress.com&amp;blog=4379544&amp;post=5&amp;subd=techproblemlog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The <strong>cisvc.exe</strong> is a windows process that runs to manage memory usage of the windows indexing service.  This process is known to have issues causing the processor to run at 50% or higher at all times.</p>
<p>The windows indexing service stores all file information in a database to make searching and browsing files quicker.</p>
<p>The quick and easy fix is to disable this service.</p>
<p><strong>1. Start-&gt;Control Panel-&gt;Administrative Tools-&gt;Services</strong></p>
<p><strong>2. Right Click on Indexing service-&gt;Properties</strong></p>
<p><strong>3. Change Startup Type to Disabled and Stop the service.</strong></p>
<p>I have not noticed any speed difference with the service disabled.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/techproblemlog.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/techproblemlog.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/techproblemlog.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/techproblemlog.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/techproblemlog.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/techproblemlog.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/techproblemlog.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/techproblemlog.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/techproblemlog.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/techproblemlog.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/techproblemlog.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/techproblemlog.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/techproblemlog.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/techproblemlog.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/techproblemlog.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/techproblemlog.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=techproblemlog.wordpress.com&amp;blog=4379544&amp;post=5&amp;subd=techproblemlog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://techproblemlog.wordpress.com/2008/07/31/cisvcexe-process-slowing-down-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4dde921887debd5431889c64c64e86b4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">techproblemlog</media:title>
		</media:content>
	</item>
	</channel>
</rss>
