<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<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/"
	>

<channel>
	<title>osman hömek / not defteri</title>
	<link>http://homek.info/osman/wp</link>
	<description>mis &#038; gis üzerine...</description>
	<pubDate>Sun, 25 Jul 2010 17:48:32 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>kill process freebsd</title>
		<link>http://homek.info/osman/wp/?p=153</link>
		<comments>http://homek.info/osman/wp/?p=153#comments</comments>
		<pubDate>Sun, 25 Jul 2010 17:48:32 +0000</pubDate>
		<dc:creator>osman</dc:creator>
		
		<category><![CDATA[freebsd]]></category>

		<guid isPermaLink="false">http://homek.info/osman/wp/?p=153</guid>
		<description><![CDATA[
ps -ax &#124; grep httpd
/bin/kill -s HUP 32192
32192 = processid

]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: 'Times New Roman'; line-height: 19px; font-size: medium" class="Apple-style-span">
<pre style="margin-top: 0.75em; margin-right: 0px; margin-bottom: 0.75em; margin-left: 0px; line-height: 1; font-family: monospace; padding: 1ex" class="SCREEN"><kbd class="USERINPUT">ps -ax | grep httpd</kbd></pre>
<pre style="margin-top: 0.75em; margin-right: 0px; margin-bottom: 0.75em; margin-left: 0px; line-height: 1; font-family: monospace; padding: 1ex" class="SCREEN">/bin/kill -s HUP 32192</pre>
<pre style="margin-top: 0.75em; margin-right: 0px; margin-bottom: 0.75em; margin-left: 0px; line-height: 1; font-family: monospace; padding: 1ex" class="SCREEN">32192 = processid</pre>
<p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://homek.info/osman/wp/?feed=rss2&amp;p=153</wfw:commentRss>
		</item>
		<item>
		<title>ie tester ve mydebug bar</title>
		<link>http://homek.info/osman/wp/?p=152</link>
		<comments>http://homek.info/osman/wp/?p=152#comments</comments>
		<pubDate>Mon, 12 Jul 2010 10:11:07 +0000</pubDate>
		<dc:creator>osman</dc:creator>
		
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://homek.info/osman/wp/?p=152</guid>
		<description><![CDATA[http://www.my-debugbar.com/wiki/IETester/HomePagehakikaten çok faydalı bir yazılım hatta killer application denilebilir.IE6, IE7 veIE8 i yanyana çalıştırabiliyor. Her üçünde de nasıl sonuç verdiğini test edebiliyorsunuz.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.my-debugbar.com/wiki/IETester/HomePage">http://www.my-debugbar.com/wiki/IETester/HomePage</a>hakikaten çok faydalı bir yazılım hatta killer application denilebilir.IE6, IE7 veIE8 i yanyana çalıştırabiliyor. Her üçünde de nasıl sonuç verdiğini test edebiliyorsunuz.</p>
]]></content:encoded>
			<wfw:commentRss>http://homek.info/osman/wp/?feed=rss2&amp;p=152</wfw:commentRss>
		</item>
		<item>
		<title>lighttpd regex mod_rewrite url.rewrite-once</title>
		<link>http://homek.info/osman/wp/?p=151</link>
		<comments>http://homek.info/osman/wp/?p=151#comments</comments>
		<pubDate>Wed, 07 Jul 2010 21:56:16 +0000</pubDate>
		<dc:creator>osman</dc:creator>
		
		<category><![CDATA[regex]]></category>

		<guid isPermaLink="false">http://homek.info/osman/wp/?p=151</guid>
		<description><![CDATA[regex ten nefret ettiğimi de not edelim.lighttp de url yönlendirme içinşöyle basit bir yönlendirme içinhomek.info/sayfa.asp?id=375 in homek.info/index.php/375-makaledönüşmesini istiyorsanızregex iniz = ^/sayfa\.asp\?id\=(.*)$olmalıdır, karşılığı ise;malum : /index.php/$1-makale
]]></description>
			<content:encoded><![CDATA[<p>regex ten nefret ettiğimi de not edelim.lighttp de url yönlendirme içinşöyle basit bir yönlendirme içinhomek.info/sayfa.asp?id=375 in homek.info/index.php/375-makaledönüşmesini istiyorsanızregex iniz = ^/sayfa\.asp\?id\=(.*)$olmalıdır, karşılığı ise;malum : /index.php/$1-makale</p>
]]></content:encoded>
			<wfw:commentRss>http://homek.info/osman/wp/?feed=rss2&amp;p=151</wfw:commentRss>
		</item>
		<item>
		<title>postgresql kill process (8.4)</title>
		<link>http://homek.info/osman/wp/?p=150</link>
		<comments>http://homek.info/osman/wp/?p=150#comments</comments>
		<pubDate>Mon, 28 Jun 2010 20:53:35 +0000</pubDate>
		<dc:creator>osman</dc:creator>
		
		<category><![CDATA[postgresql]]></category>

		<guid isPermaLink="false">http://homek.info/osman/wp/?p=150</guid>
		<description><![CDATA[admin kullanıcısı aracılığı ile command a düşülürsu rootsu pgsqlpsql template1böylelikle içerideyizselect * from pg_stat_activity;ile çalışan process leri görüyoruz.öldürmek istediğimizin procpid değerini elimize alıyoruz (diyelimki procpid=30801)SELECT pg_terminate_backend(30801);ve process tarihe gömülüyor.
]]></description>
			<content:encoded><![CDATA[<p>admin kullanıcısı aracılığı ile command a düşülürsu rootsu pgsqlpsql template1böylelikle içerideyizselect * from pg_stat_activity;ile çalışan process leri görüyoruz.öldürmek istediğimizin procpid değerini elimize alıyoruz (diyelimki procpid=30801)SELECT pg_terminate_backend(30801);ve process tarihe gömülüyor.</p>
]]></content:encoded>
			<wfw:commentRss>http://homek.info/osman/wp/?feed=rss2&amp;p=150</wfw:commentRss>
		</item>
		<item>
		<title>tarihe not</title>
		<link>http://homek.info/osman/wp/?p=148</link>
		<comments>http://homek.info/osman/wp/?p=148#comments</comments>
		<pubDate>Sat, 05 Jun 2010 10:25:24 +0000</pubDate>
		<dc:creator>osman</dc:creator>
		
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://homek.info/osman/wp/?p=148</guid>
		<description><![CDATA[tib yaptığı uygulama ile google analytics kodlarını yönettiğim sitelerden kaldırmak zorunda kaldım.bekledik ama çare etmedi. resmen site açılmıyordu.
]]></description>
			<content:encoded><![CDATA[<p>tib yaptığı uygulama ile google analytics kodlarını yönettiğim sitelerden kaldırmak zorunda kaldım.bekledik ama çare etmedi. resmen site açılmıyordu.</p>
]]></content:encoded>
			<wfw:commentRss>http://homek.info/osman/wp/?feed=rss2&amp;p=148</wfw:commentRss>
		</item>
		<item>
		<title>checkout google</title>
		<link>http://homek.info/osman/wp/?p=147</link>
		<comments>http://homek.info/osman/wp/?p=147#comments</comments>
		<pubDate>Fri, 28 May 2010 07:52:35 +0000</pubDate>
		<dc:creator>osman</dc:creator>
		
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://homek.info/osman/wp/?p=147</guid>
		<description><![CDATA[https://storegadgetwizard.appspot.com/storegadgetwizard/index.htmlhttp://checkout.google.com/sell/
]]></description>
			<content:encoded><![CDATA[<p><a href="https://storegadgetwizard.appspot.com/storegadgetwizard/index.html">https://storegadgetwizard.appspot.com/storegadgetwizard/index.html</a><a href="http://checkout.google.com/sell/">http://checkout.google.com/sell/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://homek.info/osman/wp/?feed=rss2&amp;p=147</wfw:commentRss>
		</item>
		<item>
		<title>afghanistan election data</title>
		<link>http://homek.info/osman/wp/?p=146</link>
		<comments>http://homek.info/osman/wp/?p=146#comments</comments>
		<pubDate>Tue, 18 May 2010 06:54:08 +0000</pubDate>
		<dc:creator>osman</dc:creator>
		
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://homek.info/osman/wp/?p=146</guid>
		<description><![CDATA[http://afghanistanelectiondata.org/about/open-source?views-mode=views-mode-map
]]></description>
			<content:encoded><![CDATA[<p>http://afghanistanelectiondata.org/about/open-source?views-mode=views-mode-map</p>
]]></content:encoded>
			<wfw:commentRss>http://homek.info/osman/wp/?feed=rss2&amp;p=146</wfw:commentRss>
		</item>
		<item>
		<title>online backup traybar hızlı sorunsuz çözüm</title>
		<link>http://homek.info/osman/wp/?p=145</link>
		<comments>http://homek.info/osman/wp/?p=145#comments</comments>
		<pubDate>Fri, 14 May 2010 08:16:24 +0000</pubDate>
		<dc:creator>osman</dc:creator>
		
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://homek.info/osman/wp/?p=145</guid>
		<description><![CDATA[www.syncplicity.com
]]></description>
			<content:encoded><![CDATA[<p>www.syncplicity.com</p>
]]></content:encoded>
			<wfw:commentRss>http://homek.info/osman/wp/?feed=rss2&amp;p=145</wfw:commentRss>
		</item>
		<item>
		<title>List of acquisitions by Google</title>
		<link>http://homek.info/osman/wp/?p=144</link>
		<comments>http://homek.info/osman/wp/?p=144#comments</comments>
		<pubDate>Tue, 04 May 2010 13:43:29 +0000</pubDate>
		<dc:creator>osman</dc:creator>
		
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://homek.info/osman/wp/?p=144</guid>
		<description><![CDATA[http://en.wikipedia.org/wiki/List_of_acquisitions_by_Google
]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/List_of_acquisitions_by_Google">http://en.wikipedia.org/wiki/List_of_acquisitions_by_Google</a></p>
]]></content:encoded>
			<wfw:commentRss>http://homek.info/osman/wp/?feed=rss2&amp;p=144</wfw:commentRss>
		</item>
		<item>
		<title>GMap versions and PdMarker</title>
		<link>http://homek.info/osman/wp/?p=142</link>
		<comments>http://homek.info/osman/wp/?p=142#comments</comments>
		<pubDate>Mon, 26 Apr 2010 09:16:31 +0000</pubDate>
		<dc:creator>osman</dc:creator>
		
		<category><![CDATA[google maps]]></category>

		<guid isPermaLink="false">http://homek.info/osman/wp/?p=142</guid>
		<description><![CDATA[http://www.pixeldevelopment.com/pdmarker.asp
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.pixeldevelopment.com/pdmarker.asp">http://www.pixeldevelopment.com/pdmarker.asp</a></p>
]]></content:encoded>
			<wfw:commentRss>http://homek.info/osman/wp/?feed=rss2&amp;p=142</wfw:commentRss>
		</item>
	</channel>
</rss>
