<?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>1 and 0</title>
	<atom:link href="http://birvesifir.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://birvesifir.com</link>
	<description>BirveSifir.com: Systems, Websites, Applications.</description>
	<lastBuildDate>Sun, 19 Feb 2012 18:39:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='birvesifir.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/042bafeeb4b21bca58b86a63c1d821b4?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>1 and 0</title>
		<link>http://birvesifir.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://birvesifir.com/osd.xml" title="1 and 0" />
	<atom:link rel='hub' href='http://birvesifir.com/?pushpress=hub'/>
		<item>
		<title>What is iperf, jperf and xjperf? How can you use them to test network performance?</title>
		<link>http://birvesifir.com/2012/02/16/what-is-iperf-jperf-and-xjperf-how-can-you-use-them-to-test-network-performance/</link>
		<comments>http://birvesifir.com/2012/02/16/what-is-iperf-jperf-and-xjperf-how-can-you-use-them-to-test-network-performance/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 23:29:17 +0000</pubDate>
		<dc:creator>1ve0</dc:creator>
				<category><![CDATA[x Other Posts]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[iperf]]></category>
		<category><![CDATA[iperf on linux]]></category>
		<category><![CDATA[jperf]]></category>
		<category><![CDATA[network test]]></category>
		<category><![CDATA[performance test]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[TCP]]></category>
		<category><![CDATA[UDP]]></category>
		<category><![CDATA[xjperf]]></category>

		<guid isPermaLink="false">http://birvesifir.com/?p=362</guid>
		<description><![CDATA[Iperf is a very helpful tool written in C++ to measure network bandwidth and quality. It can be used to analyze both TCP and UDP traffic. Jperf or Xjperf (both of them are the same thing. Don&#8217;t confuse about the difference) equip Iperf with graphical interface. If you don&#8217;t like to spend your time by command line, use [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=birvesifir.com&amp;blog=25460007&amp;post=362&amp;subd=1ve0&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Iperf</strong> is a very helpful tool written in C++ to measure network bandwidth and quality. It can be used to analyze both TCP and UDP traffic.</p>
<p><strong>Jperf</strong> or <strong>Xjperf</strong> (both of them are the same thing. Don&#8217;t confuse about the difference) equip<strong> Iperf with graphical interface</strong>. If you don&#8217;t like to spend your time by command line, use Jperf.</p>
<p>I am going to give you some information about Iperf and Jperf. First of all, the project links of these tools are here:</p>
<ul>
<li>Iperf: <a href="http://sourceforge.net/projects/iperf/">http://sourceforge.net/projects/iperf/</a></li>
<li>Jperf: <a href="http://sourceforge.net/projects/jperf/">http://sourceforge.net/projects/jperf/</a></li>
</ul>
<div><span id="more-362"></span></div>
<h3><strong>Quick Iperf Example:</strong></h3>
<p>Iperf is an &#8220;<strong>exe</strong>&#8221; file (I am talking about Windows of course. If you are wonder about Iperf on Linux, see last section of this article). Download this exe file by <a href="https://nocweboldcst.ucf.edu/files/iperf.exe">here</a> or <a href="http://linhost.info/downloads/apps/iperf.exe">here</a>. Open a command prompt (Start &gt; Run &gt; cmd). Go to folder which exe file is in.</p>
<div id="attachment_369" class="wp-caption aligncenter" style="width: 687px"><img class="size-full wp-image-369" title="iperf1" src="http://1ve0.files.wordpress.com/2012/02/iperf11.png?w=700" alt="We are beginning to study Iperf"   /><p class="wp-caption-text">We are beginning to study Iperf</p></div>
<p>It can be used as server or client. I mean the same exe file can be server or client.</p>
<ul>
<li>To use Iperf as server, use:
<pre>iperf -s</pre>
</li>
<li>To use Iperf as client, use:
<pre>iperf -c IPaddress</pre>
</li>
</ul>
<div id="attachment_370" class="wp-caption aligncenter" style="width: 688px"><img class="size-full wp-image-370" title="iperf-server1" src="http://1ve0.files.wordpress.com/2012/02/iperf-server1.png?w=700" alt="Iperf as a server"   /><p class="wp-caption-text">Iperf as server</p></div>
<div id="attachment_371" class="wp-caption aligncenter" style="width: 687px"><img class="size-full wp-image-371" title="iperf2" src="http://1ve0.files.wordpress.com/2012/02/iperf2.png?w=700" alt="Iperf as a client"   /><p class="wp-caption-text">Iperf as client</p></div>
<p>As you see above, average bandwidth is <strong>13.0 Mbits/sec</strong> in this example. To find out that, Iperf has sent <strong>15.5 MBytes</strong> in <strong>10 seconds</strong>.</p>
<h3><strong>We are going deep in Iperf:</strong></h3>
<p>Indeed, Iperf is not easy as It seems. There are almost <strong>30 commands</strong> for Iperf. To see all commands, use this command:</p>
<pre style="padding-left:30px;">iperf --help</pre>
<div id="attachment_372" class="wp-caption aligncenter" style="width: 558px"><img class=" wp-image-372  " title="iperf3" src="http://1ve0.files.wordpress.com/2012/02/iperf3.png?w=548&#038;h=462" alt="Iperf commands" width="548" height="462" /><p class="wp-caption-text">Iperf commands</p></div>
<p>In this case, we want to test our download and upload speed for <strong>TCP</strong> by specific windows size, interval and time.</p>
<p><span style="text-decoration:underline;"><strong>Testing download speed:</strong></span></p>
<p>Here is the environment:</p>
<ul>
<li><strong>Computer1 </strong>(main computer in the office that we want to test download/upload speed in)</li>
<li><strong>Laptop2</strong> (remote computer in another office)</li>
<li>Windows size: <strong>384 KB</strong></li>
<li>Interval: <strong>1 second</strong></li>
<li>Time: <strong>20 seconds</strong></li>
</ul>
<p>The key point is<strong> client sends packets to server </strong>(Client generates network traffic). So:</p>
<ul>
<li>If you want to see <strong>download speed for <strong>Computer1</strong></strong>, you should configure it as <strong>Iperf server</strong>. Thus Computer2 sends packets to Computer1. Computer1 <strong>receives/downloads</strong> these packets.</li>
<li>If you want to see<strong> upload speed for Computer1</strong>, you should configure it as <strong>Iperf client</strong>. Thus Computer1 sends packets to Computer2. It means Computer1 <strong>uploads</strong> these packets.</li>
</ul>
<div id="attachment_373" class="wp-caption aligncenter" style="width: 475px"><img class="size-full wp-image-373" title="iperf-download" src="http://1ve0.files.wordpress.com/2012/02/iperf-download.png?w=700" alt="Testing download speed for Computer1"   /><p class="wp-caption-text">Testing download speed for Computer1</p></div>
<p>Write these commands for the test:</p>
<ul>
<li>On Computer 1:
<pre>iperf -s</pre>
</li>
<li>On Computer 2:
<pre>iperf -c <em>IPaddress</em> -i 1 -t 20 -w384K</pre>
</li>
</ul>
<p>Do not forget to write your IP address instead of <em>IPaddress</em>!</p>
<p>After that, command lines are going to be like that:</p>
<div id="attachment_374" class="wp-caption aligncenter" style="width: 688px"><img class="size-full wp-image-374" title="iperf3" src="http://1ve0.files.wordpress.com/2012/02/iperf31.png?w=700" alt="After TCP download test for Computer 1"   /><p class="wp-caption-text">After TCP download test for Computer 1. This screenshot is from Iperf client (Computer 2)</p></div>
<div id="attachment_375" class="wp-caption aligncenter" style="width: 687px"><img class="size-full wp-image-375" title="iperf4" src="http://1ve0.files.wordpress.com/2012/02/iperf4.png?w=700" alt="After TCP download test for Computer 1. This screenshot is from Iperf server (Computer 1)"   /><p class="wp-caption-text">After TCP download test for Computer 1. This screenshot is from Iperf server (Computer 1)</p></div>
<p>As you see, totally <strong>29.2 MB</strong> has been sent in <strong>10 seconds</strong>. Average speed is <strong>24.3 Mbits/sec</strong>.</p>
<p><span style="text-decoration:underline;"><strong>Testing upload speed:</strong></span></p>
<p>The environment is going to be the same with &#8220;testing download speed&#8221; section but iperf server and client computers should change.</p>
<div id="attachment_376" class="wp-caption aligncenter" style="width: 461px"><img class="size-full wp-image-376" title="iperf-upload" src="http://1ve0.files.wordpress.com/2012/02/iperf-upload.png?w=700" alt="Testing upload speed for Computer1"   /><p class="wp-caption-text">Testing upload speed for Computer1</p></div>
<p>Write these commands for the test:</p>
<ul>
<li>On Computer 1:
<pre>iperf -c IPaddress -i 1 -t 20 -w384K</pre>
</li>
<li>On Computer 2:
<pre>iperf -s</pre>
</li>
</ul>
<p>Do not forget to write your IP address instead of <em>IPaddress</em>!</p>
<p>After that, command lines are going to be like that:</p>
<div id="attachment_377" class="wp-caption aligncenter" style="width: 688px"><img class="aligncenter size-full wp-image-379" title="iperf8" src="http://1ve0.files.wordpress.com/2012/02/iperf8.png?w=700" alt=""   /><p class="wp-caption-text">After TCP upload test for Computer 1. This screenshot is from Iperf server (Computer 2)</p></div>
<div id="attachment_378" class="wp-caption aligncenter" style="width: 687px"><img class="size-full wp-image-378" title="iperf7" src="http://1ve0.files.wordpress.com/2012/02/iperf7.png?w=700" alt="After TCP upload test for Computer 1. This screenshot is from Iperf client (Computer 1)"   /><p class="wp-caption-text">After TCP upload test for Computer 1. This screenshot is from Iperf client (Computer 1)</p></div>
<p>As you see, totally <strong>12.6 MB</strong> has been sent in <strong>10 seconds</strong>. Average speed is <strong>10.4 Mbits/sec</strong>.</p>
<h3><strong>UDP Test:</strong></h3>
<p>You need to &#8220;-u&#8221; parameter for UDP test. You can see <strong>jitter</strong> (delay correlation) and <strong>data gram</strong>. Here is a quick example.</p>
<div id="attachment_380" class="wp-caption aligncenter" style="width: 687px"><img class="size-full wp-image-380" title="iperf9" src="http://1ve0.files.wordpress.com/2012/02/iperf9.png?w=700" alt="UDP test result of Iperf client"   /><p class="wp-caption-text">UDP test result of Iperf client</p></div>
<div id="attachment_381" class="wp-caption aligncenter" style="width: 688px"><img class="size-full wp-image-381" title="iperf10" src="http://1ve0.files.wordpress.com/2012/02/iperf10.png?w=700" alt="UDP test result of Iperf server"   /><p class="wp-caption-text">UDP test result of Iperf server</p></div>
<h3><strong>Iperf on Linux:</strong></h3>
<p>To install Iperf on Linux, use these commands:</p>
<pre style="padding-left:30px;">wget http://78.40.227.80/~depo/iperf-2.0.5.tar.gz
tar xvfz iperf-2.0.5.tar.gz
cd iperf-2.0.5
./configure
make
&amp;&amp; make install</pre>
<p>Commands are the same as commands on Iperf Windows version. Just be aware of default windows packet size (It is <strong>85.3 KB</strong>).</p>
<div id="attachment_382" class="wp-caption aligncenter" style="width: 496px"><img class="size-full wp-image-382" title="iperf11" src="http://1ve0.files.wordpress.com/2012/02/iperf111.png?w=700" alt="Iperf on Linux"   /><p class="wp-caption-text">Iperf on Linux</p></div>
<h3><strong>Jperf:</strong></h3>
<p>Jperf installation is as easy as regular program installation on Windows. Just you need to <strong>JDK</strong> or <strong>JRE</strong> first of all.</p>
<ul>
<li>Download Jperf for Windows by <a href="http://www.softpedia.com/dyn-postdownload.php?p=154326&amp;t=4&amp;i=1">here</a>. Extract it.</li>
<li>Download JRE or JDK by <a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">here</a>.</li>
<li>Click to &#8220;<strong>jperf.bat</strong>&#8221; in Jperf folder.</li>
</ul>
<div>
<div id="attachment_383" class="wp-caption aligncenter" style="width: 430px"><img class=" wp-image-383 " title="jperf" src="http://1ve0.files.wordpress.com/2012/02/jperf.png?w=420&#038;h=286" alt="Jperf UI" width="420" height="286" /><p class="wp-caption-text">Jperf UI</p></div>
</div>
<h3><strong>Notes:</strong></h3>
<ul>
<li>Use &#8220;<strong>-P</strong>&#8221; parameter for paralel test.</li>
<li>If you want to save Iperf output, add this command at the end of line: &#8220;&gt; c:\output.txt&#8221;. For example:</li>
</ul>
<pre style="padding-left:30px;">iperf -c IPaddress -i 1 -t 20 -w384K &gt; c:\output.txt</pre>
<p><span style="color:#ffffff;">.</span></p>
<h3><strong>Enjoy!</strong></h3>
<p>If you have any question, send a comment guys. I am working hard with Iperf nowadays.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/1ve0.wordpress.com/362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/1ve0.wordpress.com/362/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/1ve0.wordpress.com/362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/1ve0.wordpress.com/362/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/1ve0.wordpress.com/362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/1ve0.wordpress.com/362/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/1ve0.wordpress.com/362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/1ve0.wordpress.com/362/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/1ve0.wordpress.com/362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/1ve0.wordpress.com/362/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/1ve0.wordpress.com/362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/1ve0.wordpress.com/362/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/1ve0.wordpress.com/362/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/1ve0.wordpress.com/362/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=birvesifir.com&amp;blog=25460007&amp;post=362&amp;subd=1ve0&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://birvesifir.com/2012/02/16/what-is-iperf-jperf-and-xjperf-how-can-you-use-them-to-test-network-performance/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c943586a7d6000ae53fa17507ef60171?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">1ve0</media:title>
		</media:content>

		<media:content url="http://1ve0.files.wordpress.com/2012/02/iperf11.png" medium="image">
			<media:title type="html">iperf1</media:title>
		</media:content>

		<media:content url="http://1ve0.files.wordpress.com/2012/02/iperf-server1.png" medium="image">
			<media:title type="html">iperf-server1</media:title>
		</media:content>

		<media:content url="http://1ve0.files.wordpress.com/2012/02/iperf2.png" medium="image">
			<media:title type="html">iperf2</media:title>
		</media:content>

		<media:content url="http://1ve0.files.wordpress.com/2012/02/iperf3.png" medium="image">
			<media:title type="html">iperf3</media:title>
		</media:content>

		<media:content url="http://1ve0.files.wordpress.com/2012/02/iperf-download.png" medium="image">
			<media:title type="html">iperf-download</media:title>
		</media:content>

		<media:content url="http://1ve0.files.wordpress.com/2012/02/iperf31.png" medium="image">
			<media:title type="html">iperf3</media:title>
		</media:content>

		<media:content url="http://1ve0.files.wordpress.com/2012/02/iperf4.png" medium="image">
			<media:title type="html">iperf4</media:title>
		</media:content>

		<media:content url="http://1ve0.files.wordpress.com/2012/02/iperf-upload.png" medium="image">
			<media:title type="html">iperf-upload</media:title>
		</media:content>

		<media:content url="http://1ve0.files.wordpress.com/2012/02/iperf8.png" medium="image">
			<media:title type="html">iperf8</media:title>
		</media:content>

		<media:content url="http://1ve0.files.wordpress.com/2012/02/iperf7.png" medium="image">
			<media:title type="html">iperf7</media:title>
		</media:content>

		<media:content url="http://1ve0.files.wordpress.com/2012/02/iperf9.png" medium="image">
			<media:title type="html">iperf9</media:title>
		</media:content>

		<media:content url="http://1ve0.files.wordpress.com/2012/02/iperf10.png" medium="image">
			<media:title type="html">iperf10</media:title>
		</media:content>

		<media:content url="http://1ve0.files.wordpress.com/2012/02/iperf111.png" medium="image">
			<media:title type="html">iperf11</media:title>
		</media:content>

		<media:content url="http://1ve0.files.wordpress.com/2012/02/jperf.png" medium="image">
			<media:title type="html">jperf</media:title>
		</media:content>
	</item>
		<item>
		<title>Which FTP client is better: FileZilla, CuteFTP or TotalCommander?</title>
		<link>http://birvesifir.com/2012/02/15/which-ftp-client-is-better-for-uploading-files-filezilla-cuteftp-or-totalcommander/</link>
		<comments>http://birvesifir.com/2012/02/15/which-ftp-client-is-better-for-uploading-files-filezilla-cuteftp-or-totalcommander/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 05:27:03 +0000</pubDate>
		<dc:creator>1ve0</dc:creator>
				<category><![CDATA[x Other Posts]]></category>
		<category><![CDATA[CuteFTP]]></category>
		<category><![CDATA[download speed]]></category>
		<category><![CDATA[FileZilla]]></category>
		<category><![CDATA[FTP clients]]></category>
		<category><![CDATA[Total Commander]]></category>
		<category><![CDATA[upload speed]]></category>

		<guid isPermaLink="false">http://birvesifir.com/?p=354</guid>
		<description><![CDATA[Most people think that FTP speed depends on server and network speed. How about FTP client? Which FTP client should you prefer If you need high speed? I tested three FTP clients: FileZilla 3.5.3 CuteFTP 8.3.2 Total Commander 7.55 Here is test environment: Operating system: Windows 7 Ultimate FTP Server speed: 30 Mbps (download), 140 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=birvesifir.com&amp;blog=25460007&amp;post=354&amp;subd=1ve0&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Most people think that FTP speed depends on server and network speed. How about <strong>FTP client</strong>? Which FTP client should you prefer If you need high speed?</p>
<div id="attachment_357" class="wp-caption aligncenter" style="width: 294px"><img class="size-full wp-image-357" title="Untitled - 3" src="http://1ve0.files.wordpress.com/2012/02/untitled-3.png?w=700" alt="Which one is the best?"   /><p class="wp-caption-text">Which one is the best?</p></div>
<p>I tested three FTP clients:</p>
<ul>
<li>FileZilla 3.5.3</li>
<li>CuteFTP 8.3.2</li>
<li>Total Commander 7.55</li>
</ul>
<p>Here is test environment:</p>
<ul>
<li><strong>Operating system:</strong> Windows 7 Ultimate</li>
<li><strong>FTP Server speed:</strong> 30 Mbps (download), 140 Mbps (upload)</li>
<li><strong>Network speed:</strong>  32 Mbps (download), 2 Mbps (upload)</li>
</ul>
<p>I have tried download/upload three times and calculated average. All clients have had the same conditions. The results:</p>
<div id="attachment_356" class="wp-caption aligncenter" style="width: 478px"><img class="size-full wp-image-356" title="ftp-test" src="http://1ve0.files.wordpress.com/2012/02/ftp-test1.png?w=700" alt="FTP clients comparison"   /><p class="wp-caption-text">FTP clients comparison</p></div>
<h6>* I used multi-part download and normal upload on CuteFTP. I used default settings on FileZilla and Total Commander.<br />
* Passive mode was used for both download and upload (<a href="http://slacksite.com/other/ftp.html">Find out more</a>).</h6>
<p><span style="color:#ffffff;">.</span></p>
<p>As a result:</p>
<ul>
<li>Don&#8217;t use <strong>Total Commander</strong>! Upload speed of Total Commander is terrible!</li>
<li>If you like open source programs choose <strong>FileZilla</strong>.</li>
<li>If you like programs that have user-friendly interface, choose <strong>CuteFTP</strong>.</li>
</ul>
<p>By the way, my favorite is <strong>CuteFTP</strong>!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/1ve0.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/1ve0.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/1ve0.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/1ve0.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/1ve0.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/1ve0.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/1ve0.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/1ve0.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/1ve0.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/1ve0.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/1ve0.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/1ve0.wordpress.com/354/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/1ve0.wordpress.com/354/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/1ve0.wordpress.com/354/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=birvesifir.com&amp;blog=25460007&amp;post=354&amp;subd=1ve0&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://birvesifir.com/2012/02/15/which-ftp-client-is-better-for-uploading-files-filezilla-cuteftp-or-totalcommander/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c943586a7d6000ae53fa17507ef60171?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">1ve0</media:title>
		</media:content>

		<media:content url="http://1ve0.files.wordpress.com/2012/02/untitled-3.png" medium="image">
			<media:title type="html">Untitled - 3</media:title>
		</media:content>

		<media:content url="http://1ve0.files.wordpress.com/2012/02/ftp-test1.png" medium="image">
			<media:title type="html">ftp-test</media:title>
		</media:content>
	</item>
		<item>
		<title>How Google earned USD 37.9 Billion in 2011?</title>
		<link>http://birvesifir.com/2012/02/01/how-google-earned-usd-37-9-billion-in-2011/</link>
		<comments>http://birvesifir.com/2012/02/01/how-google-earned-usd-37-9-billion-in-2011/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 01:16:50 +0000</pubDate>
		<dc:creator>1ve0</dc:creator>
				<category><![CDATA[x Other Posts]]></category>
		<category><![CDATA[Adwords]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Google advertisements]]></category>
		<category><![CDATA[revenue of google]]></category>

		<guid isPermaLink="false">http://birvesifir.com/?p=340</guid>
		<description><![CDATA[USD 37.9 Billion in a year! The most interesting thing is %96 of the revenue comes from Adwords. That&#8217;s why we see advertisements on whole Googles services like Gmail, Search, Documents etc. Check this out:<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=birvesifir.com&amp;blog=25460007&amp;post=340&amp;subd=1ve0&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>USD 37.9 Billion</strong> in a year! The most interesting thing is <strong>%96</strong> of the revenue comes from <strong>Adwords</strong>. That&#8217;s why we see advertisements on whole Googles services like Gmail, Search, Documents etc.</p>
<p>Check this out:</p>
<div id="attachment_341" class="wp-caption aligncenter" style="width: 570px"><a href="http://1ve0.files.wordpress.com/2012/02/google-earnings.png"><img class=" wp-image-341 " title="google-earnings" src="http://1ve0.files.wordpress.com/2012/02/google-earnings.png?w=560&#038;h=1637" alt="Google Revenue Infographic" width="560" height="1637" /></a><p class="wp-caption-text">Google Revenue Infographic</p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/1ve0.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/1ve0.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/1ve0.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/1ve0.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/1ve0.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/1ve0.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/1ve0.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/1ve0.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/1ve0.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/1ve0.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/1ve0.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/1ve0.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/1ve0.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/1ve0.wordpress.com/340/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=birvesifir.com&amp;blog=25460007&amp;post=340&amp;subd=1ve0&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://birvesifir.com/2012/02/01/how-google-earned-usd-37-9-billion-in-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c943586a7d6000ae53fa17507ef60171?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">1ve0</media:title>
		</media:content>

		<media:content url="http://1ve0.files.wordpress.com/2012/02/google-earnings.png" medium="image">
			<media:title type="html">google-earnings</media:title>
		</media:content>
	</item>
		<item>
		<title>Excel Macro which copies one column to another by matching specific unique column</title>
		<link>http://birvesifir.com/2012/01/24/excel-macro-which-copies-one-column-to-another-by-matching-specific-unique-column/</link>
		<comments>http://birvesifir.com/2012/01/24/excel-macro-which-copies-one-column-to-another-by-matching-specific-unique-column/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 00:37:52 +0000</pubDate>
		<dc:creator>1ve0</dc:creator>
				<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Office 2007 and 2010]]></category>
		<category><![CDATA[cells]]></category>
		<category><![CDATA[copy cells]]></category>
		<category><![CDATA[excel macro]]></category>
		<category><![CDATA[matching]]></category>
		<category><![CDATA[rows count]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://birvesifir.com/?p=319</guid>
		<description><![CDATA[This is a simple Excel Macro which copy one column to another by comparing specific unique column. There two sheets: Sheet1 and Sheet2. We copy column 2 and 3 at Sheet2 to column 2 and 3 at Sheet1 by matching column 1 at both. There might be persentage data. You should use NumberFormat parameter in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=birvesifir.com&amp;blog=25460007&amp;post=319&amp;subd=1ve0&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is a simple <strong>Excel Macro</strong> which copy one column to another by comparing specific unique column. There two sheets: <strong>Sheet1</strong> and <strong>Sheet2</strong>. We copy column 2 and 3 at <strong>Sheet2</strong> to column 2 and 3 at <strong>Sheet1</strong> by matching column 1 at both.</p>
<p>There might be persentage data. You should use <em><strong>NumberFormat</strong></em> parameter in that situation.</p>
<blockquote>
<pre><strong>Sub CopyCells()</strong>
<span style="color:#999999;">'*** Defining variables ***'</span>
 Dim Value1, Value2
 Dim RowsCount1, RowsCount2
<span style="color:#999999;">'*** Find out rows count ***'</span>
 RowsCount1 = Worksheets("Sheet1").Range("A1").CurrentRegion.Rows.Count
 RowsCount2= Worksheets("Sheet2").Range("A1").CurrentRegion.Rows.Count
<span style="color:#999999;">'*** Copying data ***'</span>
 <strong>For C1 = 2 To RowsCount2</strong>
<span style="color:#ffffff;">..</span>Set Value1 = Worksheets("Sheet2").Cells(C1, 1)
<span style="color:#ffffff;">..</span><strong>For C2 = 3 To RowsCount1</strong>
 <span style="color:#ffffff;">....</span>Set Value2 = Worksheets("Sheet1").Cells(C2, 1)
 <span style="color:#ffffff;">....</span><strong>If Value1 = Value2 Then</strong>
 <span style="color:#ffffff;">......</span>Worksheets("Sheet1").Cells(C2, 2) = Worksheets("Sheet2").Cells(C1, 2)
 <span style="color:#ffffff;">......</span>Worksheets("Sheet1").Cells(C2, 2).NumberFormat = "0.00%"
 <span style="color:#ffffff;">......</span>Worksheets("Sheet1").Cells(C2, 3) = Worksheets("Sheet2").Cells(C1, 3)
 <span style="color:#ffffff;">......</span>Worksheets("Sheet1").Cells(C2, 3).NumberFormat = ""
 <span style="color:#ffffff;">....</span><strong>End If</strong>
 <span style="color:#ffffff;">..</span><strong>Next C2</strong>
 <strong>Next C1</strong>
<strong>End Sub</strong></pre>
</blockquote>
<p><span style="color:#ffffff;">.<br />
</span>C1 and C2 mean Counter1 and Counter2.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/1ve0.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/1ve0.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/1ve0.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/1ve0.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/1ve0.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/1ve0.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/1ve0.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/1ve0.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/1ve0.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/1ve0.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/1ve0.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/1ve0.wordpress.com/319/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/1ve0.wordpress.com/319/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/1ve0.wordpress.com/319/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=birvesifir.com&amp;blog=25460007&amp;post=319&amp;subd=1ve0&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://birvesifir.com/2012/01/24/excel-macro-which-copies-one-column-to-another-by-matching-specific-unique-column/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c943586a7d6000ae53fa17507ef60171?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">1ve0</media:title>
		</media:content>
	</item>
		<item>
		<title>How to synchronize Google Calendar and Outlook?</title>
		<link>http://birvesifir.com/2012/01/24/how-to-synchronize-google-calendar-and-outlook/</link>
		<comments>http://birvesifir.com/2012/01/24/how-to-synchronize-google-calendar-and-outlook/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 23:27:25 +0000</pubDate>
		<dc:creator>1ve0</dc:creator>
				<category><![CDATA[x Other Posts]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Office 2007 and 2010]]></category>
		<category><![CDATA[calendar sync]]></category>
		<category><![CDATA[google apps. gmail]]></category>
		<category><![CDATA[mail sync]]></category>
		<category><![CDATA[microsoft outlook]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[migration tool]]></category>
		<category><![CDATA[outlook sync]]></category>
		<category><![CDATA[sync tool]]></category>

		<guid isPermaLink="false">http://birvesifir.com/?p=313</guid>
		<description><![CDATA[If you want to sync Google Calendar and Outlook, Google Calendar Sync tool is all you need. There are 2-way and 1-way synchronizing alternatives. Try it: http://dl.google.com/dl/googlecalendarsync/googlecalendarsync_installer.exe If you have Google Apps for Business (I mean you pay for the service), you can use an excellent tool that name is Google Apps Sync for Outlook. It [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=birvesifir.com&amp;blog=25460007&amp;post=313&amp;subd=1ve0&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you want to sync Google Calendar and Outlook,<strong> Google Calendar Sync</strong> tool is all you need. There are 2-way and 1-way synchronizing alternatives. Try it:</p>
<p><a href="http://dl.google.com/dl/googlecalendarsync/googlecalendarsync_installer.exe">http://dl.google.com/dl/googlecalendarsync/googlecalendarsync_installer.exe</a></p>
<div id="attachment_317" class="wp-caption aligncenter" style="width: 408px"><a href="http://1ve0.files.wordpress.com/2012/01/googlecalendarsync1.png"><img class=" wp-image-317 " title="GoogleCalendarSync" src="http://1ve0.files.wordpress.com/2012/01/googlecalendarsync1.png?w=398&#038;h=421" alt="" width="398" height="421" /></a><p class="wp-caption-text">Google Calendar Sync tool</p></div>
<p>If you have <strong>Google Apps for Business</strong> (I mean you pay for the service), you can use an excellent tool that name is <strong>Google Apps Sync for Outlook</strong>. It provides mail, calendar, contact, free/busy data syncronization capability.</p>
<p><a href="http://www.google.com/apps/intl/en/business/outlook_sync.html">http://www.google.com/apps/intl/en/business/outlook_sync.html</a></p>
<p>Lastly, if you bored of Outlook (How can it be possible?) and want to move whole data to Google Apps, Migration Tool is for you:</p>
<p><a href="http://tools.google.com/dlpage/outlookmigration">http://tools.google.com/dlpage/outlookmigration</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/1ve0.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/1ve0.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/1ve0.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/1ve0.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/1ve0.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/1ve0.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/1ve0.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/1ve0.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/1ve0.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/1ve0.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/1ve0.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/1ve0.wordpress.com/313/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/1ve0.wordpress.com/313/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/1ve0.wordpress.com/313/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=birvesifir.com&amp;blog=25460007&amp;post=313&amp;subd=1ve0&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://birvesifir.com/2012/01/24/how-to-synchronize-google-calendar-and-outlook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c943586a7d6000ae53fa17507ef60171?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">1ve0</media:title>
		</media:content>

		<media:content url="http://1ve0.files.wordpress.com/2012/01/googlecalendarsync1.png" medium="image">
			<media:title type="html">GoogleCalendarSync</media:title>
		</media:content>
	</item>
		<item>
		<title>What do &#8220;Domain Name Status Codes&#8221; mean?</title>
		<link>http://birvesifir.com/2012/01/22/what-do-domain-name-status-codes-mean/</link>
		<comments>http://birvesifir.com/2012/01/22/what-do-domain-name-status-codes-mean/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 23:31:50 +0000</pubDate>
		<dc:creator>1ve0</dc:creator>
				<category><![CDATA[x Other Posts]]></category>
		<category><![CDATA[Domain names]]></category>
		<category><![CDATA[domain registrar]]></category>
		<category><![CDATA[domain registry]]></category>
		<category><![CDATA[domain status]]></category>
		<category><![CDATA[expire]]></category>
		<category><![CDATA[pendingDelete]]></category>
		<category><![CDATA[pendingRestore]]></category>
		<category><![CDATA[redemtionPeriod]]></category>
		<category><![CDATA[registrar]]></category>
		<category><![CDATA[registrar lock]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[restoration request]]></category>

		<guid isPermaLink="false">http://1ve0.wordpress.com/?p=306</guid>
		<description><![CDATA[You might have diffuculty understanding domain name status codes because there are quite a lot of codes. Look at the list and figure. ACTIVE: A domain can only be modified by the domain registrar. REGISTRY-LOCK: The domain can not be modified or deleted by the registrar. The registry must remove the REGISTRY-LOCK status for the registrar to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=birvesifir.com&amp;blog=25460007&amp;post=306&amp;subd=1ve0&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You might have diffuculty understanding domain name status codes because there are quite a lot of codes. Look at the list and figure.</p>
<ul>
<li><strong>ACTIVE:</strong> A domain can only be modified by the domain registrar.</li>
<li><strong>REGISTRY-LOCK:</strong> The domain can not be modified or deleted by the registrar. The registry must remove the REGISTRY-LOCK status for the registrar to modify the domain.</li>
<li><strong>REGISTRAR-LOCK:</strong> The domain can not be modified or deleted. The registrar must remove REGISTRAR-LOCK status to modify the domain.</li>
<li><strong>REGISTRY-HOLD:</strong> The domain can not be modified or deleted by the registrar. The registry must remove the REGISTRY-HOLD status for the registrar to modify the domain.</li>
<li><strong>REGISTRAR-HOLD:</strong> The domain can not be modified or deleted. The registrar must remove REGISTRAR-HOLD status to modify the domain.</li>
<li><strong>REDEMPTIONPERIOD:</strong> The registry sets this status when a registrar requests that the domain name be deleted from the registry and the domain has been registered for more than 5 calendar days (if the delete request is received within 5 days of initial domain registration it will instead be deleted immediately). The domain will not be included in the zone. The domain can not be modified or purged; it can only be restored. Any other registrar requests to modify or otherwise update the domain will be rejected. The domain will be held in this status for <strong>a maximum of 30 calendar days</strong>.</li>
<li><strong>PENDINGRESTORE:</strong> The registry sets this status after a registrar requests restoration of a domain that is in REDEMPTIONPERIOD status. The domain will be included in the zone. Registrar requests to modify or otherwise update the domain will be rejected. The domain will be held in this status while the registry waits for the registrar to provide required restoration documentation. If the registrar fails to provide documentation to the registry within <strong>7 calendar days</strong> to confirm the restoration request, the domain will revert to REDEMPTIONPERIOD status. The domain status will be set to ACTIVE only if the registrar provides documentation to the registry within 7 calendar days to confirm the restoration request.</li>
<li><strong>PENDINGDELETE:</strong> The registry sets this status after a domain has been set in REDEMPTIONPERIOD status and the domain has not been restored by the registrar. The domain will not be included in the zone. Once in this status all registrar requests to modify or otherwise update the domain will be rejected. The domain will be purged from the registry database after being in this status for<strong> 5 calendar days</strong>.</li>
</ul>
<div id="attachment_307" class="wp-caption aligncenter" style="width: 458px"><a href="http://1ve0.files.wordpress.com/2012/01/pd-cycle.png"><img class=" wp-image-307  " title="pd-cycle" src="http://1ve0.files.wordpress.com/2012/01/pd-cycle.png?w=448&#038;h=305" alt="How domain names expire?" width="448" height="305" /></a><p class="wp-caption-text">How domain names expire?</p></div>
<p>The source: <a href="http://www.registercompass.com/wiki/domains/pendingdelete.aspx">http://www.registercompass.com/wiki/domains/pendingdelete.aspx</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/1ve0.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/1ve0.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/1ve0.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/1ve0.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/1ve0.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/1ve0.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/1ve0.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/1ve0.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/1ve0.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/1ve0.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/1ve0.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/1ve0.wordpress.com/306/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/1ve0.wordpress.com/306/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/1ve0.wordpress.com/306/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=birvesifir.com&amp;blog=25460007&amp;post=306&amp;subd=1ve0&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://birvesifir.com/2012/01/22/what-do-domain-name-status-codes-mean/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c943586a7d6000ae53fa17507ef60171?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">1ve0</media:title>
		</media:content>

		<media:content url="http://1ve0.files.wordpress.com/2012/01/pd-cycle.png" medium="image">
			<media:title type="html">pd-cycle</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing Android applications to SD card directly</title>
		<link>http://birvesifir.com/2012/01/19/installing-android-applications-to-sd-card-directly/</link>
		<comments>http://birvesifir.com/2012/01/19/installing-android-applications-to-sd-card-directly/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 02:28:20 +0000</pubDate>
		<dc:creator>1ve0</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Android Market]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[external memory]]></category>
		<category><![CDATA[HTC Sync]]></category>
		<category><![CDATA[HTC WildFire]]></category>
		<category><![CDATA[insall]]></category>
		<category><![CDATA[internal memory]]></category>
		<category><![CDATA[USB Debugging]]></category>

		<guid isPermaLink="false">http://birvesifir.com/?p=297</guid>
		<description><![CDATA[If you have an Android phone, You see that every applications that you download from Adroid Market install Internal Memory automatically. If your Internal Memory is small, this situation is very big problem for you. Probably you look for a solution to install applications External Memory (SD Card) directly. There are a lot of applications [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=birvesifir.com&amp;blog=25460007&amp;post=297&amp;subd=1ve0&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you have an <strong>Android</strong> phone, You see that every applications that you download from <strong>Adroid Market</strong> install <strong>Internal Memory</strong> automatically. If your Internal Memory is small, this situation is very big problem for you. Probably you look for a solution to install applications <strong>External Memory (SD Card)</strong> directly.</p>
<p>There are a lot of applications that claim to fix this issue. I have tried almost 10 applications but none of them succeed. Then, I found another way to do that. Here is:</p>
<ol>
<li>Download &amp; Install <a href="http://developer.android.com/sdk/index.html">Android SDK</a>.</li>
<li>Open <strong>Commant Prompt</strong> (Start &gt; Run &gt; cmd).</li>
<li>Go to this folder: &#8220;C:\Program Files (x86)\Android\android-sdk\platform-tools&#8221;.<br />
<img class="aligncenter  wp-image-298" title="adb1" src="http://1ve0.files.wordpress.com/2012/01/adb1.png?w=542&#038;h=72" alt="" width="542" height="72" /></li>
<li>Connect your cellphone to the computer via USB.</li>
<li>Install your cellphone application like <a href="http://www.htc.com/www/help/">HTC Sync</a> for HTC cellphones.</li>
<li>Activate &#8220;<strong>USB debugging</strong>&#8221; on the phone (Menu -&gt; Settings -&gt; Applications -&gt; Development -&gt; Check USB Debugging)<br />
<img class="aligncenter  wp-image-299" title="htc" src="http://1ve0.files.wordpress.com/2012/01/htc.png?w=224&#038;h=185" alt="" width="224" height="185" /></li>
<li>Go back to Command Prompt. Try this command: &#8220;<strong>adb devices</strong>&#8220;. You will see attached cellhphones.</li>
<li>Then run this command: &#8220;<strong>adb shell pm setInstallLocation 2</strong>&#8220;.<br />
<img class="aligncenter  wp-image-300" title="adb2" src="http://1ve0.files.wordpress.com/2012/01/adb2.png?w=542&#038;h=168" alt="" width="542" height="168" /></li>
<li>That&#8217;s all. After that time, your applications will be installing your external memory.</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/1ve0.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/1ve0.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/1ve0.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/1ve0.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/1ve0.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/1ve0.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/1ve0.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/1ve0.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/1ve0.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/1ve0.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/1ve0.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/1ve0.wordpress.com/297/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/1ve0.wordpress.com/297/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/1ve0.wordpress.com/297/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=birvesifir.com&amp;blog=25460007&amp;post=297&amp;subd=1ve0&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://birvesifir.com/2012/01/19/installing-android-applications-to-sd-card-directly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c943586a7d6000ae53fa17507ef60171?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">1ve0</media:title>
		</media:content>

		<media:content url="http://1ve0.files.wordpress.com/2012/01/adb1.png" medium="image">
			<media:title type="html">adb1</media:title>
		</media:content>

		<media:content url="http://1ve0.files.wordpress.com/2012/01/htc.png" medium="image">
			<media:title type="html">htc</media:title>
		</media:content>

		<media:content url="http://1ve0.files.wordpress.com/2012/01/adb2.png" medium="image">
			<media:title type="html">adb2</media:title>
		</media:content>
	</item>
		<item>
		<title>How can you connect to TEMS Investigation 13.1 using HTC smartphone?</title>
		<link>http://birvesifir.com/2012/01/17/how-can-you-connect-to-tems-investigation-13-1-using-htc-smartphone/</link>
		<comments>http://birvesifir.com/2012/01/17/how-can-you-connect-to-tems-investigation-13-1-using-htc-smartphone/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 12:07:07 +0000</pubDate>
		<dc:creator>1ve0</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[TEMS Investigation]]></category>
		<category><![CDATA[drive test]]></category>
		<category><![CDATA[HTC Vivid]]></category>
		<category><![CDATA[LTE test]]></category>
		<category><![CDATA[WCDMA test]]></category>

		<guid isPermaLink="false">http://birvesifir.com/?p=279</guid>
		<description><![CDATA[To collect WCMDA or LTE signal logs you could use a scanner or data cards. There is another way to do that: using smartphone. It is easy and feature-filled. Firstly, we have these tools for this work: TEMS Investigation 13.1 on Windows 7 HTC Vivid (PH39100) USB cable I will tell you how you can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=birvesifir.com&amp;blog=25460007&amp;post=279&amp;subd=1ve0&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To collect <strong>WCMDA</strong> or <strong>LTE</strong> signal logs you could use a scanner or data cards. There is another way to do that: <strong>using smartphone</strong>. It is easy and feature-filled.</p>
<p>Firstly, we have these tools for this work:</p>
<ul>
<li>TEMS Investigation 13.1 on Windows 7</li>
<li>HTC Vivid (PH39100)</li>
<li>USB cable</li>
</ul>
<p>I will tell you how you can do that step by step. <strong>Please read whole article before practising that.</strong></p>
<p>Here we go:</p>
<ol>
<li>Plug in USB cable to the computer and HTC.</li>
<li>On HTC, open &#8220;<strong>HTC SSD Test</strong>&#8220;. You must enable these features on HTC:
<ul>
<li>Control Diag Port</li>
<li>Control Modem</li>
<li>Control RmNet
<div class="mceTemp mceIEcenter">
<div id="attachment_288" class="wp-caption aligncenter" style="width: 235px"><img class="size-full wp-image-288" title="HTC SSD Test Tool" src="http://1ve0.files.wordpress.com/2012/01/htc-ssd-test-tool1.png?w=700" alt="HTC SSD Test Tool"   /><p class="wp-caption-text">HTC SSD Test Tool</p></div>
</div>
</li>
</ul>
</li>
<li>Open &#8220;<strong>Device Manager</strong>&#8220;. Did you see these HTC drivers? If you did, continue with <strong>Step 3</strong>. If you didn&#8217;t, try unplug/plug, restart, reinstall drivers etc. It is a regular driver installation problem (If your manufacturer gives you special drivers, don&#8217;t forget to use them). I suggest that a program for this work: <a href="http://www.nirsoft.net/utils/usb_devices_view.html">USBDeview</a>. You can easily install/uninstall your USB devices with using that program.
<ul>
<li>HTC USB Modem</li>
<li>HTC Ethernet Adapter &#8211; 9k #2</li>
<li>HTC Diagnostic Interface &#8211; 9K (COMx)</li>
<li>HTC Diagnostic Interface (COMy)
<p><div id="attachment_282" class="wp-caption aligncenter" style="width: 299px"><img class="size-full wp-image-282" title="device-manager-htc" src="http://1ve0.files.wordpress.com/2012/01/device-manager-htc.jpg?w=700" alt="Device Manager after HTC driver installation"   /><p class="wp-caption-text">Device Manager after HTC driver installation</p></div></li>
</ul>
</li>
<li>Open &#8220;<strong>TEMS Investigation 13.1</strong>&#8220;. Create a new workspace or open a previous workspace.</li>
<li>Probably It will not recognize HTC automatically. If It happens, don&#8217;t worry. You can still do that. Just you need to create a manual configuration. Click to lovely little &#8220;<strong>Start Manual UE Config</strong>&#8221; button. Then create a manual configuration as It has been shown below. You should choose device type and ports settings carefully. Read your device&#8217;s documentation for that.
<p><div id="attachment_291" class="wp-caption aligncenter" style="width: 618px"><img class="size-full wp-image-291" title="tems-manual-configuration" src="http://1ve0.files.wordpress.com/2012/01/tems-manual-configuration.png?w=700" alt="Manual Configuration on TEMS"   /><p class="wp-caption-text">Manual Configuration on TEMS</p></div></li>
<li>Restart TEMS Investigation and HTC. Unplug and plug in USB cable.</li>
<li><strong>Finally</strong>, open TEMS Investigation while HTC connected to the computer via USB. Here we are:
<div id="attachment_284" class="wp-caption aligncenter" style="width: 230px"><img class="size-full wp-image-284 " title="HTC on TEMS" src="http://1ve0.files.wordpress.com/2012/01/htc-on-tems.jpg?w=700" alt="HTC on TEMS"   /><p class="wp-caption-text">HTC on TEMS</p></div>
<p>Enjoy!</li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/1ve0.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/1ve0.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/1ve0.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/1ve0.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/1ve0.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/1ve0.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/1ve0.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/1ve0.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/1ve0.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/1ve0.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/1ve0.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/1ve0.wordpress.com/279/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/1ve0.wordpress.com/279/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/1ve0.wordpress.com/279/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=birvesifir.com&amp;blog=25460007&amp;post=279&amp;subd=1ve0&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://birvesifir.com/2012/01/17/how-can-you-connect-to-tems-investigation-13-1-using-htc-smartphone/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c943586a7d6000ae53fa17507ef60171?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">1ve0</media:title>
		</media:content>

		<media:content url="http://1ve0.files.wordpress.com/2012/01/htc-ssd-test-tool1.png" medium="image">
			<media:title type="html">HTC SSD Test Tool</media:title>
		</media:content>

		<media:content url="http://1ve0.files.wordpress.com/2012/01/device-manager-htc.jpg" medium="image">
			<media:title type="html">device-manager-htc</media:title>
		</media:content>

		<media:content url="http://1ve0.files.wordpress.com/2012/01/tems-manual-configuration.png" medium="image">
			<media:title type="html">tems-manual-configuration</media:title>
		</media:content>

		<media:content url="http://1ve0.files.wordpress.com/2012/01/htc-on-tems.jpg" medium="image">
			<media:title type="html">HTC on TEMS</media:title>
		</media:content>
	</item>
		<item>
		<title>Formatting Windows on the computer which has two harddisks</title>
		<link>http://birvesifir.com/2012/01/13/formatting-windows-on-the-computer-which-have-two-harddisks/</link>
		<comments>http://birvesifir.com/2012/01/13/formatting-windows-on-the-computer-which-have-two-harddisks/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 00:39:05 +0000</pubDate>
		<dc:creator>1ve0</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[format problem]]></category>
		<category><![CDATA[new system partition]]></category>
		<category><![CDATA[SSD]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[Windows format]]></category>

		<guid isPermaLink="false">http://birvesifir.com/?p=274</guid>
		<description><![CDATA[Formatting Windows is generally easy because most computers have only one harddisk. If you try to format on the computer  which has two harddisks, you might experience an error like this: Setup was unable to create a new system partition or locate an existing system partition. See the Setup log files for more information. To [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=birvesifir.com&amp;blog=25460007&amp;post=274&amp;subd=1ve0&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Formatting Windows is generally easy because most computers have only one harddisk. If you try to format on the computer  which has two harddisks, you might experience an error like this:</p>
<blockquote><p>Setup was unable to create a new system partition or locate an existing system partition. See the Setup log files for more information.</p></blockquote>
<p>To manage this problem, <strong>you should unplug one of your harddisks</strong>. Probably one of your harddisks is <strong>SSD</strong>. You should unplug that. After you install Windows, you can plug in it again.</p>
<p><img class="aligncenter size-full wp-image-275" title="IMAG0175" src="http://1ve0.files.wordpress.com/2012/01/imag0175.jpg?w=700" alt=""   /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/1ve0.wordpress.com/274/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/1ve0.wordpress.com/274/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/1ve0.wordpress.com/274/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/1ve0.wordpress.com/274/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/1ve0.wordpress.com/274/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/1ve0.wordpress.com/274/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/1ve0.wordpress.com/274/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/1ve0.wordpress.com/274/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/1ve0.wordpress.com/274/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/1ve0.wordpress.com/274/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/1ve0.wordpress.com/274/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/1ve0.wordpress.com/274/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/1ve0.wordpress.com/274/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/1ve0.wordpress.com/274/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=birvesifir.com&amp;blog=25460007&amp;post=274&amp;subd=1ve0&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://birvesifir.com/2012/01/13/formatting-windows-on-the-computer-which-have-two-harddisks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c943586a7d6000ae53fa17507ef60171?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">1ve0</media:title>
		</media:content>

		<media:content url="http://1ve0.files.wordpress.com/2012/01/imag0175.jpg" medium="image">
			<media:title type="html">IMAG0175</media:title>
		</media:content>
	</item>
		<item>
		<title>Understanding offline files</title>
		<link>http://birvesifir.com/2011/12/13/understanding-offline-files/</link>
		<comments>http://birvesifir.com/2011/12/13/understanding-offline-files/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 06:47:12 +0000</pubDate>
		<dc:creator>1ve0</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Home Premium]]></category>
		<category><![CDATA[Network Share]]></category>
		<category><![CDATA[Offline Files]]></category>
		<category><![CDATA[windows 7]]></category>
		<category><![CDATA[Windows Professional]]></category>
		<category><![CDATA[Windows Ultimate]]></category>

		<guid isPermaLink="false">http://birvesifir.com/?p=269</guid>
		<description><![CDATA[If you would like to use files where are at network share, you should be connected to access these files. If you aren&#8217;t connected/online, you cannot access your files. Actually, You couldn&#8217;t&#8230; Now, you can! Using offline files gives you ability to connect your files at network share when you are offline. To activate this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=birvesifir.com&amp;blog=25460007&amp;post=269&amp;subd=1ve0&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you would like to use files where are at<strong> network share</strong>, you should be connected to access these files. If you aren&#8217;t connected/online, you cannot access your files. Actually, You couldn&#8217;t&#8230; Now, you can!</p>
<p>Using<strong> offline files</strong> gives you ability to connect your files at network share <strong>when you are offline</strong>. To activate this feature in Windows 7, right-click the file or folder, and then click &#8220;<strong>Always Available Online</strong>&#8220;. That&#8217;s all!</p>
<p><img class="aligncenter size-full wp-image-270" title="3c66f7b9-95de-4e0e-98e0-fdbc15dc00dd_16" src="http://1ve0.files.wordpress.com/2011/12/3c66f7b9-95de-4e0e-98e0-fdbc15dc00dd_16.png?w=700" alt=""   /></p>
<p>By the way, you cannot use that feature in Windows 7 Starter or Home Premium. <strong>You need to Professional or Ultimate</strong>. To see Windows versions comparison table, click <a href="http://windows.microsoft.com/en-US/windows7/products/compare">here</a>.</p>
<p><a href="http://windows.microsoft.com/en-US/windows7/Working-with-network-files-when-you-are-offline">More information about offline files. </a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/1ve0.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/1ve0.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/1ve0.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/1ve0.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/1ve0.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/1ve0.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/1ve0.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/1ve0.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/1ve0.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/1ve0.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/1ve0.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/1ve0.wordpress.com/269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/1ve0.wordpress.com/269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/1ve0.wordpress.com/269/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=birvesifir.com&amp;blog=25460007&amp;post=269&amp;subd=1ve0&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://birvesifir.com/2011/12/13/understanding-offline-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c943586a7d6000ae53fa17507ef60171?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">1ve0</media:title>
		</media:content>

		<media:content url="http://1ve0.files.wordpress.com/2011/12/3c66f7b9-95de-4e0e-98e0-fdbc15dc00dd_16.png" medium="image">
			<media:title type="html">3c66f7b9-95de-4e0e-98e0-fdbc15dc00dd_16</media:title>
		</media:content>
	</item>
	</channel>
</rss>
