<?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>Mehmet Ali</title>
	<atom:link href="http://www.mehmet-ali.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mehmet-ali.net</link>
	<description>Linux ve Sistem Yönetimi Üzerine</description>
	<lastBuildDate>Wed, 16 May 2012 14:42:11 +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>www adresine yönlendirmek</title>
		<link>http://www.mehmet-ali.net/www-adresine-yonlendirmek/</link>
		<comments>http://www.mehmet-ali.net/www-adresine-yonlendirmek/#comments</comments>
		<pubDate>Wed, 16 May 2012 14:42:11 +0000</pubDate>
		<dc:creator>sysadmin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.mehmet-ali.net/?p=790</guid>
		<description><![CDATA[Site ziyaretçilerinizi site.com dan www.site.com'a yönlendirmek isterseniz Apache için ; #.htaccess RewriteEngine On RewriteCond %{HTTP_HOST} !^www\.domain\.com RewriteRule (.*) http://www.domain.com$1 [R=301,L] Nginx için ; # /etc/nginx/nginx.conf if ($http_host !~ "^www\.domain\.com$") { rewrite ^(.*) http://www.domain.com$1 permanent; } ayarlarını kullanabilirsiniz.]]></description>
		<wfw:commentRss>http://www.mehmet-ali.net/www-adresine-yonlendirmek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS&#8217;a Apache olmadan ApacheBench yüklemek</title>
		<link>http://www.mehmet-ali.net/centosa-apache-olmadan-apachebench-yuklemek/</link>
		<comments>http://www.mehmet-ali.net/centosa-apache-olmadan-apachebench-yuklemek/#comments</comments>
		<pubDate>Mon, 14 May 2012 14:54:51 +0000</pubDate>
		<dc:creator>sysadmin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.mehmet-ali.net/?p=787</guid>
		<description><![CDATA[apr-util'i yükleyin (ab için gereklidir): yum install apr-util yum-utils'i yükleyin: yum install yum-utils httpd'i indirip içinden ab'ı çıkarın: mkdir ~/httpd cd ~/httpd yumdownloader httpd rpm2cpio httpd-2.2.3-43.el5.centos.3.i386.rpm &#124; cpio -idmv mv usr/bin/ab /usr/bin/ab cd ~ rm -rf ~/httpd ab'ı çalıştırın: ab http://mehmet-ali.net/ This is ApacheBench, Version 2.0.40-dev < $Revision: 1.146 $> apache-2.0]]></description>
		<wfw:commentRss>http://www.mehmet-ali.net/centosa-apache-olmadan-apachebench-yuklemek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache 2.2 mod_rpaf Kurulumu</title>
		<link>http://www.mehmet-ali.net/apache-2-2-mod_rpaf-kurulumu/</link>
		<comments>http://www.mehmet-ali.net/apache-2-2-mod_rpaf-kurulumu/#comments</comments>
		<pubDate>Tue, 08 May 2012 12:31:19 +0000</pubDate>
		<dc:creator>sysadmin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.mehmet-ali.net/?p=785</guid>
		<description><![CDATA[wget http://stderr.net/apache/rpaf/download/mod_rpaf-0.6.tar.gz tar xvfz mod_rpaf-0.6.tar.gz cd mod_rpaf-0.6 sed -ie 's/apxs2/apxs/' Makefile make rpaf-2.0 make install-2.0 LoadModule rpaf_module /usr/lib/apache/mod_rpaf-2.0.so RPAFenable On RPAFsethostname On RPAFproxy_ips 127.0.0.1 SUNUCUIPADRESLERINIZ RPAFheader X-Forwarded-For Aramalar:mod_rpaf kurulum]]></description>
		<wfw:commentRss>http://www.mehmet-ali.net/apache-2-2-mod_rpaf-kurulumu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpize: command not found</title>
		<link>http://www.mehmet-ali.net/phpize-command-not-found/</link>
		<comments>http://www.mehmet-ali.net/phpize-command-not-found/#comments</comments>
		<pubDate>Wed, 02 May 2012 08:36:57 +0000</pubDate>
		<dc:creator>sysadmin</dc:creator>
				<category><![CDATA[Kategorilenmemiş]]></category>
		<category><![CDATA[php phpize]]></category>

		<guid isPermaLink="false">http://www.mehmet-ali.net/?p=782</guid>
		<description><![CDATA[php-devel paketini kurmanız sorunu çözecektir. yum install php-devel Aramalar:phpize command not found, unable to run as administrator hatasi‎]]></description>
		<wfw:commentRss>http://www.mehmet-ali.net/phpize-command-not-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>-bash pecl command not found</title>
		<link>http://www.mehmet-ali.net/bash-pecl-command-not-found/</link>
		<comments>http://www.mehmet-ali.net/bash-pecl-command-not-found/#comments</comments>
		<pubDate>Wed, 02 May 2012 08:34:37 +0000</pubDate>
		<dc:creator>sysadmin</dc:creator>
				<category><![CDATA[Kategorilenmemiş]]></category>
		<category><![CDATA[php pear]]></category>

		<guid isPermaLink="false">http://www.mehmet-ali.net/?p=780</guid>
		<description><![CDATA[PECL kütüphanesini yüklemek için php'nin Pear paketini yüklemeniz gerekmektedir. yum install php-pear]]></description>
		<wfw:commentRss>http://www.mehmet-ali.net/bash-pecl-command-not-found/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting httpd: (98)Address already in use: make_sock: could not bind to address</title>
		<link>http://www.mehmet-ali.net/starting-httpd-98address-already-in-use-make_sock-could-not-bind-to-address/</link>
		<comments>http://www.mehmet-ali.net/starting-httpd-98address-already-in-use-make_sock-could-not-bind-to-address/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 22:24:22 +0000</pubDate>
		<dc:creator>sysadmin</dc:creator>
				<category><![CDATA[Kategorilenmemiş]]></category>

		<guid isPermaLink="false">http://www.mehmet-ali.net/?p=772</guid>
		<description><![CDATA[# /etc/init.d/httpd restart Stopping httpd: [ OK ] Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80 (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable to open logs Çözüm için aşağıdaki komutları uygulayın ; for i in `ps auwx &#124; grep [...]]]></description>
		<wfw:commentRss>http://www.mehmet-ali.net/starting-httpd-98address-already-in-use-make_sock-could-not-bind-to-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache 2.4 Kurulumu (CentOS üzerine derleyerek)</title>
		<link>http://www.mehmet-ali.net/apache-2-4-kurulumu-centos-uzerine-derleyerek/</link>
		<comments>http://www.mehmet-ali.net/apache-2-4-kurulumu-centos-uzerine-derleyerek/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 09:41:35 +0000</pubDate>
		<dc:creator>sysadmin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.mehmet-ali.net/?p=777</guid>
		<description><![CDATA[Apache 2.4.1 indirmek ve derlemek ; cd /usr/local/src/ wget http://apache.mirrors.pair.com//httpd/httpd-2.4.1.tar.bz2 tar -jxf httpd-2.4.1.tar.bz2 cd httpd-2.4.1 ./configure --prefix=/usr/local/apache --enable-so --enable-deflate --enable-expires --enable-headers --enable-rewrite (İhtiyacanız olan diğer modülleri de ekleyerek derleyebilirsiniz bana deflate expires header ve rewrite lazım olduğu için bunları ekledim) Hata alıyorsak gcc derleyici ve diğer paketleri de kurmamız gerekecek yum install apr-devel apr-util-devel gcc [...]]]></description>
		<wfw:commentRss>http://www.mehmet-ali.net/apache-2-4-kurulumu-centos-uzerine-derleyerek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Php Saat Ayarı, php.ini timezone</title>
		<link>http://www.mehmet-ali.net/php-saat-ayari-php-ini-timezone/</link>
		<comments>http://www.mehmet-ali.net/php-saat-ayari-php-ini-timezone/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 09:28:39 +0000</pubDate>
		<dc:creator>sysadmin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[timezone]]></category>

		<guid isPermaLink="false">http://www.mehmet-ali.net/?p=768</guid>
		<description><![CDATA[Eğer sitelerinizdeki saatlerde bir yanlışlık var ise php.ini dosyanızdan date.timezone = "Europe/Istanbul"; şeklinde ayarlayabilir ya da php sayfanızda en üste date_default_timezone_set('Europe/Istanbul'); yazarak düzeltebilirsiniz. Aramalar:php ini saat ayarları]]></description>
		<wfw:commentRss>http://www.mehmet-ali.net/php-saat-ayari-php-ini-timezone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inetbase Kurulumu</title>
		<link>http://www.mehmet-ali.net/inetbase-kurulumu/</link>
		<comments>http://www.mehmet-ali.net/inetbase-kurulumu/#comments</comments>
		<pubDate>Fri, 27 Apr 2012 09:16:12 +0000</pubDate>
		<dc:creator>sysadmin</dc:creator>
				<category><![CDATA[Güvenlik]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.mehmet-ali.net/?p=773</guid>
		<description><![CDATA[wget http://www.inetbase.com/scripts/ddos/install.sh sh install.sh nano /usr/local/ddos/ddos.conf APF_BAN=0 // 0 işaretlerseniz iptables ile banlıyor 1 işaretlerseniz apf ile banlıyor NO_OF_CONNECTIONS=150 // Bir ip adresinden 150 bağlantı olduğunda banlıyor BAN_PERIOD=600 // Saniye cinsinden banlama suresi (10dk) EMAIL_TO=buraya@mailadresiniz.com // yazdiginiz adrese ban raporlari gelecek Koda netstat -tn --inet 2> /dev/null&#124; grep ":80" &#124; awk '/tcp[ ]*[0-9]+[ ]*[0-9]+[ ]+[^ [...]]]></description>
		<wfw:commentRss>http://www.mehmet-ali.net/inetbase-kurulumu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Komut Satırından Telnet Client&#8217;ı yüklemek</title>
		<link>http://www.mehmet-ali.net/komut-satirindan-telnet-clienti-yuklemek/</link>
		<comments>http://www.mehmet-ali.net/komut-satirindan-telnet-clienti-yuklemek/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 11:55:39 +0000</pubDate>
		<dc:creator>sysadmin</dc:creator>
				<category><![CDATA[Kategorilenmemiş]]></category>

		<guid isPermaLink="false">http://www.mehmet-ali.net/?p=770</guid>
		<description><![CDATA[pkgmgr /iu:"TelnetClient" Aramalar:telneti komut satırından yüklemek]]></description>
		<wfw:commentRss>http://www.mehmet-ali.net/komut-satirindan-telnet-clienti-yuklemek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

