<?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>A blog by Osama Dwairi &#187; troubleshooting</title>
	<atom:link href="http://dwairi.wordpress.com/category/troubleshooting/feed/" rel="self" type="application/rss+xml" />
	<link>http://dwairi.wordpress.com</link>
	<description>Thoughts and Ideas about Software Engineering and the rest</description>
	<lastBuildDate>Wed, 09 Sep 2009 08:04:34 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='dwairi.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/4d9f44aef83cafcaae06d96d55b9c945?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>A blog by Osama Dwairi &#187; troubleshooting</title>
		<link>http://dwairi.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dwairi.wordpress.com/osd.xml" title="A blog by Osama Dwairi" />
		<item>
		<title>open-flash-chart, IE and SSL</title>
		<link>http://dwairi.wordpress.com/2009/01/15/open-flash-chart-ie-and-ssl/</link>
		<comments>http://dwairi.wordpress.com/2009/01/15/open-flash-chart-ie-and-ssl/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 13:10:01 +0000</pubDate>
		<dc:creator>dwairi</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[code snippet]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[open flash chart]]></category>
		<category><![CDATA[response headers]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://dwairi.wordpress.com/?p=59</guid>
		<description><![CDATA[solving open flash chart 1.x issue on IE behind HTTPS<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dwairi.wordpress.com&blog=421552&post=59&subd=dwairi&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://dwairi.wordpress.com/2009/01/15/open-flash-chart-ie-and-ssl/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">dwairi</media:title>
		</media:content>
	</item>
		<item>
		<title>getting apt workig with Ubuntu</title>
		<link>http://dwairi.wordpress.com/2007/12/13/getting-apt-workig-with-ubuntu/</link>
		<comments>http://dwairi.wordpress.com/2007/12/13/getting-apt-workig-with-ubuntu/#comments</comments>
		<pubDate>Thu, 13 Dec 2007 15:09:31 +0000</pubDate>
		<dc:creator>dwairi</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[sources.list]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://dwairi.wordpress.com/2007/12/13/getting-apt-workig-with-ubuntu/</guid>
		<description><![CDATA[by the principal of knowledge sharing, I wish this would save someone&#8217;s time.
I installed ubuntu and tried installing some packages, then I got: please insert cdrom &#8230;. bla bla. while I want apt to look on the remote servers!
well, to solve the problem: go to /etc/apt/sources.list and comment the line talking about cdrom.
That is it!
 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dwairi.wordpress.com&blog=421552&post=25&subd=dwairi&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://dwairi.wordpress.com/2007/12/13/getting-apt-workig-with-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">dwairi</media:title>
		</media:content>
	</item>
		<item>
		<title>reset root password for Mysql on linux Box</title>
		<link>http://dwairi.wordpress.com/2007/11/26/reset-root-password-for-mysql-on-linux-box/</link>
		<comments>http://dwairi.wordpress.com/2007/11/26/reset-root-password-for-mysql-on-linux-box/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 13:37:56 +0000</pubDate>
		<dc:creator>dwairi</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[recover password]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[root password]]></category>

		<guid isPermaLink="false">http://dwairi.wordpress.com/2007/11/26/reset-root-password-for-mysql-on-linux-box/</guid>
		<description><![CDATA[If you missed your mysql root user password, then here are the steps to reset it:

stop mysql server
 service mysqld stop
make sure all mysql process are dead
 ps -A &#124; grep mysql
start mysqld in safe mode
 mysqld_safe &#8211;skip-grant-tables
open a new shell window and start mysqld
 service mysqld start
access mysql database
 mysql -u root mysql
reset password [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dwairi.wordpress.com&blog=421552&post=10&subd=dwairi&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://dwairi.wordpress.com/2007/11/26/reset-root-password-for-mysql-on-linux-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">dwairi</media:title>
		</media:content>
	</item>
	</channel>
</rss>