<?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>eBlog</title>
	<atom:link href="http://emresaglam.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://emresaglam.com/blog</link>
	<description>My Blog about my life and my thoughts...</description>
	<lastBuildDate>Fri, 06 Aug 2010 02:11:15 +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>Voting abroad and document distribution chaos.</title>
		<link>http://emresaglam.com/blog/941</link>
		<comments>http://emresaglam.com/blog/941#comments</comments>
		<pubDate>Wed, 04 Aug 2010 16:54:58 +0000</pubDate>
		<dc:creator>Emre</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[bitching]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[turkey]]></category>

		<guid isPermaLink="false">http://emresaglam.com/blog/?p=941</guid>
		<description><![CDATA[In Turkey we are approaching a referendum for a major constitutional change. I&#8217;m not going to write about what the change is and how it impacts citizens&#8217; lives, that&#8217;s my father&#8217;s job Instead I&#8217;m going to write about how voting abroad for Turkish ex-pats is handled. I&#8217;m only living abroad for ten years and I [...]]]></description>
			<content:encoded><![CDATA[<p>In Turkey we are approaching a referendum for a major constitutional change. I&#8217;m not going to write about what the change is and how it impacts citizens&#8217; lives, that&#8217;s my father&#8217;s job <img src='http://emresaglam.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Instead I&#8217;m going to write about how voting abroad for Turkish ex-pats is handled.</p>
<p>I&#8217;m only living abroad for ten years and I know before I left Turkey,  there was a concept of voting on the border (which includes consulates  and physical borders.) About ten years ago us, the Turkish ex-pats, were not allowed to vote anymore for any elections or referendums in Turkey. It looks like this is changing now for better I hope.</p>
<p>For the last few months emails are being forwarded between ex-pats, some major Turkish political, cultural organizations, web sites are spreading the word about this new right to be able to vote abroad. But the way this &#8220;spreading the word&#8221; is done in such a weird way that I am  feeling very uncomfortable to follow what is really going on.</p>
<p>So far I got 4 different emails pointing to 4 different web sites and none of them are official government web sites. When I go and read the content of the news about this, none of the articles are pointing to an official governmental word about voting abroad. Instead they unanimously talk about filling a form, and mailing it to your local consulate or the General Directorate of Civil Registration and Nationality of Turkey.</p>
<p>The distribution of that form is the main issue here. You are filling a National Form that requests every bits of your identity. Especially <strong>this form</strong> has to be distributed by only Turkish Government. How can I trust a form that I download from any site?</p>
<p>All the sites I mentioned above, host the form and link to their version of the form. One site hosts it in MS Word format as a .doc file, the other hosts it in <a href="http://www.amerikaliturk.com/images/oykullanma.pdf">Adobe Acrobat format as a .pdf file</a>. One site has a version with pretty graphics, the other one with straight text format&#8230; Come on!</p>
<p>(When I was trying to find different versions of the form on different web sites I realized one of those web sites was already hacked by a Turkish hacker group. Now can you trust this?)</p>
<p>I worked pretty much 4 years of my life trying to fix that type of issues with the Turkish government between 2000-2004, it looks like nobody learned anything on electronic government practices.</p>
<p>It&#8217;s time for Turkish government to create a central, secure repository for documents, and standardize all government related paperwork. Anything close to this is <a href="http://www.konsolosluk.gov.tr">e-Konsolosluk</a> web site (which was down when I was writing this entry) and that is only for consular services. How to do this is another topic which I will be writing in the near future.</p>
]]></content:encoded>
			<wfw:commentRss>http://emresaglam.com/blog/941/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lotus Notes 8.5 on Ubuntu 10.04</title>
		<link>http://emresaglam.com/blog/933</link>
		<comments>http://emresaglam.com/blog/933#comments</comments>
		<pubDate>Wed, 30 Jun 2010 15:22:16 +0000</pubDate>
		<dc:creator>Emre</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://emresaglam.com/blog/?p=933</guid>
		<description><![CDATA[If you need to run native Linux client for Lotus Notes 8.5 on Ubuntu 10.04: 1) After installing your ibm_lotus_notes*.deb files, drop the following files under /opt/ibm/lotus/notes libgdk-x11-2.0.so.0 libgtk-x11-2.0.so.0 libgdk_pixbuf_xlib-2.0.so.0 libgdk_pixbuf-2.0.so.0 You can get the files here. 2) Install msttcorefonts package: sudo apt-get install msttcorefonts 3) Go to File -&#62; Preferences and choose Windows and [...]]]></description>
			<content:encoded><![CDATA[<p>If you need to run native Linux client for Lotus Notes 8.5 on Ubuntu 10.04:</p>
<p>1) After installing your ibm_lotus_notes*.deb files, drop the following files under /opt/ibm/lotus/notes</p>
<p>libgdk-x11-2.0.so.0<br />
libgtk-x11-2.0.so.0<br />
libgdk_pixbuf_xlib-2.0.so.0<br />
libgdk_pixbuf-2.0.so.0</p>
<p>You can get the files <a href="http://www.freetechie.com/upload/lotus_notes/">here</a>.</p>
<p>2) Install msttcorefonts package: sudo apt-get install msttcorefonts</p>
<p>3) Go to File -&gt; Preferences and choose Windows and Themes on the left pane. For Theme, choose Operating System Theme. This way most of the fonts in the UI look much better.</p>
]]></content:encoded>
			<wfw:commentRss>http://emresaglam.com/blog/933/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Beast</title>
		<link>http://emresaglam.com/blog/931</link>
		<comments>http://emresaglam.com/blog/931#comments</comments>
		<pubDate>Fri, 04 Jun 2010 20:01:25 +0000</pubDate>
		<dc:creator>Emre's Flickr</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[photoblog]]></category>

		<guid isPermaLink="false">http://emresaglam.com/blog/931</guid>
		<description><![CDATA[The Beast, originally uploaded by Emre Saglam. Heavy HDR. Picture of the evil clown thingy in Seattle.]]></description>
			<content:encoded><![CDATA[<div style="text-align: left; padding: 3px;">
<a href="http://www.flickr.com/photos/linuxrules/4667515452/" title="photo sharing"><img src="http://farm2.static.flickr.com/1308/4667515452_6e8c76d61f.jpg" style="border: solid 2px #000000;" alt="" /></a><br />
<br />
<span style="font-size: 0.8em; margin-top: 0px;"><a href="http://www.flickr.com/photos/linuxrules/4667515452/">The Beast</a>, originally uploaded by <a href="http://www.flickr.com/people/linuxrules/">Emre Saglam</a>.</span>
</div>
<p>
Heavy HDR. Picture of the evil clown thingy in Seattle.</p>
]]></content:encoded>
			<wfw:commentRss>http://emresaglam.com/blog/931/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gnome and the glslideshow screensaver setup.</title>
		<link>http://emresaglam.com/blog/924</link>
		<comments>http://emresaglam.com/blog/924#comments</comments>
		<pubDate>Tue, 25 May 2010 20:23:00 +0000</pubDate>
		<dc:creator>Emre</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[bitching]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://emresaglam.com/blog/?p=924</guid>
		<description><![CDATA[First of all, setting up screensaver configurations in gnome is a total mess. I don&#8217;t know why they decided to release and use gnome-screensaver instead of using xscreensaver. And I don&#8217;t want to know either. My ubuntu setup is an archaic one. It&#8217;s an upgrade over an upgrade over an upgrade. I probably upgraded 4 [...]]]></description>
			<content:encoded><![CDATA[<p>First of all, setting up screensaver configurations in gnome is a total mess. I don&#8217;t know why they decided to release and use gnome-screensaver instead of using xscreensaver. And I don&#8217;t want to know either.</p>
<p>My ubuntu setup is an archaic one. It&#8217;s an upgrade over an upgrade over an upgrade. I probably upgraded 4 or 5 times. So my config files might be overwritten, wrongly upgraded, etc&#8230; But I was having this horrible issue of not being able to setup my glslideshow settings.</p>
<p>You can search this online. Mainly people are complaining about how to setup the directory from where glslideshow reads the images, also how to set it up so that it doesn&#8217;t idiotically show the same images 5 times over and over again. Well I&#8217;ll repeat these in this blog post and some more which are not covered.</p>
<h2><strong>Initial Setup:</strong></h2>
<p>First of all to setup the directory to read the images go to your home directory and create/edit file <em>.xscreensaver</em> like the one below:</p>
<blockquote><p>imageDirectory: /home/username/Pictures/Slideshow/or/wherever</p></blockquote>
<p>This sets up your screensavers that are using images, to use this directory instead of  <em>/usr/share/backgrounds </em>(the default directory). Some people on the internet tells you to symlink it to your directory, but I think this is a far better way of doing it.</p>
<p>If you read the glslideshow manual (RTFM), it tells you that by default glslideshow pans an image for 6 seconds (Ken Burns/Pan Scale effect) and displays it for 30 seconds. This means that the glslideshow will idiotically display the same image 5 times. (30/6=5)</p>
<p>In order to fix this issue, you will need to tell it to pan it <em>n</em> seconds and display it also <em>n</em> seconds. So the command should be:</p>
<blockquote><p>/usr/lib/xscreensaver/glslideshow -root -pan 6 -duration 6</p></blockquote>
<p>(-root means display on the root window which is the way screensavers work)</p>
<p>The configuration for this resides at: <em>/usr/share/applications/screensavers/glslideshow.desktop</em></p>
<p>Go ahead and edit that file as root and change the line that reads:</p>
<blockquote><p>Exec=/usr/lib/xscreensaver/glslideshow -root</p></blockquote>
<p>to</p>
<blockquote><p>Exec=/usr/lib/xscreensaver/glslideshow -root -pan 6 -duration 6</p></blockquote>
<p>Now you are ready to have a slideshow that displays with pan/scale each image for 6 seconds.</p>
<h2><strong>And it all doesn&#8217;t work&#8230;</strong></h2>
<p>This is where the shit hit the fan for me. No matter what I did, my glslideshow was still running as <em>/usr/lib/xscreensaver/glslideshow -root</em> (ps aux | grep glslideshow)</p>
<p>After a stubborn and painful few hours I discovered that these settings were being cached in a file called: <em>/usr/share/applications/desktop.en_US.utf8.cache</em> (This is WTF number one)</p>
<p>If you look at this file, it&#8217;s a 56 KB cache file of all the settings gnome is reading for all of it&#8217;s applications!! I guess it should have been setup to delete it on restart but for some reason it never got deleted&#8230;</p>
<p>After renaming this file (never delete them, always rename them <img src='http://emresaglam.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) the slideshow started to run as I wanted it to be.</p>
<p>WTF number two was that when I tried to add new images to my slideshow directory, glslideshow never picked them up. At the end of another painful search I found that the list of images are actually cached in a file called <em>.xscreensaver-getimage.cache</em> under <em>/home/username/tmp/</em> (username is your username). I got rid of that file&#8230;</p>
<p>So now, it looks like I have a slideshow screensaver which kind of works. And hopefully you too&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://emresaglam.com/blog/924/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fire jumping</title>
		<link>http://emresaglam.com/blog/922</link>
		<comments>http://emresaglam.com/blog/922#comments</comments>
		<pubDate>Fri, 21 May 2010 04:00:20 +0000</pubDate>
		<dc:creator>Emre's Flickr</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[photoblog]]></category>

		<guid isPermaLink="false">http://emresaglam.com/blog/922</guid>
		<description><![CDATA[Fire man, originally uploaded by Emre Saglam. This is a street performer jumping a fire rope while standing on a ball @ the Baltimore Harbor.]]></description>
			<content:encoded><![CDATA[<div style="text-align: left; padding: 3px;"><a title="photo sharing" href="http://www.flickr.com/photos/linuxrules/4614799345/"><img style="border: solid 2px #000000;" src="http://farm5.static.flickr.com/4017/4614799345_9d482ac438.jpg" alt="" /></a></p>
<p><span style="font-size: 0.8em; margin-top: 0px;"><a href="http://www.flickr.com/photos/linuxrules/4614799345/">Fire man</a>, originally uploaded by <a href="http://www.flickr.com/people/linuxrules/">Emre Saglam</a>.</span></div>
<p>This is a street performer jumping a fire rope while standing on a ball @ the Baltimore Harbor.</p>
]]></content:encoded>
			<wfw:commentRss>http://emresaglam.com/blog/922/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>White squirrel?</title>
		<link>http://emresaglam.com/blog/919</link>
		<comments>http://emresaglam.com/blog/919#comments</comments>
		<pubDate>Wed, 19 May 2010 15:22:54 +0000</pubDate>
		<dc:creator>Emre's Flickr</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[photoblog]]></category>

		<guid isPermaLink="false">http://emresaglam.com/blog/919</guid>
		<description><![CDATA[White squirrel?, originally uploaded by Emre Saglam.]]></description>
			<content:encoded><![CDATA[<div style="text-align: left; padding: 3px;">
<a href="http://www.flickr.com/photos/linuxrules/4615418054/" title="photo sharing"><img src="http://farm4.static.flickr.com/3389/4615418054_0c70625af0.jpg" style="border: solid 2px #000000;" alt="" /></a><br />
<br />
<span style="font-size: 0.8em; margin-top: 0px;"><a href="http://www.flickr.com/photos/linuxrules/4615418054/">White squirrel?</a>, originally uploaded by <a href="http://www.flickr.com/people/linuxrules/">Emre Saglam</a>.</span>
</div></p>
]]></content:encoded>
			<wfw:commentRss>http://emresaglam.com/blog/919/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Printing envelope on a Canon MP620</title>
		<link>http://emresaglam.com/blog/915</link>
		<comments>http://emresaglam.com/blog/915#comments</comments>
		<pubDate>Tue, 09 Mar 2010 14:53:38 +0000</pubDate>
		<dc:creator>Emre</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://emresaglam.com/blog/?p=915</guid>
		<description><![CDATA[I successfully printed my first envelope on my Canon MP620. I used Open Office and this wiki article from openoffice.org. Al I needed to do extra is to choose the orientation icon like this. The rest was just to feed the envelope from the manual feeder Easy and recommended!]]></description>
			<content:encoded><![CDATA[<p>I successfully printed my first envelope on my Canon MP620. I used Open Office and <a href="http://wiki.services.openoffice.org/wiki/Documentation/FAQ/Writer/Printing/How_to_print_an_envelope_with_OpenOffice.org">this wiki article from openoffice.org</a>. Al I needed to do extra is to choose the orientation icon like <a href="http://emresaglam.com/blog/wp-content/uploads/2010/03/Screen-shot-2010-03-09-at-9.50.15-AM.png">this</a>.</p>
<p>The rest was just to feed the envelope from the manual feeder <img src='http://emresaglam.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Easy and recommended!</p>
]]></content:encoded>
			<wfw:commentRss>http://emresaglam.com/blog/915/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nokia n900 new firmware is out.</title>
		<link>http://emresaglam.com/blog/911</link>
		<comments>http://emresaglam.com/blog/911#comments</comments>
		<pubDate>Tue, 16 Feb 2010 17:14:24 +0000</pubDate>
		<dc:creator>Emre</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[n900]]></category>

		<guid isPermaLink="false">http://emresaglam.com/blog/911</guid>
		<description><![CDATA[Nokia released a 16 MB minor release for the n900. The firmware version is: 3.2010.02-8 I had some issues with the update. I basically ran out of rootfs disk space. The update application complains as: Not enough space in location. For me disabling all the extra repositories and running apt-get clean; apt-get autoremove did the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" title="new firmware" src="http://imgur.com/COq69l.jpg" alt="" width="558" height="335" /></p>
<p>Nokia released a 16 MB minor release for the n900. The firmware version is: 3.2010.02-8</p>
<p>I had some issues with the update. I basically ran out of rootfs disk space. The update application complains as: Not enough  space in location. For me disabling all the extra repositories and running apt-get clean; apt-get autoremove did the trick.</p>
<p>This looks like a bugfix update, and might be paving the road for the PR1.2 release. Still official changelog is a mystery. For more info check <a href="http://talk.maemo.org/showthread.php?t=44650">this thread</a> on talk.maemo.org.</p>
<p>Also the update takes another ~3 MB on your rootfs. <img src='http://emresaglam.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://emresaglam.com/blog/911/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Better news on the n900 battery</title>
		<link>http://emresaglam.com/blog/906</link>
		<comments>http://emresaglam.com/blog/906#comments</comments>
		<pubDate>Mon, 25 Jan 2010 19:44:47 +0000</pubDate>
		<dc:creator>Emre</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[bitching]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[n900]]></category>

		<guid isPermaLink="false">http://emresaglam.com/blog/?p=906</guid>
		<description><![CDATA[I am starting to believe that my battery issues were 2-3 isolated incidents. Lately the phone is staying a full 13-15 hours without any issues with moderate usage: 3g/wifi browsing, media player + FM transmitter and the rest. One thing I did is to remove the RSS applet and empty the RSS feeds. I almost [...]]]></description>
			<content:encoded><![CDATA[<p>I am starting to believe that my <a href="http://emresaglam.com/blog/901">battery issues</a> were 2-3 isolated incidents. Lately the phone is staying a full 13-15 hours without any issues with moderate usage: 3g/wifi browsing, media player + FM transmitter and the rest.</p>
<p>One thing I did is to remove the RSS applet and empty the RSS feeds. I almost never use them anyway. The other one is to shutdown the phone, remove the battery, hold the power button for 10-12 seconds, put the battery back and start the phone. I don&#8217;t know if any of those had an effect on the battery life.</p>
<p>I also contacted the Nokia support, since I still believe that there is an issue with my phone battery. They will send me a new battery. I will have a chance to compare the new one and the old one.</p>
<p>I had a chance to chart a &#8220;normal&#8221; usage and the deep sleep mode for the phone looks like working pretty good. I&#8217;m hesitant about posting more charts to my blog, but I&#8217;ll do it anyway to be fair to the previous post. Here are the charts.</p>
<p><a href="http://i.imgur.com/9Icb7.png"><img class="aligncenter" title="Charge" src="http://i.imgur.com/9Icb7.png" alt="Charge" width="897" height="163" /></a></p>
<p><a href="http://i.imgur.com/oo287.png"><img class="aligncenter" title="Percentage graph" src="http://i.imgur.com/oo287.png" alt="Percentage graph" width="897" height="163" /></a></p>
<p>As you can see: the system load is way better:<br />
<a href="http://i.imgur.com/OP51n.png"><img class="aligncenter" title="System load" src="http://i.imgur.com/OP51n.png" alt="System load" width="881" height="163" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://emresaglam.com/blog/906/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>More about battery life on my n900</title>
		<link>http://emresaglam.com/blog/901</link>
		<comments>http://emresaglam.com/blog/901#comments</comments>
		<pubDate>Thu, 21 Jan 2010 22:43:45 +0000</pubDate>
		<dc:creator>Emre</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[n900]]></category>

		<guid isPermaLink="false">http://emresaglam.com/blog/?p=901</guid>
		<description><![CDATA[This battery life situation is kinda pissing me off. I wrote a script to get charge, battery %, and cpu load. Made it run every 10 mins to collect the data. I unplugged the phone at 9:40 am. No 3g, no wireless, very few interaction. About 10-20 mins phone conversation. And at 15:30 the battery [...]]]></description>
			<content:encoded><![CDATA[<p>This battery life situation is kinda pissing me off. <img src='http://emresaglam.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>I wrote a script to get charge, battery %, and cpu load. Made it run every 10 mins to collect the data. I unplugged the phone at 9:40 am. No 3g, no wireless, very few interaction. About 10-20 mins phone conversation. And at 15:30 the battery was completely drained. It gives me 6 hours of battery life under normal conditions.</p>
<p>The handset runs very warm. I found a temp sensor in the /sys folder but I don&#8217;t know if it&#8217;s telling me the truth since it&#8217;s constantly at 38﻿° C. I contacted the Nokia support, I hope they can provide me something. Maybe I have a defect battery.</p>
<p>Here are the charts since I love them&#8230; <img src='http://emresaglam.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://emresaglam.com/blog/wp-content/uploads/2010/01/charge.png"><img class="aligncenter size-full wp-image-899" title="Discharge graphic" src="http://emresaglam.com/blog/wp-content/uploads/2010/01/charge.png" alt="Discharge graphic" width="897" height="163" /></a><a href="http://emresaglam.com/blog/wp-content/uploads/2010/01/load.png"></a></p>
<p><a href="http://emresaglam.com/blog/wp-content/uploads/2010/01/perc.png"><img class="aligncenter size-full wp-image-898" title="Battery %" src="http://emresaglam.com/blog/wp-content/uploads/2010/01/perc.png" alt="Battery %" width="897" height="163" /></a></p>
<p><a href="http://emresaglam.com/blog/wp-content/uploads/2010/01/load.png"><img class="aligncenter size-full wp-image-900" title="System Load" src="http://emresaglam.com/blog/wp-content/uploads/2010/01/load.png" alt="System Load" width="881" height="163" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://emresaglam.com/blog/901/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
