<?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>Aklıma gelmişken &#187; bilgisayar bilimi</title>
	<atom:link href="http://2kilobyte.org/category/hrkt/bil/feed/" rel="self" type="application/rss+xml" />
	<link>http://2kilobyte.org</link>
	<description>yazmakta fayda var...</description>
	<lastBuildDate>Thu, 15 Mar 2012 13:41:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Visual C# da form üzerindeki bir kontrolün resminin alınması</title>
		<link>http://2kilobyte.org/2011/12/visual-c-da-form-uzerindeki-bir-kontrolun-resminin-alinmasi/</link>
		<comments>http://2kilobyte.org/2011/12/visual-c-da-form-uzerindeki-bir-kontrolun-resminin-alinmasi/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 11:01:51 +0000</pubDate>
		<dc:creator>2kilobyte.org</dc:creator>
				<category><![CDATA[bilgisayar bilimi]]></category>
		<category><![CDATA[alanın]]></category>
		<category><![CDATA[belirli bir bölgenin]]></category>
		<category><![CDATA[bileşenin]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[capture]]></category>
		<category><![CDATA[formda]]></category>
		<category><![CDATA[kaydetme]]></category>
		<category><![CDATA[resmini alma]]></category>
		<category><![CDATA[screenshot]]></category>
		<category><![CDATA[üzerinde]]></category>
		<category><![CDATA[visual .net]]></category>

		<guid isPermaLink="false">http://2kilobyte.org/?p=1656</guid>
		<description><![CDATA[Bu kodu kolay kolay bulamazsınız internette. Hatta ben bulamadım Form üzerindeki bir bileşenin (kontrolün) örneğin bir buttonun, yada textboxun vs&#8230; o anki resmini (print screen) çekip bir dosyaya kaydediyor bu kod. İnternette bulabileceğiniz kodlarda pixeller kayıyor. Ama bu kod çalışıyor. Bitmap bmpScreenshot = new Bitmap(waveformGraph1.Width, waveformGraph1.Height, PixelFormat.Format32bppArgb); waveformGraph1.DrawToBitmap(bmpScreenshot, waveformGraph1.ClientRectangle); SaveFileDialog saveImageDialog = new SaveFileDialog(); saveImageDialog.Title [...]]]></description>
			<content:encoded><![CDATA[<p>Bu kodu kolay kolay bulamazsınız internette. Hatta ben bulamadım <img src='http://2kilobyte.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  Form üzerindeki bir bileşenin (kontrolün) örneğin bir buttonun, yada textboxun vs&#8230; o anki resmini (print screen) çekip bir dosyaya kaydediyor bu kod. İnternette bulabileceğiniz kodlarda pixeller kayıyor. Ama bu kod çalışıyor.</p>
<p>Bitmap bmpScreenshot = new Bitmap(waveformGraph1.Width, waveformGraph1.Height, PixelFormat.Format32bppArgb);</p>
<p>waveformGraph1.DrawToBitmap(bmpScreenshot, waveformGraph1.ClientRectangle);</p>
<p>SaveFileDialog saveImageDialog = new SaveFileDialog();<br />
saveImageDialog.Title = &#8220;Kayıt edilecek dosya ismini ve kayıt yerini seçin:&#8221;;<br />
saveImageDialog.Filter = &#8220;Jpg Resim|*.jpg|Bitmap Resim|*.bmp|Gif Resim|*.gif&#8221;;</p>
<p>if (saveImageDialog.ShowDialog() == DialogResult.OK)<br />
{<br />
bmpScreenshot.Save(saveImageDialog.FileName, ImageFormat.Png);<br />
}</p>
<p>===================</p>
<p>burada waveformgraph1 benim kontrolümün adı. onun yerine label1, textbox1 vs.. yazacaksınız işte bu kadar.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2011%2F12%2Fvisual-c-da-form-uzerindeki-bir-kontrolun-resminin-alinmasi%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2011%2F12%2Fvisual-c-da-form-uzerindeki-bir-kontrolun-resminin-alinmasi%2F&amp;count=none&amp;text=Visual%20C%23%20da%20form%20%C3%BCzerindeki%20bir%20kontrol%C3%BCn%20resminin%20al%C4%B1nmas%C4%B1" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2011%2F12%2Fvisual-c-da-form-uzerindeki-bir-kontrolun-resminin-alinmasi%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2011%2F12%2Fvisual-c-da-form-uzerindeki-bir-kontrolun-resminin-alinmasi%2F&amp;count=none&amp;text=Visual%20C%23%20da%20form%20%C3%BCzerindeki%20bir%20kontrol%C3%BCn%20resminin%20al%C4%B1nmas%C4%B1" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2F2kilobyte.org%2F2011%2F12%2Fvisual-c-da-form-uzerindeki-bir-kontrolun-resminin-alinmasi%2F&amp;linkname=Visual%20C%23%20da%20form%20%C3%BCzerindeki%20bir%20kontrol%C3%BCn%20resminin%20al%C4%B1nmas%C4%B1" title="Facebook" rel="nofollow" target="_blank"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2011%2F12%2Fvisual-c-da-form-uzerindeki-bir-kontrolun-resminin-alinmasi%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2011%2F12%2Fvisual-c-da-form-uzerindeki-bir-kontrolun-resminin-alinmasi%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2011%2F12%2Fvisual-c-da-form-uzerindeki-bir-kontrolun-resminin-alinmasi%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2011%2F12%2Fvisual-c-da-form-uzerindeki-bir-kontrolun-resminin-alinmasi%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2F2kilobyte.org%2F2011%2F12%2Fvisual-c-da-form-uzerindeki-bir-kontrolun-resminin-alinmasi%2F&amp;title=Visual%20C%23%20da%20form%20%C3%BCzerindeki%20bir%20kontrol%C3%BCn%20resminin%20al%C4%B1nmas%C4%B1" id="wpa2a_2"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://2kilobyte.org/2011/12/visual-c-da-form-uzerindeki-bir-kontrolun-resminin-alinmasi/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Haftanın indirmeleri</title>
		<link>http://2kilobyte.org/2011/07/haftanin-indirmeleri/</link>
		<comments>http://2kilobyte.org/2011/07/haftanin-indirmeleri/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 12:59:28 +0000</pubDate>
		<dc:creator>2kilobyte.org</dc:creator>
				<category><![CDATA[açık kaynak]]></category>
		<category><![CDATA[Aklıma gelmişken]]></category>
		<category><![CDATA[bilgisayar bilimi]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[malwarebytes]]></category>
		<category><![CDATA[xnview]]></category>

		<guid isPermaLink="false">http://2kilobyte.org/?p=1495</guid>
		<description><![CDATA[Öncelikle ilk programımız Xnview v 1.98.1 Bu yeni versiyonda da bir çok özellik eklenmiş. indirme linki http://hotfile.com/dl/123482078/e73ce24/XnView-win.zip.html İkinci programımız ise Malwarebytes 1.51.0 Kesinlikle indirip kurmanızı tavsiye ediyorum. Özellikle internet sitelerinden bulaşan ve bilgisayarınızın kontolünü sizden alan trojanlara karşı etkili. Malwarebytes programının paketi içine bir de exeduzelt.reg adlı bir dosya koydum. .exe uzantılı programlarınızı çalıştırmayı engelleyen (yani [...]]]></description>
			<content:encoded><![CDATA[<p>Öncelikle ilk programımız <span style="color: #ff00ff;">Xnview v 1.98.1</span><br />
Bu yeni versiyonda da bir çok özellik eklenmiş.<br />
indirme linki<br />
<a href="http://hotfile.com/dl/123482078/e73ce24/XnView-win.zip.html" target="_blank">http://hotfile.com/dl/123482078/e73ce24/XnView-win.zip.html</a></p>
<p>İkinci programımız ise <span style="color: #ff00ff;">Malwarebytes 1.51.0</span><br />
Kesinlikle indirip kurmanızı tavsiye ediyorum. Özellikle internet sitelerinden bulaşan ve bilgisayarınızın kontolünü sizden alan trojanlara karşı etkili. Malwarebytes programının paketi içine bir de exeduzelt.reg adlı bir dosya koydum.</p>
<p>.exe uzantılı programlarınızı çalıştırmayı engelleyen (yani programlar, oyunlar her şey) trojanları silseniz de programlar açılmamaya devam ediyor. bu exeduzelt.reg ile trojanın bu etkisinden de kurtulabilirsiniz.</p>
<p><a href="http://hotfile.com/dl/123484602/f878944/malwarebytes.rar.html" target="_blank">http://hotfile.com/dl/123484602/f878944/malwarebytes.rar.html </a></p>
<p>&nbsp;</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fhaftanin-indirmeleri%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fhaftanin-indirmeleri%2F&amp;count=none&amp;text=Haftan%C4%B1n%20indirmeleri" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fhaftanin-indirmeleri%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fhaftanin-indirmeleri%2F&amp;count=none&amp;text=Haftan%C4%B1n%20indirmeleri" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fhaftanin-indirmeleri%2F&amp;linkname=Haftan%C4%B1n%20indirmeleri" title="Facebook" rel="nofollow" target="_blank"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fhaftanin-indirmeleri%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fhaftanin-indirmeleri%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fhaftanin-indirmeleri%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fhaftanin-indirmeleri%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2F2kilobyte.org%2F2011%2F07%2Fhaftanin-indirmeleri%2F&amp;title=Haftan%C4%B1n%20indirmeleri" id="wpa2a_4"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://2kilobyte.org/2011/07/haftanin-indirmeleri/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>visual c# &#8216;da resimli button ekleme (imagelist ile)</title>
		<link>http://2kilobyte.org/2011/03/visual-c-da-resimli-button-ekleme-imagelist-ile/</link>
		<comments>http://2kilobyte.org/2011/03/visual-c-da-resimli-button-ekleme-imagelist-ile/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 20:21:03 +0000</pubDate>
		<dc:creator>2kilobyte.org</dc:creator>
				<category><![CDATA[bilgisayar bilimi]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[imagelist]]></category>
		<category><![CDATA[resimli]]></category>
		<category><![CDATA[studio]]></category>
		<category><![CDATA[visual]]></category>

		<guid isPermaLink="false">http://2kilobyte.org/?p=1368</guid>
		<description><![CDATA[1-öncelikle imagelist ekleyin (toolbox&#8217;ta components&#8217;tedir) 2-imagelist i açıp choose images e tıklayın 3-resimlerinizi ekleyin 4-button unuzu ekleyin 5-gerisini anlatmama gerek var mı bilmiyorum, button properties ine girin 6-imagelist den imagelist inizi seçin 7-olay bu kadar. resimlerin boyutunu değiştirmek için imagelist okuna tıklayın 16&#215;16 olarak geliyor ilk başta.]]></description>
			<content:encoded><![CDATA[<p>1-öncelikle imagelist ekleyin (toolbox&#8217;ta components&#8217;tedir)<br />
2-imagelist i açıp choose images e tıklayın<br />
<img src="http://i54.twitgoo.com/wjayhw.jpg" alt="desktop" /><br />
3-resimlerinizi ekleyin<br />
4-button unuzu ekleyin <img src='http://2kilobyte.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
5-gerisini anlatmama gerek var mı bilmiyorum, button properties ine girin<br />
6-imagelist den imagelist inizi seçin<br />
<img src="http://i51.twitgoo.com/2957g1y.jpg" alt="desktop" /><br />
7-olay bu kadar. resimlerin boyutunu değiştirmek için<br />
imagelist okuna tıklayın 16&#215;16 olarak geliyor ilk başta.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2011%2F03%2Fvisual-c-da-resimli-button-ekleme-imagelist-ile%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2011%2F03%2Fvisual-c-da-resimli-button-ekleme-imagelist-ile%2F&amp;count=none&amp;text=visual%20c%23%20%26%238216%3Bda%20resimli%20button%20ekleme%20%28imagelist%20ile%29" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2011%2F03%2Fvisual-c-da-resimli-button-ekleme-imagelist-ile%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2011%2F03%2Fvisual-c-da-resimli-button-ekleme-imagelist-ile%2F&amp;count=none&amp;text=visual%20c%23%20%26%238216%3Bda%20resimli%20button%20ekleme%20%28imagelist%20ile%29" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2F2kilobyte.org%2F2011%2F03%2Fvisual-c-da-resimli-button-ekleme-imagelist-ile%2F&amp;linkname=visual%20c%23%20%26%238216%3Bda%20resimli%20button%20ekleme%20%28imagelist%20ile%29" title="Facebook" rel="nofollow" target="_blank"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2011%2F03%2Fvisual-c-da-resimli-button-ekleme-imagelist-ile%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2011%2F03%2Fvisual-c-da-resimli-button-ekleme-imagelist-ile%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2011%2F03%2Fvisual-c-da-resimli-button-ekleme-imagelist-ile%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2011%2F03%2Fvisual-c-da-resimli-button-ekleme-imagelist-ile%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2F2kilobyte.org%2F2011%2F03%2Fvisual-c-da-resimli-button-ekleme-imagelist-ile%2F&amp;title=visual%20c%23%20%26%238216%3Bda%20resimli%20button%20ekleme%20%28imagelist%20ile%29" id="wpa2a_6"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://2kilobyte.org/2011/03/visual-c-da-resimli-button-ekleme-imagelist-ile/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>dosyaları geri alınamayacak şekilde silme</title>
		<link>http://2kilobyte.org/2010/09/dosyalari-geri-alinamayacak-sekilde-silme/</link>
		<comments>http://2kilobyte.org/2010/09/dosyalari-geri-alinamayacak-sekilde-silme/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 15:05:52 +0000</pubDate>
		<dc:creator>2kilobyte.org</dc:creator>
				<category><![CDATA[bilgisayar bilimi]]></category>
		<category><![CDATA[teknolojik hadise]]></category>
		<category><![CDATA[alınamayacak]]></category>
		<category><![CDATA[geri]]></category>
		<category><![CDATA[kökten]]></category>
		<category><![CDATA[silme]]></category>
		<category><![CDATA[tamamen]]></category>
		<category><![CDATA[temiz]]></category>

		<guid isPermaLink="false">http://2kilobyte.org/?p=1166</guid>
		<description><![CDATA[normalde biliyorsunuz ki silme işlemi geri alınabiliyor bunun sebebi aslında silinmemesi sadece halının altına atılması (toz gibi) ama disk birleştirilmesi yaptığınızda halının altındaki tozların büyük bir bölümü gider. illa disk birleşmesi yapmasıza gerek yoktur ayrıca. bu işi yapan programlar da vardır. bu programlar genelde bütün harddiski ele aldığından kullanışsızdırlar ama bu program öyle değil. çok [...]]]></description>
			<content:encoded><![CDATA[<p>normalde biliyorsunuz ki silme işlemi geri alınabiliyor bunun sebebi aslında silinmemesi sadece halının altına atılması (toz gibi) ama disk birleştirilmesi yaptığınızda halının altındaki tozların büyük bir bölümü gider. illa disk birleşmesi yapmasıza gerek yoktur ayrıca. bu işi yapan programlar da vardır. bu programlar genelde bütün harddiski ele aldığından kullanışsızdırlar ama <a href="http://hotfile.com/dl/66284637/86ab707/Eraser_6.0.7.1893.rar.html">bu program</a> öyle değil. çok koolay ve kullanışlı pratik bir programdır sadece istediğiniz dosyayı programa sürükleyin ve bırakın. program 35 geçişli yöntemle siler, tertemiz yapar. deyim yerindeyse halıyı koparır o derece yani D: <a href="http://hotfile.com/dl/66284637/86ab707/Eraser_6.0.7.1893.rar.html">indirmek için tıkla </a> kis 2011 le taranmıştır kesinlikle temizdir.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2010%2F09%2Fdosyalari-geri-alinamayacak-sekilde-silme%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2010%2F09%2Fdosyalari-geri-alinamayacak-sekilde-silme%2F&amp;count=none&amp;text=dosyalar%C4%B1%20geri%20al%C4%B1namayacak%20%C5%9Fekilde%20silme" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2010%2F09%2Fdosyalari-geri-alinamayacak-sekilde-silme%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2010%2F09%2Fdosyalari-geri-alinamayacak-sekilde-silme%2F&amp;count=none&amp;text=dosyalar%C4%B1%20geri%20al%C4%B1namayacak%20%C5%9Fekilde%20silme" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2F2kilobyte.org%2F2010%2F09%2Fdosyalari-geri-alinamayacak-sekilde-silme%2F&amp;linkname=dosyalar%C4%B1%20geri%20al%C4%B1namayacak%20%C5%9Fekilde%20silme" title="Facebook" rel="nofollow" target="_blank"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2010%2F09%2Fdosyalari-geri-alinamayacak-sekilde-silme%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2010%2F09%2Fdosyalari-geri-alinamayacak-sekilde-silme%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2010%2F09%2Fdosyalari-geri-alinamayacak-sekilde-silme%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2010%2F09%2Fdosyalari-geri-alinamayacak-sekilde-silme%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2F2kilobyte.org%2F2010%2F09%2Fdosyalari-geri-alinamayacak-sekilde-silme%2F&amp;title=dosyalar%C4%B1%20geri%20al%C4%B1namayacak%20%C5%9Fekilde%20silme" id="wpa2a_8"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://2kilobyte.org/2010/09/dosyalari-geri-alinamayacak-sekilde-silme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ağ alışverişlerini izleme</title>
		<link>http://2kilobyte.org/2010/08/ag-alisverislerini-izleme/</link>
		<comments>http://2kilobyte.org/2010/08/ag-alisverislerini-izleme/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 17:15:53 +0000</pubDate>
		<dc:creator>2kilobyte.org</dc:creator>
				<category><![CDATA[bilgisayar bilimi]]></category>
		<category><![CDATA[Hareketlen]]></category>
		<category><![CDATA[ağ]]></category>
		<category><![CDATA[bağlantılar]]></category>
		<category><![CDATA[hangi]]></category>
		<category><![CDATA[ip]]></category>
		<category><![CDATA[izleyicisi]]></category>
		<category><![CDATA[kaynakları]]></category>
		<category><![CDATA[program]]></category>

		<guid isPermaLink="false">http://2kilobyte.org/?p=1041</guid>
		<description><![CDATA[vista için yazıyorum. Hedef: Ağ kaynaklarını kullanan açık programların hangi adreslere bağlandıklarını ve ne kadar kaynak kullandıklarını görebilme. 3. parti yazılıma gerek yok vista da. Bunun için bilgisayarımı sağla tıklıyoruz, &#8216; yönet&#8217; diyoruz.  oradan da sistem araçları ve güvenilirlik ve performans bölmesine geliyoruz. orada da gördüğünüz gibi ağ sekmesi var. hangi programın hangi ip&#8216;den ne [...]]]></description>
			<content:encoded><![CDATA[<p>vista için yazıyorum.</p>
<p><span style="color: #ff0000;">Hedef:<span style="color: #000000;"> Ağ kaynaklarını kullanan açık programların hangi adreslere bağlandıklarını ve ne kadar kaynak kullandıklarını görebilme.</span></span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;">3. parti yazılıma gerek yok vista da.</span></span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;">Bunun için <span style="color: #00ff00;">bilgisayarım</span>ı sağla tıklıyoruz, &#8216; <span style="color: #00ff00;">yönet&#8217;</span> diyoruz.  oradan da <span style="color: #00ff00;">sistem araçları <span style="color: #000000;">ve <span style="color: #00ff00;">güvenilirlik ve performans</span> bölmesine geliyoruz</span></span></span></span><span style="color: #ff0000;"><span style="color: #000000;"><span style="color: #00ff00;"><span style="color: #000000;">. orada da gördüğünüz gibi <span style="color: #00ff00;">ağ</span> sekmesi var. hangi programın hangi <span style="color: #ff0000;">ip</span>&#8216;den ne kadar veri alışverişi yaptığını gösteriyor.</span></span></span></span><br />
<img src="http://i37.twitgoo.com/30i8jlc.jpg" alt="" /><br />
<span style="color: #ff0000;"><span style="color: #000000;"><span style="color: #00ff00;"><span style="color: #000000;"> </span></span></span></span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;"><span style="color: #00ff00;"><span style="color: #000000;">peki bu verilerin ne olduğunu görebilir miyiz? bu işi yapan programlarda var. bunlar alınan-gönderilen veri paketlerini çözebilir. bunlara <span style="color: #ff0000;"><a href="http://en.wikipedia.org/wiki/Packet_analyzer">sniffer</a></span> denir. en ünlüsü Cain and Abel&#8217;dir. neyse mevzumuz sniffing değil. konu burada biter <img src='http://2kilobyte.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </span></span></span></span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;"><span style="color: #00ff00;"><span style="color: #000000;"> </span></span></span></span></p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2010%2F08%2Fag-alisverislerini-izleme%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2010%2F08%2Fag-alisverislerini-izleme%2F&amp;count=none&amp;text=a%C4%9F%20al%C4%B1%C5%9Fveri%C5%9Flerini%20izleme" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2010%2F08%2Fag-alisverislerini-izleme%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2010%2F08%2Fag-alisverislerini-izleme%2F&amp;count=none&amp;text=a%C4%9F%20al%C4%B1%C5%9Fveri%C5%9Flerini%20izleme" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2F2kilobyte.org%2F2010%2F08%2Fag-alisverislerini-izleme%2F&amp;linkname=a%C4%9F%20al%C4%B1%C5%9Fveri%C5%9Flerini%20izleme" title="Facebook" rel="nofollow" target="_blank"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2010%2F08%2Fag-alisverislerini-izleme%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2010%2F08%2Fag-alisverislerini-izleme%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2010%2F08%2Fag-alisverislerini-izleme%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2010%2F08%2Fag-alisverislerini-izleme%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2F2kilobyte.org%2F2010%2F08%2Fag-alisverislerini-izleme%2F&amp;title=a%C4%9F%20al%C4%B1%C5%9Fveri%C5%9Flerini%20izleme" id="wpa2a_10"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://2kilobyte.org/2010/08/ag-alisverislerini-izleme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dosya sistemi değiştirme FORMATSIZ</title>
		<link>http://2kilobyte.org/2010/07/dosya-sistemi-degistirme-formatsiz/</link>
		<comments>http://2kilobyte.org/2010/07/dosya-sistemi-degistirme-formatsiz/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 10:12:59 +0000</pubDate>
		<dc:creator>2kilobyte.org</dc:creator>
				<category><![CDATA[bilgisayar bilimi]]></category>
		<category><![CDATA[Buluntu]]></category>
		<category><![CDATA[atmadan]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[d]]></category>
		<category><![CDATA[değiştirme]]></category>
		<category><![CDATA[deiştirme]]></category>
		<category><![CDATA[dosya]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[formatsız]]></category>
		<category><![CDATA[kod]]></category>
		<category><![CDATA[komut]]></category>
		<category><![CDATA[sistemini]]></category>
		<category><![CDATA[sürücüsü]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://2kilobyte.org/?p=952</guid>
		<description><![CDATA[dosya sistemi de ne? diyenler önce bi okusun. neyse niye değiştireyim dosya sistemini diye düşünüyorsanız söyleyim, fat32 en fazla tek parça dosya için 4 gb boyutunu destekliyor. ntfs&#8216;de böyle bir sorun yok . peki format atmadan nasıl değiştirecez dosya sistemimizi? google&#8217;dan &#8220;how to convert fat32 to ntfs without format&#8221; yazarsanız çıkabilir. ama ben türkçe bir [...]]]></description>
			<content:encoded><![CDATA[<p>dosya sistemi de ne? diyenler önce <a href="http://www.sanalkurs.net/dosya-sistemleri-3597.html">bi okusun</a>. neyse niye değiştireyim dosya sistemini diye düşünüyorsanız söyleyim, <a href="http://tr.wikipedia.org/wiki/FAT">fat32</a> en fazla tek parça dosya için 4 gb boyutunu destekliyor. <a href="http://tr.wikipedia.org/wiki/NTFS">ntfs</a>&#8216;de böyle bir sorun yok . peki format atmadan nasıl değiştirecez dosya sistemimizi?<br />
google&#8217;dan &#8220;how to convert fat32 to ntfs without format&#8221; yazarsanız çıkabilir. ama ben türkçe bir sitede buldum.</p>
<p>&#8220;convert <span style="color: #ffff00;">c:</span>/<span style="color: #00ffff;">fs</span>:<span style="color: #ff0000;">ntfs</span>&#8221; kodunu bir metin dosyasına yazın. dosya uzantısını .bat olarak değiştirip (<a href="http://www.programlama.com/sys/c2html/view.php?DocID=1381">batch programlama</a> bilmeyen <a href="http://tr.wikipedia.org/wiki/MS-DOS">bakabilir</a>.), vista için yönetici olarak çalıştırın. bir kaç kere yeniden başlatacak ama sonunda başarılı olacak. kodu açmak gerekirse, C sürücüsünü değiştirmek istediğimiz için <span style="color: #ffff00;">c</span> yazdık, istediğiniz sürücüyü yazın, <span style="color: #00ffff;">fs</span> filesystem&#8217;in kısaltılmışı onunla oynamayın ama biz şu anki sistem ne olursa olsun ntfs&#8217;ye çevirdik, buraya <span style="color: #ff0000;">fat32 </span>yazarsanız ona çevirir heralde.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2010%2F07%2Fdosya-sistemi-degistirme-formatsiz%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2010%2F07%2Fdosya-sistemi-degistirme-formatsiz%2F&amp;count=none&amp;text=dosya%20sistemi%20de%C4%9Fi%C5%9Ftirme%20FORMATSIZ" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2010%2F07%2Fdosya-sistemi-degistirme-formatsiz%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2010%2F07%2Fdosya-sistemi-degistirme-formatsiz%2F&amp;count=none&amp;text=dosya%20sistemi%20de%C4%9Fi%C5%9Ftirme%20FORMATSIZ" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2F2kilobyte.org%2F2010%2F07%2Fdosya-sistemi-degistirme-formatsiz%2F&amp;linkname=dosya%20sistemi%20de%C4%9Fi%C5%9Ftirme%20FORMATSIZ" title="Facebook" rel="nofollow" target="_blank"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2010%2F07%2Fdosya-sistemi-degistirme-formatsiz%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2010%2F07%2Fdosya-sistemi-degistirme-formatsiz%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2010%2F07%2Fdosya-sistemi-degistirme-formatsiz%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2010%2F07%2Fdosya-sistemi-degistirme-formatsiz%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2F2kilobyte.org%2F2010%2F07%2Fdosya-sistemi-degistirme-formatsiz%2F&amp;title=dosya%20sistemi%20de%C4%9Fi%C5%9Ftirme%20FORMATSIZ" id="wpa2a_12"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://2kilobyte.org/2010/07/dosya-sistemi-degistirme-formatsiz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows media center deposu güncelleştirme yöneticisi çalışmayı durdurdu hatası ve çözümü</title>
		<link>http://2kilobyte.org/2010/07/windows-media-center-deposu-guncellestirme-yoneticisi-calismayi-durdurdu-hatasi-ve-cozumu/</link>
		<comments>http://2kilobyte.org/2010/07/windows-media-center-deposu-guncellestirme-yoneticisi-calismayi-durdurdu-hatasi-ve-cozumu/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 08:09:58 +0000</pubDate>
		<dc:creator>2kilobyte.org</dc:creator>
				<category><![CDATA[bilgisayar bilimi]]></category>
		<category><![CDATA[center]]></category>
		<category><![CDATA[çözüm]]></category>
		<category><![CDATA[deposu]]></category>
		<category><![CDATA[g]]></category>
		<category><![CDATA[güncelleştirme]]></category>
		<category><![CDATA[hata]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[sorun]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[yöneticisi]]></category>

		<guid isPermaLink="false">http://2kilobyte.org/?p=929</guid>
		<description><![CDATA[bu salak ve nereden geldiği belli olmayan hata günlük 2-3 kere geliyodu. bilmemnenin bilmemnesi çalışmayı durdurdu. nesinki sen? hiç kullanmadığım media centerın güncelleştirme yöneticisi&#8230;.en sonunda çözüm arayım dedim. türkçe sitelerde yok -google bulamıyor-. yabancı sitelerde buldum. aynı sorun sizde de varsa çözümü uygulayın: 1. Başlat 2. Denetim masası 3. Sol üstten klasik görünüme geçin 4. [...]]]></description>
			<content:encoded><![CDATA[<p>bu salak ve nereden geldiği belli olmayan hata günlük 2-3 kere geliyodu. bilmemnenin bilmemnesi çalışmayı durdurdu. nesinki sen? hiç kullanmadığım media centerın güncelleştirme yöneticisi&#8230;.en sonunda çözüm arayım dedim. türkçe sitelerde yok -google bulamıyor-. yabancı sitelerde buldum. aynı sorun sizde de varsa çözümü uygulayın:<br />
1. Başlat<br />
2. Denetim masası<br />
3. Sol üstten klasik görünüme geçin<br />
4. Yönetici araçları<br />
5. Görev zamanlayıcı<br />
6. g.z. kütüphanesi<br />
7. Microsoft<br />
8. Windows<br />
9. Media Center<br />
10. Mcupdate i bul.<br />
11. Sağla tıkla devre dışı bırak.</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2010%2F07%2Fwindows-media-center-deposu-guncellestirme-yoneticisi-calismayi-durdurdu-hatasi-ve-cozumu%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2010%2F07%2Fwindows-media-center-deposu-guncellestirme-yoneticisi-calismayi-durdurdu-hatasi-ve-cozumu%2F&amp;count=none&amp;text=Windows%20media%20center%20deposu%20g%C3%BCncelle%C5%9Ftirme%20y%C3%B6neticisi%20%C3%A7al%C4%B1%C5%9Fmay%C4%B1%20durdurdu%20hatas%C4%B1%20ve%20%C3%A7%C3%B6z%C3%BCm%C3%BC" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2010%2F07%2Fwindows-media-center-deposu-guncellestirme-yoneticisi-calismayi-durdurdu-hatasi-ve-cozumu%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2010%2F07%2Fwindows-media-center-deposu-guncellestirme-yoneticisi-calismayi-durdurdu-hatasi-ve-cozumu%2F&amp;count=none&amp;text=Windows%20media%20center%20deposu%20g%C3%BCncelle%C5%9Ftirme%20y%C3%B6neticisi%20%C3%A7al%C4%B1%C5%9Fmay%C4%B1%20durdurdu%20hatas%C4%B1%20ve%20%C3%A7%C3%B6z%C3%BCm%C3%BC" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2F2kilobyte.org%2F2010%2F07%2Fwindows-media-center-deposu-guncellestirme-yoneticisi-calismayi-durdurdu-hatasi-ve-cozumu%2F&amp;linkname=Windows%20media%20center%20deposu%20g%C3%BCncelle%C5%9Ftirme%20y%C3%B6neticisi%20%C3%A7al%C4%B1%C5%9Fmay%C4%B1%20durdurdu%20hatas%C4%B1%20ve%20%C3%A7%C3%B6z%C3%BCm%C3%BC" title="Facebook" rel="nofollow" target="_blank"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2010%2F07%2Fwindows-media-center-deposu-guncellestirme-yoneticisi-calismayi-durdurdu-hatasi-ve-cozumu%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2010%2F07%2Fwindows-media-center-deposu-guncellestirme-yoneticisi-calismayi-durdurdu-hatasi-ve-cozumu%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2010%2F07%2Fwindows-media-center-deposu-guncellestirme-yoneticisi-calismayi-durdurdu-hatasi-ve-cozumu%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2010%2F07%2Fwindows-media-center-deposu-guncellestirme-yoneticisi-calismayi-durdurdu-hatasi-ve-cozumu%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2F2kilobyte.org%2F2010%2F07%2Fwindows-media-center-deposu-guncellestirme-yoneticisi-calismayi-durdurdu-hatasi-ve-cozumu%2F&amp;title=Windows%20media%20center%20deposu%20g%C3%BCncelle%C5%9Ftirme%20y%C3%B6neticisi%20%C3%A7al%C4%B1%C5%9Fmay%C4%B1%20durdurdu%20hatas%C4%B1%20ve%20%C3%A7%C3%B6z%C3%BCm%C3%BC" id="wpa2a_14"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://2kilobyte.org/2010/07/windows-media-center-deposu-guncellestirme-yoneticisi-calismayi-durdurdu-hatasi-ve-cozumu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ajan facebook</title>
		<link>http://2kilobyte.org/2010/07/ajan-facebook/</link>
		<comments>http://2kilobyte.org/2010/07/ajan-facebook/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 11:08:41 +0000</pubDate>
		<dc:creator>2kilobyte.org</dc:creator>
				<category><![CDATA[bilgisayar bilimi]]></category>
		<category><![CDATA[Hareketlen]]></category>
		<category><![CDATA[inciler]]></category>
		<category><![CDATA[önemli haber]]></category>
		<category><![CDATA[teknolojik hadise]]></category>
		<category><![CDATA[ajan]]></category>
		<category><![CDATA[bilgiler]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[gizli]]></category>
		<category><![CDATA[güvenlik]]></category>
		<category><![CDATA[muhbir]]></category>
		<category><![CDATA[sorunu]]></category>

		<guid isPermaLink="false">http://2kilobyte.org/?p=896</guid>
		<description><![CDATA[bu yazı çok ciddi bi tespiti anlatmaktadır. (siz gülmeyin gerçekten ciddi) şu an benim olduğum gibi facebook&#8217;a login olmuş durumdaysanız ve farklı sekmeler açarak farklı sitelerde gezmekteyseniz ve bu sitelerde &#8216; bu yazıyı arkadaşlarının arasında facebook&#8217;ta ilk beğenen ol&#8217; gibi ibareler varsa aklınıza şu soru gelmelidir: facebook benim bu sitedeki bu yazıyı okuduğumu bilmesin mi? [...]]]></description>
			<content:encoded><![CDATA[<p>bu yazı çok ciddi bi tespiti anlatmaktadır. <img src='http://2kilobyte.org/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  (siz gülmeyin gerçekten ciddi)</p>
<p>şu an benim olduğum gibi facebook&#8217;a login olmuş durumdaysanız ve farklı sekmeler açarak farklı sitelerde gezmekteyseniz ve bu sitelerde &#8216; bu yazıyı arkadaşlarının arasında facebook&#8217;ta ilk beğenen ol&#8217; gibi ibareler varsa aklınıza şu soru gelmelidir: facebook benim bu sitedeki bu yazıyı okuduğumu bilmesin mi?<br />
<img src="http://i27.tinypic.com/1zxukh2.jpg" alt="" /><br />
evet arkadaşlar bu demektirki sitelerdeki facebook eklentisi üzerinden facebook&#8217;a gezdiğiniz sayfayla ilgili bilgi gidiyor. al başına belayı! bu durumu daha önce farkeden oldu mu bilmiyorum ama dikkat etmek lazım bakalım ne çıkacak..</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2010%2F07%2Fajan-facebook%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2010%2F07%2Fajan-facebook%2F&amp;count=none&amp;text=ajan%20facebook" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2010%2F07%2Fajan-facebook%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2010%2F07%2Fajan-facebook%2F&amp;count=none&amp;text=ajan%20facebook" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2F2kilobyte.org%2F2010%2F07%2Fajan-facebook%2F&amp;linkname=ajan%20facebook" title="Facebook" rel="nofollow" target="_blank"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2010%2F07%2Fajan-facebook%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2010%2F07%2Fajan-facebook%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2010%2F07%2Fajan-facebook%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2010%2F07%2Fajan-facebook%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2F2kilobyte.org%2F2010%2F07%2Fajan-facebook%2F&amp;title=ajan%20facebook" id="wpa2a_16"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://2kilobyte.org/2010/07/ajan-facebook/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>tıklama sayacı oyunu</title>
		<link>http://2kilobyte.org/2010/04/tiklama-sayaci-oyunu/</link>
		<comments>http://2kilobyte.org/2010/04/tiklama-sayaci-oyunu/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 14:33:50 +0000</pubDate>
		<dc:creator>2kilobyte.org</dc:creator>
				<category><![CDATA[bilgisayar bilimi]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[indir]]></category>
		<category><![CDATA[oyunu]]></category>
		<category><![CDATA[saniye]]></category>
		<category><![CDATA[sayısı]]></category>
		<category><![CDATA[süre]]></category>
		<category><![CDATA[tıklama]]></category>

		<guid isPermaLink="false">http://2kilobyte.org/?p=785</guid>
		<description><![CDATA[bikaç aydır visual c# öğrenmeye çalışıyorum. yaptığım ilk herkesin kullanabileceği program bi oyun oldu. tıklama yarışması. 5,15,30 saniyede kaç kere tıklayabilirsiniz? indirme linki]]></description>
			<content:encoded><![CDATA[<p>bikaç aydır visual c# öğrenmeye çalışıyorum. yaptığım ilk herkesin kullanabileceği program bi oyun oldu. tıklama yarışması. 5,15,30 saniyede kaç kere tıklayabilirsiniz?<br />
<img src="http://i41.tinypic.com/znmwbt.jpg" alt="" /><br />
<a href="http://2kilobyte.org/getir/indir/1">indirme linki</a></p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2010%2F04%2Ftiklama-sayaci-oyunu%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2010%2F04%2Ftiklama-sayaci-oyunu%2F&amp;count=none&amp;text=t%C4%B1klama%20sayac%C4%B1%20oyunu" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2010%2F04%2Ftiklama-sayaci-oyunu%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2010%2F04%2Ftiklama-sayaci-oyunu%2F&amp;count=none&amp;text=t%C4%B1klama%20sayac%C4%B1%20oyunu" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2F2kilobyte.org%2F2010%2F04%2Ftiklama-sayaci-oyunu%2F&amp;linkname=t%C4%B1klama%20sayac%C4%B1%20oyunu" title="Facebook" rel="nofollow" target="_blank"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2010%2F04%2Ftiklama-sayaci-oyunu%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2010%2F04%2Ftiklama-sayaci-oyunu%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2010%2F04%2Ftiklama-sayaci-oyunu%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2010%2F04%2Ftiklama-sayaci-oyunu%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2F2kilobyte.org%2F2010%2F04%2Ftiklama-sayaci-oyunu%2F&amp;title=t%C4%B1klama%20sayac%C4%B1%20oyunu" id="wpa2a_18"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://2kilobyte.org/2010/04/tiklama-sayaci-oyunu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ttnet naaptın&#8230;</title>
		<link>http://2kilobyte.org/2009/12/ttnet-naaptin/</link>
		<comments>http://2kilobyte.org/2009/12/ttnet-naaptin/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 17:56:14 +0000</pubDate>
		<dc:creator>2kilobyte.org</dc:creator>
				<category><![CDATA[bilgisayar bilimi]]></category>
		<category><![CDATA[Genel]]></category>
		<category><![CDATA[önemli haber]]></category>
		<category><![CDATA[TTNET]]></category>
		<category><![CDATA[uyuz]]></category>

		<guid isPermaLink="false">http://2kilobyte.org/?p=716</guid>
		<description><![CDATA[2 saat önce kadar sitelerde gezerken tarayıcı tüm sayfaları http://212.156.1.15/redir/recoveryForm.jsp adresine yönlendirmeye başladı&#8230; dns&#8217;yi sıfırladım bir sürü ayarı yeniledim, virus taraması yaptım aynı.. geriye tek seçenek kaldı- ki bu iş yılbaşına kalırsa haftaya anca düzeltirler- ttnet&#8217;i aradım. kardeşim şifremiz doğru bu ne diyecektim ki 8 kontör harcayıpta yetkiliyle konuşma kısmına gelince önce şöyle bi mesaj [...]]]></description>
			<content:encoded><![CDATA[<p>2 saat önce kadar sitelerde gezerken tarayıcı tüm sayfaları <a href="http://212.156.1.15/redir/recoveryForm.jsp" rel="nofollow">http://212.156.1.15/redir/recoveryForm.jsp</a> adresine yönlendirmeye başladı&#8230; dns&#8217;yi sıfırladım bir sürü ayarı yeniledim, virus taraması yaptım  aynı.. geriye tek seçenek kaldı- ki bu iş yılbaşına kalırsa haftaya anca düzeltirler- ttnet&#8217;i aradım. kardeşim şifremiz doğru bu ne diyecektim ki 8 kontör harcayıpta yetkiliyle konuşma kısmına gelince önce şöyle bi mesaj verdi &#8221; 23 saat sürecek bakım sebebiyle internete erişiminde sorun yaşadığınızdan arayırsanız boşa aradınız&#8221; ne salakçadır ya! insan <a href="http://212.156.1.15/redir/recoveryForm.jsp" rel="nofollow">http://212.156.1.15/redir/recoveryForm.jsp</a> adresine yazar şunu bakım var anormal birşey yok diye. ha işte şimdi giriyor 23 saat dolmadan&#8230; smile adsl, biri net falan daha ucuz ttnet&#8217;den esasında geçsek mi artık ne..</p>
<p><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2009%2F12%2Fttnet-naaptin%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2009%2F12%2Fttnet-naaptin%2F&amp;count=none&amp;text=ttnet%20naapt%C4%B1n%26%238230%3B" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service twitter_tweet" src="http://platform.twitter.com/widgets/tweet_button.html?url=http%3A%2F%2F2kilobyte.org%2F2009%2F12%2Fttnet-naaptin%2F&amp;counturl=http%3A%2F%2F2kilobyte.org%2F2009%2F12%2Fttnet-naaptin%2F&amp;count=none&amp;text=ttnet%20naapt%C4%B1n%26%238230%3B" scrolling="no" style="border:none;overflow:hidden;width:55px;height:20px"></iframe><!--<![endif]--><a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2F2kilobyte.org%2F2009%2F12%2Fttnet-naaptin%2F&amp;linkname=ttnet%20naapt%C4%B1n%26%238230%3B" title="Facebook" rel="nofollow" target="_blank"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2009%2F12%2Fttnet-naaptin%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service google_plusone" src="https://plusone.google.com/u/0/_/%2B1/fastbutton?url=http%3A%2F%2F2kilobyte.org%2F2009%2F12%2Fttnet-naaptin%2F&amp;size=medium&amp;count=false" scrolling="no" style="border:none;overflow:hidden;width:32px;height:20px"></iframe><!--<![endif]--><!--[if IE]><iframe frameborder="0" allowTransparency="true" class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2009%2F12%2Fttnet-naaptin%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><![endif]--><!--[if !IE]><!--><iframe class="addtoany_special_service facebook_like" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2F2kilobyte.org%2F2009%2F12%2Fttnet-naaptin%2F&amp;layout=button_count&amp;show_faces=false&amp;width=75&amp;action=like&amp;colorscheme=light&amp;height=20&amp;ref=addtoany" scrolling="no" style="border:none;overflow:hidden;width:90px;height:21px"></iframe><!--<![endif]--><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2F2kilobyte.org%2F2009%2F12%2Fttnet-naaptin%2F&amp;title=ttnet%20naapt%C4%B1n%26%238230%3B" id="wpa2a_20"><img src="http://2kilobyte.org/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://2kilobyte.org/2009/12/ttnet-naaptin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

