<?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>Certified Ethical Hacker &#187; Linux</title>
	<atom:link href="http://www.cehturkiye.com/index.php/category/linux-os/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cehturkiye.com</link>
	<description>The Ethical Hacker Security Platform</description>
	<lastBuildDate>Fri, 27 Aug 2010 17:55:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Debian Lenny &#8211; Bugzilla3 Kurulumu</title>
		<link>http://www.cehturkiye.com/index.php/2009/11/11/debian-lenny-bugzilla3-kurulumu/debian-lenny-bugzilla3-kurulumu.html</link>
		<comments>http://www.cehturkiye.com/index.php/2009/11/11/debian-lenny-bugzilla3-kurulumu/debian-lenny-bugzilla3-kurulumu.html#comments</comments>
		<pubDate>Wed, 11 Nov 2009 11:39:19 +0000</pubDate>
		<dc:creator>ozan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bugzilla3]]></category>

		<guid isPermaLink="false">http://www.cehturkiye.com/?p=366</guid>
		<description><![CDATA[Web Server Kurulumu ; apt-get install apache2 Mysql Server Kurulumu ; apt-get install mysql-server Bugzilla3 Kurmak için  ; apt-get install bugzilla3 cp /usr/share/bugzilla3/debian/apache.conf /etc/apache2/conf.d/bugzilla3.conf /etc/init.d/apache2 restart chmod g+rw /etc/bugzilla3/params chown www-data:www-data /etc/bugzilla3/params Sorunsuz bir kurulum yaptıysanız http://SUNUCU_IP/cgi-bin/bugzilla3/index.cgi adresinden bugzillaya giriş yapabilirsiniz. Umarım pek fazla kullanmak durumunda kalmazsınız, az bug&#8217;sız projeler dilerim : ) Belki şu [...]]]></description>
		<wfw:commentRss>http://www.cehturkiye.com/index.php/2009/11/11/debian-lenny-bugzilla3-kurulumu/debian-lenny-bugzilla3-kurulumu.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>DirectAdmin Mail Adreslerini Listelemek</title>
		<link>http://www.cehturkiye.com/index.php/2009/08/28/directadmin-mail-adreslerini-listelemek/directadmin-mail-adreslerini-listelemek.html</link>
		<comments>http://www.cehturkiye.com/index.php/2009/08/28/directadmin-mail-adreslerini-listelemek/directadmin-mail-adreslerini-listelemek.html#comments</comments>
		<pubDate>Fri, 28 Aug 2009 13:53:15 +0000</pubDate>
		<dc:creator>ozan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Püf Noktalar]]></category>
		<category><![CDATA[directadmin mail extract]]></category>
		<category><![CDATA[directadmin mail listesi]]></category>
		<category><![CDATA[directadmin mail toplama]]></category>
		<category><![CDATA[mailleri çıkarmak]]></category>

		<guid isPermaLink="false">http://www.cehturkiye.com/?p=338</guid>
		<description><![CDATA[Eğer bir DirectAdmin hosting yönetim paneli kullanıyorsanız, mevcut domainlerin altındaki tüm mail adreslerini almak için aşağıdaki komutlar işinizi görür ; #!/bin/sh for d in `cat /etc/virtual/domains`; do { if [ ! -e /etc/virtual/$d/passwd ]; then continue; fi for u in `cat /etc/virtual/$d/passwd &#124; cut -d: -f1`; do { echo &#8220;$u@$d&#8221; &#62;&#62; maillistesi.txt; } done; } [...]]]></description>
		<wfw:commentRss>http://www.cehturkiye.com/index.php/2009/08/28/directadmin-mail-adreslerini-listelemek/directadmin-mail-adreslerini-listelemek.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Süper Sunucu &#8211; Debian Lenny (Debian 5.0) ve [ISPConfig 3]</title>
		<link>http://www.cehturkiye.com/index.php/2009/08/23/super-sunucu-debian-lenny-debian-50-ve-ispconfig-3/super-sunucu-debian-lenny-debian-50-ve-ispconfig-3.html</link>
		<comments>http://www.cehturkiye.com/index.php/2009/08/23/super-sunucu-debian-lenny-debian-50-ve-ispconfig-3/super-sunucu-debian-lenny-debian-50-ve-ispconfig-3.html#comments</comments>
		<pubDate>Sun, 23 Aug 2009 09:28:07 +0000</pubDate>
		<dc:creator>ozan</dc:creator>
				<category><![CDATA[Ethical Hacker]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apache2]]></category>
		<category><![CDATA[Debian Lenny]]></category>
		<category><![CDATA[exim]]></category>
		<category><![CDATA[ISPconfig3]]></category>
		<category><![CDATA[mydns]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[pureftpd]]></category>
		<category><![CDATA[Web server]]></category>

		<guid isPermaLink="false">http://www.cehturkiye.com/index.php/2009/08/23/super-sunucu-debian-lenny-debian-50-ve-ispconfig-3/super-sunucu-debian-lenny-debian-50-ve-ispconfig-3.html</guid>
		<description><![CDATA[Bu makalede, Debian Lenny (Debian 5.0) server kurulumu , ISPConfig3 web hosting paneli için gerekli servisler ve kurulum aşamaları anlatılmıştır. Apache web server, Postfix mail server, MySQL veritabanı sunucusu, MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, ve dahası … servislerin kurulumu ve ISPConfig3 ile yönetiminin nasıl gerçekleştirildiği anlatılmıştır. Dökümana http://www.cehturkiye.com/debianlenny-ispconfig3.pdf ve http://www.scribd.com/doc/19010999/debianlennyispconfig3 adresinden ulaşabilirsiniz. Belki şu konular [...]]]></description>
		<wfw:commentRss>http://www.cehturkiye.com/index.php/2009/08/23/super-sunucu-debian-lenny-debian-50-ve-ispconfig-3/super-sunucu-debian-lenny-debian-50-ve-ispconfig-3.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Linux Kernel &lt; 2.6.29 exit_notify() Local Privilege Escalation Exploit</title>
		<link>http://www.cehturkiye.com/index.php/2009/04/09/linux-kernel-2629-exit_notify-local-privilege-escalation-exploit/linux-kernel-2629-exit_notify-local-privilege-escalation-exploit.html</link>
		<comments>http://www.cehturkiye.com/index.php/2009/04/09/linux-kernel-2629-exit_notify-local-privilege-escalation-exploit/linux-kernel-2629-exit_notify-local-privilege-escalation-exploit.html#comments</comments>
		<pubDate>Thu, 09 Apr 2009 00:36:34 +0000</pubDate>
		<dc:creator>ozan</dc:creator>
				<category><![CDATA[Güvenlik]]></category>
		<category><![CDATA[Güvenlik Duyuruları]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[exit_notify()]]></category>
		<category><![CDATA[kernel 2.6.29]]></category>
		<category><![CDATA[linux hack]]></category>
		<category><![CDATA[Linux kernel]]></category>
		<category><![CDATA[local exploit]]></category>
		<category><![CDATA[local root exploit]]></category>
		<category><![CDATA[root exploit]]></category>

		<guid isPermaLink="false">http://www.cehturkiye.com/?p=284</guid>
		<description><![CDATA[Linux kernel 2.6.29 ve öncesi sürümlerde yerel bir açıklığın exploit kodları yayımlandı. Yerel kullanıcı haklarına sahip bir saldırgan bu kodlarla yetki yükseltebiliyor. Çözüm olarak aşağıdaki adreslerden ilgili güncellemeleri edinmenizi öneriyorum : exit_notify: kill the wrong capable(CAP_KILL) check (Oleg Nesterov) Bugzilla Bug 493771: kernel: exit_notify: kill the wrong capable(CAP_KILL) check (Eugene Teo) Linux Homepage (Linux) patch-2.6.29-git14.log [...]]]></description>
		<wfw:commentRss>http://www.cehturkiye.com/index.php/2009/04/09/linux-kernel-2629-exit_notify-local-privilege-escalation-exploit/linux-kernel-2629-exit_notify-local-privilege-escalation-exploit.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
