<?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>EAK Just Debian Guru Page :) &#187; Programlama</title>
	<atom:link href="http://eakcorp.com/category/programlama/feed/" rel="self" type="application/rss+xml" />
	<link>http://eakcorp.com</link>
	<description>Just another Linux weblog</description>
	<lastBuildDate>Wed, 24 Mar 2010 08:31:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Whois aplication with python &#8211; ew.py test</title>
		<link>http://eakcorp.com/2009/04/whois-aplication-with-python-ewpy-test/</link>
		<comments>http://eakcorp.com/2009/04/whois-aplication-with-python-ewpy-test/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 17:35:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programlama]]></category>

		<guid isPermaLink="false">http://debian.eakcorp.net/?p=127</guid>
		<description><![CDATA[Program Text dosya icindeki domain listesini sirayla whois cekerek bitis tarihlerini gostermektedir , iler leyen zamanda domain sahiplerine mail atmasinida planliyorum.
domainfile=open ('eakdomain.txt')
Dosyayi indirmek icin tiklayin bakim
]]></description>
			<content:encoded><![CDATA[<p>Program Text dosya icindeki domain listesini sirayla whois cekerek bitis tarihlerini gostermektedir , iler leyen zamanda domain sahiplerine mail atmasinida planliyorum.<br />
domainfile=open ('eakdomain.txt')</p>
<p>Dosyayi indirmek icin <a href="http://eakcorp.net/py/ew.zip">tiklayin bakim</a></p>
]]></content:encoded>
			<wfw:commentRss>http://eakcorp.com/2009/04/whois-aplication-with-python-ewpy-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blocking a DNS DDOS using the fail2ban package</title>
		<link>http://eakcorp.com/2009/02/blocking-a-dns-ddos-using-the-fail2ban-package/</link>
		<comments>http://eakcorp.com/2009/02/blocking-a-dns-ddos-using-the-fail2ban-package/#comments</comments>
		<pubDate>Mon, 09 Feb 2009 15:28:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Guvenlik]]></category>
		<category><![CDATA[Programlama]]></category>
		<category><![CDATA[Sunucu]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://debian.eakcorp.net/?p=94</guid>
		<description><![CDATA[[ad#ad-1]
Are you tired of getting multi-thousand line emails from the logcheck package that contain multiple reports of denied queries from named? If so this article will show how you can reject these DDOS attempts via the fail2ban package.
apt-get install fail2ban
mkdir /var/log/named
chmod a+w /var/log/named
Next, edit /etc/bind/named.conf.local and add the following lines
logging {
channel security_file {
file "/var/log/named/security.log" versions [...]]]></description>
			<content:encoded><![CDATA[<p>[ad#ad-1]<br />
Are you tired of getting multi-thousand line emails from the logcheck package that contain multiple reports of denied queries from named? If so this article will show how you can reject these DDOS attempts via the fail2ban package.</p>
<p>apt-get install fail2ban</p>
<pre>mkdir /var/log/named
chmod a+w /var/log/named</pre>
<p>Next, edit /etc/bind/named.conf.local and add the following lines</p>
<p>logging {<br />
channel security_file {<br />
file "/var/log/named/security.log" versions 3 size 30m;<br />
severity dynamic;         print-time yes;     };<br />
category security {         security_file;     };<br />
};</p>
<p>now to set up fail2ban.  Edit the /etc/fail2ban/jail.conf file and change from:</p>
<pre>[named-refused-udp]
enabled  = false to:true</pre>
<pre>[named-refused-tcp]</pre>
<pre>enabled  = false to true</pre>
<p>Then restart fail2ban in the usual manner,</p>
<pre>/etc/init.d/fail2ban restart

<a href="http://www.debian-administration.org/articles/623" target="_blank">read more article for click</a></pre>
]]></content:encoded>
			<wfw:commentRss>http://eakcorp.com/2009/02/blocking-a-dns-ddos-using-the-fail2ban-package/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hosting Musteri Takip Uygulamasi</title>
		<link>http://eakcorp.com/2009/01/hosting-musteri-takip-uygulamasi/</link>
		<comments>http://eakcorp.com/2009/01/hosting-musteri-takip-uygulamasi/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 11:36:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programlama]]></category>

		<guid isPermaLink="false">http://debian.eakcorp.net/?p=50</guid>
		<description><![CDATA[
Sevke gelmisken bide hostingleri takip etmek icin ayrica bir uygulama yazayim dedim , db yi olusturmak 1 yilimi aldi, sanmayinki aham saham bir db:) usengeclik ten dolayii bu ekonomik kriz benide vurdu artik hostlari ve domainleri daha yakindan takip etmeye basladim , ama yinede zorlugu var o yuzden usenmeden oturup tasarladim bir kismini yazdim ama [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://debian.eakcorp.net/images/Screenshot-1.png"><img class="alignleft" src="http://debian.eakcorp.net/images/Screenshot-1.png" alt="" width="256" height="172" /></a></p>
<p>Sevke gelmisken bide hostingleri takip etmek icin ayrica bir uygulama yazayim dedim , db yi olusturmak 1 yilimi aldi, sanmayinki aham saham bir db:) usengeclik ten dolayii bu ekonomik kriz benide vurdu artik hostlari ve domainleri daha yakindan takip etmeye basladim , ama yinede zorlugu var o yuzden usenmeden oturup tasarladim bir kismini yazdim ama daha bitmedii biten bolumleri tek tek atiyorum buraya , Belki lazim olur..<br />
[ad#ad-1]</p>
]]></content:encoded>
			<wfw:commentRss>http://eakcorp.com/2009/01/hosting-musteri-takip-uygulamasi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sade Basit Hatta Cok Basit Alacak Takip Programi Beta Version ????</title>
		<link>http://eakcorp.com/2009/01/sade-basit-hatta-cok-basit-alacak-takip-programi-beta-version/</link>
		<comments>http://eakcorp.com/2009/01/sade-basit-hatta-cok-basit-alacak-takip-programi-beta-version/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 10:26:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Programlama]]></category>

		<guid isPermaLink="false">http://debian.eakcorp.net/?p=42</guid>
		<description><![CDATA[
Hehe , sonunda alacak vercek takipibi icin kendime birseyler yazdim , henuz gelistirme asamasinda ama olsun yinede is goreceni umuyorum , svn olayini tam olarak bilmedigim icin svn icin link veremiyorum bunun icin kusura bakmayin gerci program icinde link veremiyorum cunku daha tam bitmedii hala yazim asamasinda eksikleri cok  ben bu haliyle kullanmaya basladim  [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" title="carieasy" src="http://debian.eakcorp.net/images/Screenshot.png" alt="" width="347" height="281" /></p>
<p>Hehe , sonunda alacak vercek takipibi icin kendime birseyler yazdim , henuz gelistirme asamasinda ama olsun yinede is goreceni umuyorum , svn olayini tam olarak bilmedigim icin svn icin link veremiyorum bunun icin kusura bakmayin gerci program icinde link veremiyorum cunku daha tam bitmedii hala yazim asamasinda eksikleri cok  ben bu haliyle kullanmaya basladim <img src='http://eakcorp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  bakalim benden baska kullanmak isteyen cikacakmi gorecez <img src='http://eakcorp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  gelelim programi hangi dilde yazdigimiza , gelgelelim uzun ugraslar sonunda pyhton,java,qt,swing ,gtk,tk arasinda gidisgelislerim neticesinde bu dilleri ogrenip is yapmamin baya bir zaman alacani , hem sunucu yonetip hemde yeni bir dil ogrenmeye calismanin nekkadar zor oldugunu gordukten sonra en iyi yol bildigin yoldur diyerek Fpc-Lazarus 2 lisinde yazamaya karar verdim , zaten Delphide kodyazann biri olarak gordumki vede hala anlam veremiyorum neden bu gelistiriciler fpc ye yanasmiyorlar neyse ben yanastim yazdim vede yazamaya devam edecem . Programin sade ve basit ekran goruntusu nude ekledikten sonra bu is tamam , zaten gorunce diceksiniz ammada basitmiss <img src='http://eakcorp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  isteyenlere programin tamamini yollarim yeterki isteyin.<br />
[ad#ad-1]</p>
]]></content:encoded>
			<wfw:commentRss>http://eakcorp.com/2009/01/sade-basit-hatta-cok-basit-alacak-takip-programi-beta-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
