<?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>Deisz Tech Blog</title>
	<atom:link href="http://bill.deisz.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://bill.deisz.com</link>
	<description>just another blog</description>
	<lastBuildDate>Tue, 21 Jun 2011 19:05:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>How to null logs in Linux</title>
		<link>http://bill.deisz.com/index.php/2011/06/how-to-null-logs-in-linux/</link>
		<comments>http://bill.deisz.com/index.php/2011/06/how-to-null-logs-in-linux/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 18:59:56 +0000</pubDate>
		<dc:creator>bdeisz</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Redhat]]></category>

		<guid isPermaLink="false">http://bill.deisz.com/?p=118</guid>
		<description><![CDATA[To null out log  /var/tmp/mond.log Run:  cp /dev/null /var/tmp/mond.log All the content of the log file will be removed &#160; If log is in use.. you can do this: Send a SIGSTOP signal to the process which you want to pause/stop, copy the log files to target directory and finally issue a SIGCONT signal to [...]]]></description>
		<wfw:commentRss>http://bill.deisz.com/index.php/2011/06/how-to-null-logs-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress is the greatest blog software!</title>
		<link>http://bill.deisz.com/index.php/2011/04/wordpress-is-the-greatest-blog-software/</link>
		<comments>http://bill.deisz.com/index.php/2011/04/wordpress-is-the-greatest-blog-software/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 04:01:23 +0000</pubDate>
		<dc:creator>bdeisz</dc:creator>
				<category><![CDATA[Windows 2003]]></category>
		<category><![CDATA[WorkPress]]></category>

		<guid isPermaLink="false">http://bill.deisz.com/?p=109</guid>
		<description><![CDATA[I have about 14 wordpress sites, I&#8217;ve really enjoyed working with the application. The admin side of the site makes it so easy to create a one of a kind website easy, and no issue to update. The newer updates in wordpress have included an &#8220;auto update&#8221; making the upgrades a breeze. So I did the first no &#8211; no [...]]]></description>
		<wfw:commentRss>http://bill.deisz.com/index.php/2011/04/wordpress-is-the-greatest-blog-software/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to sync Outlook with Google so you see it on you Android Phone</title>
		<link>http://bill.deisz.com/index.php/2010/11/how-to-sync-outlook-with-google-so-you-see-it-on-you-android-phone/</link>
		<comments>http://bill.deisz.com/index.php/2010/11/how-to-sync-outlook-with-google-so-you-see-it-on-you-android-phone/#comments</comments>
		<pubDate>Tue, 30 Nov 2010 22:06:22 +0000</pubDate>
		<dc:creator>bdeisz</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://bill.deisz.com/wp/?p=103</guid>
		<description><![CDATA[My new Android phone syncs with google no problem (I&#8217;m sure since google owns android)!! The issue I ran into is that my old Iphone had a desktop sync that updated my outlook contact/calandar to my phone.. but I want something that will sync my outlook &#8211; google so my phone stays up-to-date! Solution:   http://www.sync2.com/ [...]]]></description>
		<wfw:commentRss>http://bill.deisz.com/index.php/2010/11/how-to-sync-outlook-with-google-so-you-see-it-on-you-android-phone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Request timeout due to the high load or the size of the requests</title>
		<link>http://bill.deisz.com/index.php/2010/07/request-timeout-due-to-the-high-load-or-the-size-of-the-requests/</link>
		<comments>http://bill.deisz.com/index.php/2010/07/request-timeout-due-to-the-high-load-or-the-size-of-the-requests/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 16:32:42 +0000</pubDate>
		<dc:creator>bdeisz</dc:creator>
				<category><![CDATA[Content Engine (CE)]]></category>
		<category><![CDATA[WebSphere]]></category>

		<guid isPermaLink="false">http://bill.deisz.com/wp/?p=100</guid>
		<description><![CDATA[IBM Technote# 1403094: Cause : unable to to respond within the default ORB request timeout due to the high load or the size of the requests. Resolution: Increase the value of ORB timeout on WebSphere admin console &#62;&#62; Servers &#62; Application servers &#62; server_name &#62; Container services &#62; ORB service &#62;&#62; set &#8220;Request Timeout&#8221; parameter [...]]]></description>
		<wfw:commentRss>http://bill.deisz.com/index.php/2010/07/request-timeout-due-to-the-high-load-or-the-size-of-the-requests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to kill my WebSphere JVM</title>
		<link>http://bill.deisz.com/index.php/2010/05/how-to-kill-my-websphere-jvm/</link>
		<comments>http://bill.deisz.com/index.php/2010/05/how-to-kill-my-websphere-jvm/#comments</comments>
		<pubDate>Wed, 26 May 2010 16:26:55 +0000</pubDate>
		<dc:creator>bdeisz</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[WebSphere]]></category>

		<guid isPermaLink="false">http://bill.deisz.com/wp/?p=97</guid>
		<description><![CDATA[It seems to happen often enough that I had to note this If your in WebSphere counsole and stop your JVM but it doesn&#8217;t go down, or it partially goes down.. Open a command line on the server If the JVM is called: server1 run this:  ps -ef&#124;grep server1 Then find the processID and run:  [...]]]></description>
		<wfw:commentRss>http://bill.deisz.com/index.php/2010/05/how-to-kill-my-websphere-jvm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

