<?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>İsmail Ata KURT</title>
	<atom:link href="http://degiske.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://degiske.com</link>
	<description>fındıklı kahve ile güçlendirilmiş blog :)</description>
	<lastBuildDate>Thu, 11 Mar 2010 12:50:22 +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>Duplicate entry &#8216;127&#8242; for key 1</title>
		<link>http://degiske.com/2010/03/02/duplicate-entry-127-for-key-1/</link>
		<comments>http://degiske.com/2010/03/02/duplicate-entry-127-for-key-1/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 15:01:05 +0000</pubDate>
		<dc:creator>Xcoder</dc:creator>
				<category><![CDATA[Kategorisiz]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://degiske.com/?p=296</guid>
		<description><![CDATA[Dikkatsizlik sonucu tablonun birincil anahtarını (primary key)  int seçeceğime tinyint seçince karışlaştığım hata.  
]]></description>
			<content:encoded><![CDATA[<p>Dikkatsizlik sonucu tablonun birincil anahtarını (primary key)  int seçeceğime tinyint seçince karışlaştığım hata. <img src='http://degiske.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://degiske.com/2010/03/02/duplicate-entry-127-for-key-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Taşındım</title>
		<link>http://degiske.com/2010/02/16/tasindim/</link>
		<comments>http://degiske.com/2010/02/16/tasindim/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 01:21:13 +0000</pubDate>
		<dc:creator>Xcoder</dc:creator>
				<category><![CDATA[Kategorisiz]]></category>

		<guid isPermaLink="false">http://degiske.com/?p=234</guid>
		<description><![CDATA[Günlüğümü bundan sonra degiske.com alan adından  takip edebilirsiniz.
]]></description>
			<content:encoded><![CDATA[<p>Günlüğümü bundan sonra <a href="http://degiske.com">degiske.com</a> alan adından  takip edebilirsiniz.</p>
]]></content:encoded>
			<wfw:commentRss>http://degiske.com/2010/02/16/tasindim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery ile T.C Kimlik No doğrulama</title>
		<link>http://degiske.com/2009/12/23/jquery-ile-t-c-kimlik-no-dogrulama/</link>
		<comments>http://degiske.com/2009/12/23/jquery-ile-t-c-kimlik-no-dogrulama/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 19:27:09 +0000</pubDate>
		<dc:creator>Xcoder</dc:creator>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[algoritma]]></category>

		<guid isPermaLink="false">http://blog.livaxmedia.com/?p=208</guid>
		<description><![CDATA[T.C Kimlik No Doğrulama Algoritması :
TC Kimlik numaraları 11 basamaktan oluşmaktadır.
İlk 9 basamak arasında kurulan bir algoritma bize 10. basamağı,
ilk 10 basamak arasında kurulan algoritma ise bize 11. basamağı verir.
* 11 hanelidir.
* Her hanesi rakamsal değer içerir.
* İlk hane 0 olamaz.
* 1. 3. 5. 7. ve 9. hanelerin toplamının 7 katından, 2. 4. 6. ve [...]]]></description>
			<content:encoded><![CDATA[<p><strong>T.C Kimlik No Doğrulama Algoritması :</strong></p>
<p>TC Kimlik numaraları 11 basamaktan oluşmaktadır.<br />
İlk 9 basamak arasında kurulan bir algoritma bize 10. basamağı,<br />
ilk 10 basamak arasında kurulan algoritma ise bize 11. basamağı verir.<br />
* 11 hanelidir.<br />
* Her hanesi rakamsal değer içerir.<br />
* İlk hane 0 olamaz.<br />
* 1. 3. 5. 7. ve 9. hanelerin toplamının 7 katından, 2. 4. 6. ve 8. hanelerin toplamı çıkartıldığında, elde edilen sonucun 10&#8242;a bölümünden kalan, yani Mod10&#8242;u bize 10. haneyi verir.<br />
* 1. 2. 3. 4. 5. 6. 7. 8. 9. ve 10. hanelerin toplamından elde edilen sonucun 10&#8242;a bölümünden kalan, yani Mod10&#8242;u bize 11. haneyi verir.</p>
<p><strong>Örnek Kullanım :</strong>( jQuery plugin olarak ):</p>
<p><strong><span id="more-208"></span><br />
</strong></p>
<pre class="brush:js">$('#kimlikNo').tcnomu();</pre>
<p>Geçerli T.C No ise True değilse False döndürür.</p>
<p><em><a href="http://blog.livaxmedia.com/demo/js/jquery.tcno/test.html">Örnek</a> |  <a href="http://blog.livaxmedia.com/wp-content/uploads/2009/12/jquery.tcno_.zip">İndir</a></em></p>
<p><strong>Örnek Kullanım</strong> : ( jQuery <a href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/">validate plugin</a> extension olarak ):</p>
<pre class="brush:js">    $("#tcform").validate({
        rules: {
            tcno: {
                required: true,
                minlength: 11,
                tcno: true
            },
            messages: {
                tcno: "Lütfen geçerli bir T.C No girin."
            }
        }
});</pre>
<p><a href="http://blog.livaxmedia.com/demo/js/jquery.validate.tcno/test_jquery.validate.extension.html">Örnek</a> | <a href="http://blog.livaxmedia.com/wp-content/uploads/2009/12/jquery.validate.tcno.zip"> İndir</a></p>
<p><a href="http://blog.livaxmedia.com/wp-content/uploads/2009/12/jquery.tcno_src.zip">Sıkıştırılmamış halleriyle birlikte indir</a></p>
]]></content:encoded>
			<wfw:commentRss>http://degiske.com/2009/12/23/jquery-ile-t-c-kimlik-no-dogrulama/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Utanç tablosu</title>
		<link>http://degiske.com/2009/10/29/utanc-tablosu/</link>
		<comments>http://degiske.com/2009/10/29/utanc-tablosu/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 13:06:20 +0000</pubDate>
		<dc:creator>Xcoder</dc:creator>
				<category><![CDATA[Kategorisiz]]></category>

		<guid isPermaLink="false">http://blog.livaxmedia.com/?p=203</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://degiske.com/wp-content/uploads/2009/10/ttnet_utanc_tablosub.jpg" target="_blank"><img class="alignnone size-full wp-image-204" title="ttnet_utanc_tablosu" src="http://degiske.com/wp-content/uploads/2009/10/ttnet_utanc_tablosu.jpg" alt="ttnet_utanc_tablosu" width="480" height="280" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://degiske.com/2009/10/29/utanc-tablosu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ftp zararlıları üzerine</title>
		<link>http://degiske.com/2009/10/14/ftp-iframe-zararlilari-uzerine/</link>
		<comments>http://degiske.com/2009/10/14/ftp-iframe-zararlilari-uzerine/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 14:52:27 +0000</pubDate>
		<dc:creator>Xcoder</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[plesk]]></category>
		<category><![CDATA[proftpd]]></category>
		<category><![CDATA[virus]]></category>

		<guid isPermaLink="false">http://blog.livaxmedia.com/?p=171</guid>
		<description><![CDATA[
Günümüzde zararlılar sadece kullandığımız bilgisayarlara zarar vermekle kalmıyor aynı zamanda sitelerimizi ve ziyaretçilerini de hedef alır hale geldi.  Bu tip zararlılar genellikle kırılmış ftp uygulamarı aracılığıyla kendini sitelerimize atıyor.  Bunlardan kurtulmanın birçok yolu olmasına karşın en basit yöntemlerden biri ftp erişimini belli ip aralığı ile sınırlı tutmak.
Centos 5 ve Proftpd ftp sunucusu için gerekli adımlar [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-thumbnail wp-image-173" title="iframe-viruslu-site" src="/wp-content/uploads/2009/10/iframe-viruslu-site-150x150.jpg" alt="iframe-viruslu-site" width="150" height="150" /></p>
<p>Günümüzde zararlılar sadece kullandığımız bilgisayarlara zarar vermekle kalmıyor aynı zamanda sitelerimizi ve ziyaretçilerini de hedef alır hale geldi.  Bu tip zararlılar genellikle kırılmış ftp uygulamarı aracılığıyla kendini sitelerimize atıyor.  Bunlardan kurtulmanın birçok yolu olmasına karşın en basit yöntemlerden biri ftp erişimini belli ip aralığı ile sınırlı tutmak.</p>
<p>Centos 5 ve Proftpd ftp sunucusu için gerekli adımlar :</p>
<p><span id="more-171"></span></p>
<p>Bu iş için proftpd&#8217;nin<a href="http://www.castaglia.org/proftpd/modules/mod_ifsession.html"> mod_ifsession</a> adlı modülü var. Varsayılan olarak mod_ifsession gelmiyor ama gene de kontrol etmenin faydası var.</p>
<pre class="brush:bash, shell ">/usr/sbin/proftpd -l</pre>
<p>Yüklü modül listesinde mod_ifsession yoksa Proftpd&#8217;yi  mod_ifsession modülüyle birlikte derlememiz gerekiyor.</p>
<pre class="brush:bash, shell ">yum install gcc pam-devel</pre>
<pre class="brush:bash, shell ">wget ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.2a.tar.bz2</pre>
<pre class="brush:bash, shell "> tar -xvf proftpd-1.3.2.tar.gz</pre>
<pre class="brush:bash, shell "> cd proftpd-1.3.2</pre>
<pre class="brush:bash, shell ">./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/run
--with-modules=mod_ratio:mod_readme:mod_tls:mod_quotatab:
mod_quotatab_file:mod_auth_pam:mod_ifsession --enable-ctrls --enable-dso</pre>
<pre class="brush:bash, shell ">make</pre>
<pre class="brush:bash, shell ">cp proftpd /usr/sbin/proftpd</pre>
<p>x ftp kullanıcısının ip adresini belirlemek ( sadece belirttiğimiz ip/ip aralığı ile ftp&#8217;ye erişebilir)</p>
<pre class="brush:bash, shell ">nano /etc/proftpd.include</pre>
<pre class="brush:plain,text">&lt;class sabit_ip&gt;
    From 1.2.3.4
  &lt;/class&gt;

  &lt;ifuser x&gt;
    &lt;limit LOGIN&gt;
      AllowClass sabit_ip
      DenyAll
    &lt;/limit&gt;
  &lt;/ifuser&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://degiske.com/2009/10/14/ftp-iframe-zararlilari-uzerine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Plesk domain silme hatası</title>
		<link>http://degiske.com/2009/05/30/plesk-domain-silme-hatasi/</link>
		<comments>http://degiske.com/2009/05/30/plesk-domain-silme-hatasi/#comments</comments>
		<pubDate>Sat, 30 May 2009 01:18:01 +0000</pubDate>
		<dc:creator>Xcoder</dc:creator>
				<category><![CDATA[Güncel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.livaxmedia.com/2009/05/30/plesk-domain-silme-hatasi/</guid>
		<description><![CDATA[Plesk 8.3 linux ile karşıma gelen hata :
 DomainUser::getAccount failed: Unable to create Account object: Account: unable to select: no such row in the table
0: /usr/local/psa/admin/plib/class.PhDomain.php:424
PhDomain-&#62;reset(integer &#8216;0&#8242;, boolean true, boolean false)
1: /usr/local/psa/admin/plib/class.BsDomain.php:307
BsDomain-&#62;reset(integer &#8216;0&#8242;)
2: /usr/local/psa/admin/plib/class.BsDomain.php:301
BsDomain-&#62;delete(integer &#8216;0&#8242;)
3: /usr/local/psa/admin/plib/class.BsDomain.php:541
mdeleteDomains(array)
4: /usr/local/psa/admin/plib/class.Manager.php:352
Manager-&#62;removeDomains(array)
5: /usr/local/psa/admin/htdocs/domains/removeDomains.php3:44
Uyarı : Oluşabilecek sorunlardan sorumlu değilim 
Seri çözüm 
Tek yapmanız gereken $password kısmına plesk admin şifrenizi girmek
pleskdomaindeletefix.phps 
indir
kaynak [...]]]></description>
			<content:encoded><![CDATA[<p>Plesk 8.3 linux ile karşıma gelen hata :</p>
<blockquote><p> DomainUser::getAccount failed: Unable to create Account object: Account: unable to select: no such row in the table</p>
<p>0: /usr/local/psa/admin/plib/class.PhDomain.php:424<br />
PhDomain-&gt;reset(integer &#8216;0&#8242;, boolean true, boolean false)<br />
1: /usr/local/psa/admin/plib/class.BsDomain.php:307<br />
BsDomain-&gt;reset(integer &#8216;0&#8242;)<br />
2: /usr/local/psa/admin/plib/class.BsDomain.php:301<br />
BsDomain-&gt;delete(integer &#8216;0&#8242;)<br />
3: /usr/local/psa/admin/plib/class.BsDomain.php:541<br />
mdeleteDomains(array)<br />
4: /usr/local/psa/admin/plib/class.Manager.php:352<br />
Manager-&gt;removeDomains(array)<br />
5: /usr/local/psa/admin/htdocs/domains/removeDomains.php3:44</p></blockquote>
<p><strong>Uyarı : Oluşabilecek sorunlardan sorumlu değilim </strong></p>
<p>Seri çözüm <img src='http://degiske.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Tek yapmanız gereken $password kısmına plesk admin şifrenizi girmek</p>
<p><a href="http://blog.livaxmedia.com/wp-content/uploads/2009/05/pleskdomaindeletefix.phps" title="pleskdomaindeletefix.phps">pleskdomaindeletefix.phps </a></p>
<p><a href="http://blog.livaxmedia.com/wp-content/uploads/2009/05/pleskdomaindeletefix.zip">indir</a></p>
<p>kaynak :</p>
<p><a href="http://kb.parallels.com/en/5493">http://kb.parallels.com/en/5493</a></p>
<p><a href="http://www.apaitu.com/2008/05/08/dashboard-preset-used-by-user-failed-dashboardpreset-unable-to-select-no-such-row-in-the-table/">http://www.apaitu.com/2008/05/08/dashboard-preset-used-by-user-failed-dashboardpreset-unable-to-select-no-such-row-in-the-table/<br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://degiske.com/2009/05/30/plesk-domain-silme-hatasi/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Merhaba sivil dünya!</title>
		<link>http://degiske.com/2009/05/17/merhaba-sivil-dunya/</link>
		<comments>http://degiske.com/2009/05/17/merhaba-sivil-dunya/#comments</comments>
		<pubDate>Sun, 17 May 2009 11:11:56 +0000</pubDate>
		<dc:creator>Xcoder</dc:creator>
				<category><![CDATA[Kategorisiz]]></category>

		<guid isPermaLink="false">http://blog.livaxmedia.com/2009/05/17/merhaba-sivil-dunya/</guid>
		<description><![CDATA[Sayılı gün çabuk geçiyor , darısı diğer arkadaşların  başına , şimdiden hayırlı tezkereler  
]]></description>
			<content:encoded><![CDATA[<p>Sayılı gün çabuk geçiyor , darısı diğer arkadaşların  başına , şimdiden hayırlı <a href="http://sozluk.sourtimes.org/show.asp?t=h%C3%BCrgeneral&amp;nr=y&amp;pt=hurgeneral">tezkereler</a> <img src='http://degiske.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://degiske.com/2009/05/17/merhaba-sivil-dunya/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>askerde</title>
		<link>http://degiske.com/2008/12/11/askerde/</link>
		<comments>http://degiske.com/2008/12/11/askerde/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 10:31:16 +0000</pubDate>
		<dc:creator>Xcoder</dc:creator>
				<category><![CDATA[Güncel]]></category>

		<guid isPermaLink="false">http://blog.livaxmedia.com/2008/12/11/askerde/</guid>
		<description><![CDATA[
325. dönem hava piyade olarak.
* Birliğe erken katılmadım tabiki , önceden yazıyorum  
]]></description>
			<content:encoded><![CDATA[<p><img src="http://degiske.com/wp-content/uploads/2008/12/thk.jpg" alt="thk.jpg" /></p>
<p>325. dönem hava piyade olarak.<br />
* Birliğe erken katılmadım tabiki , önceden yazıyorum <img src='http://degiske.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://degiske.com/2008/12/11/askerde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>istatistikçinin aşkı :)</title>
		<link>http://degiske.com/2008/10/27/istatistikcinin-aski/</link>
		<comments>http://degiske.com/2008/10/27/istatistikcinin-aski/#comments</comments>
		<pubDate>Sun, 26 Oct 2008 21:34:42 +0000</pubDate>
		<dc:creator>Xcoder</dc:creator>
				<category><![CDATA[Geyik]]></category>
		<category><![CDATA[Güldüklerim]]></category>
		<category><![CDATA[İstatistik]]></category>
		<category><![CDATA[komik]]></category>

		<guid isPermaLink="false">http://blog.livaxmedia.com/2008/10/27/istatistikcinin-aski/</guid>
		<description><![CDATA[
Normal dağılımı ispatlarken çizilmiş olması pek muhtemel  
Bir de söyleneni var o daha bir güzel
(YeniHarman) 
]]></description>
			<content:encoded><![CDATA[<p><a href="http://xkcd.com/55/" title="useless.jpg"><img src="http://degiske.com/wp-content/uploads/2008/10/useless.jpg" alt="useless.jpg" /></a></p>
<p>Normal dağılımı ispatlarken çizilmiş olması pek muhtemel <img src='http://degiske.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Bir de söyleneni var o daha bir güzel<br />
(<a href="http://www.yeniharman.org">YeniHarman</a>) </p>
]]></content:encoded>
			<wfw:commentRss>http://degiske.com/2008/10/27/istatistikcinin-aski/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blog.livaxmedia.com/wp-content/uploads/2008/10/yeniharman_istatistikcinin_aski.mp3" length="3557669" type="audio/mpeg" />
<enclosure url="http://degiske.com/wp-content/uploads/2008/10/yeniharman_istatistikcinin_aski.mp3" length="3557669" type="audio/mpeg" />
		</item>
		<item>
		<title>php ile zemberek-server kullanımı</title>
		<link>http://degiske.com/2008/08/01/php-ile-zemberek-server-kullanimi/</link>
		<comments>http://degiske.com/2008/08/01/php-ile-zemberek-server-kullanimi/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 00:01:14 +0000</pubDate>
		<dc:creator>Xcoder</dc:creator>
				<category><![CDATA[Kategorisiz]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programlama]]></category>
		<category><![CDATA[zemberek]]></category>

		<guid isPermaLink="false">http://blog.livaxmedia.com/2008/08/01/php-ile-zemberek-server-kullanimi/</guid>
		<description><![CDATA[Zemberek, açık kodlu Türkçe Doğal dil işleme kütüphanesi ve OpenOffice eklentisidir.
Örnek 1:

Dene

Örnek 2:

Dene
zemberek-server erişim sınıfı ve  örnek kodlar
]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/p/zemberek/">Zemberek</a>, açık kodlu Türkçe Doğal dil işleme kütüphanesi ve <span class="mw-redirect">OpenOffice</span> eklentisidir.</p>
<p>Örnek 1:</p>
<p><a href="http://degiske.com/2008/08/01/php-ile-zemberek-server-kullanimi/ornek1/" rel="attachment wp-att-158" title="örnek1"><img src="http://degiske.com/wp-content/uploads/2008/08/ornek1.png" alt="örnek1" /></a></p>
<p><a href="/demo/php/zemberek/ornek1.php">Dene</a></p>
<p><span id="more-154"></span></p>
<p>Örnek 2:</p>
<p><a href="http://degiske.com/2008/08/01/php-ile-zemberek-server-kullanimi/ornek2/" rel="attachment wp-att-159" title="örnek2"><img src="http://degiske.com/wp-content/uploads/2008/08/ornek2.png" alt="örnek2" /></a></p>
<p><a href="http://degiske.com/2008/08/01/php-ile-zemberek-server-kullanimi/ornek2/" rel="attachment wp-att-159" title="örnek2"></a><a href="/demo/php/zemberek/ornek2.php">Dene</a><br />
<a href="http://degiske.com/wp-content/uploads/2008/08/php-zemberek.tar.bz2">zemberek-server erişim sınıfı ve  örnek kodlar</a></p>
]]></content:encoded>
			<wfw:commentRss>http://degiske.com/2008/08/01/php-ile-zemberek-server-kullanimi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
