<?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>Web Hosting - Linux Hosting - Windows Hosting - IRC Hosting - Radyo Hosting &#187; Linux</title>
	<atom:link href="http://www.aysima.net/category/linux-hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aysima.net</link>
	<description>web hosting, linux hosting, windows hosting, irc hosting, reseller hosting, radyo hosting, aysima script</description>
	<lastBuildDate>Tue, 16 Mar 2010 12:18:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mysql Root Şifresi Sıfırlamak</title>
		<link>http://www.aysima.net/2009/03/08/mysql-root-sifresi-sifirlamak/</link>
		<comments>http://www.aysima.net/2009/03/08/mysql-root-sifresi-sifirlamak/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 14:25:49 +0000</pubDate>
		<dc:creator>Ayberk</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.aysima.net/2009/03/08/mysql-root-sifresi-sifirlamak/</guid>
		<description><![CDATA[Merhabalar;
sırası ile komutları takip ederek root şifrenizi sıfırlayabilirsiniz.
/etc/init.d/mysql stop
mysqld_safe &#8211;skip-grant-tables &#038;
mysql -u root
use mysql;
update user set password=PASSWORD(&#8220;yenişifreniz&#8221;) where User=&#8217;root&#8217;;
flush privileges;
quit
/etc/init.d/mysql stop
/etc/init.d/mysql start
yaptıktan sonra 
mysql -u root -p
komutu ile giriş yapabilirsiniz. Şifre sorucaktır yenişifreniz olarak belirttiğim kısıma şifrenizi yazınız. 
/etc/init.d/mysql olarak yazdığım kısım /etc/init.d/mysqld olarakta olabilir.
]]></description>
		<wfw:commentRss>http://www.aysima.net/2009/03/08/mysql-root-sifresi-sifirlamak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linuxta ikinci harddiske format atmak</title>
		<link>http://www.aysima.net/2009/03/08/linuxta-ikinci-harddiske-format-atmak/</link>
		<comments>http://www.aysima.net/2009/03/08/linuxta-ikinci-harddiske-format-atmak/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 14:22:45 +0000</pubDate>
		<dc:creator>Ayberk</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.aysima.net/2009/03/08/linuxta-ikinci-harddiske-format-atmak/</guid>
		<description><![CDATA[Merhabalar;
fdisk -l
yaparak disk listesine baktıktan sonra kullanılmayan ( genellikle sdb yada hdb ) harddisk id sini alıpki ben sdb kabul edicem;
mkdir /backup
mkfs.ext3 /dev/sdb -L /backup -j
mount /dev/sdb/ /backup
şeklinde ikinci harddiski /backup olarak çalıştırabilirsiniz.
]]></description>
		<wfw:commentRss>http://www.aysima.net/2009/03/08/linuxta-ikinci-harddiske-format-atmak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Openvz HyperVM ( Server refused to allocate pty stdin: is not a tty ) Problemi</title>
		<link>http://www.aysima.net/2009/03/08/openvz-hypervm-server-refused-to-allocate-pty-stdin-is-not-a-tty-problemi/</link>
		<comments>http://www.aysima.net/2009/03/08/openvz-hypervm-server-refused-to-allocate-pty-stdin-is-not-a-tty-problemi/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 14:15:22 +0000</pubDate>
		<dc:creator>Ayberk</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.aysima.net/2009/03/08/openvz-hypervm-server-refused-to-allocate-pty-stdin-is-not-a-tty-problemi/</guid>
		<description><![CDATA[Merhabalar;
açtığınız vps in ssh bağlantısında
Server refused to allocate pty stdin: is not a tty
bu hatayı alırsanız
vzctl exec VPSnumarasi /sbin/MAKEDEV tty
vzctl exec VPSnumarasi /sbin/MAKEDEV pty
şeklinde düzeltebilirsiniz. Vps numarasına hypervm panelden bakabilirsiniz.
]]></description>
		<wfw:commentRss>http://www.aysima.net/2009/03/08/openvz-hypervm-server-refused-to-allocate-pty-stdin-is-not-a-tty-problemi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Iftop Kurulumu</title>
		<link>http://www.aysima.net/2009/03/06/iftop-kurulumu/</link>
		<comments>http://www.aysima.net/2009/03/06/iftop-kurulumu/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 15:23:31 +0000</pubDate>
		<dc:creator>Ayberk</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.aysima.net/2009/03/06/iftop-kurulumu/</guid>
		<description><![CDATA[Merhabalar;
iftop kurulumuda mytop kurulumuna çok benzer. Hangi ip ile sunucu arasında ne kadar veri akışı olduğunu gösteren program.
dag reposunu yuma ekliyoruz
pico /etc/yum.repos.d/dag.repo
[dag]
name=Dag RPM Repository for Red Hat Enterprise Linux
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=0
enabled=1
protect=0
ctrl x ile kaydedip çıktıktan sonra
service yum restart
ile yum servisini yeniden başlatıyoruz.
yum install iftop
komutu ile programı kurup
iftop
komutu ile giriş çıkışları izlemeye başlıyoruz.
]]></description>
		<wfw:commentRss>http://www.aysima.net/2009/03/06/iftop-kurulumu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mytop Kurulumu</title>
		<link>http://www.aysima.net/2009/03/06/mytop-kurulumu/</link>
		<comments>http://www.aysima.net/2009/03/06/mytop-kurulumu/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 15:21:02 +0000</pubDate>
		<dc:creator>Ayberk</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.aysima.net/2009/03/06/mytop-kurulumu/</guid>
		<description><![CDATA[Merhabalar;
mysql işlemlerinizi izlemek için mytop eklentisini kullanabilirsiniz. Kurmak için;
pico /etc/yum.repos.d/dag.repo
bu dosya içerisine şu kodları ekliyoruz.
[dag]
name=Dag RPM Repository for Red Hat Enterprise Linux
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=0
enabled=1
protect=0
ctrl x ile kaydedip çıktıktan sonra.
service yum restart
yum servisi yeniden başlattıktan sonra ise
yum install mytop
yazarak mytop ın kurulmasını sağlıyoruz.
mytop
komutu ile mysql  processlerini izleyebilirsiniz.
]]></description>
		<wfw:commentRss>http://www.aysima.net/2009/03/06/mytop-kurulumu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silinen www Linki(Klasörü) &#8211; Symlink</title>
		<link>http://www.aysima.net/2009/03/04/silinen-www-linkiklasoru-symlink/</link>
		<comments>http://www.aysima.net/2009/03/04/silinen-www-linkiklasoru-symlink/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 19:24:18 +0000</pubDate>
		<dc:creator>Cybernet</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.aysima.net/2009/03/04/silinen-www-linkiklasoru-symlink/</guid>
		<description><![CDATA[ www klasörünü public_html klasörüne giden bir linktir. www klasörünün içerisine girmek için üzerine tıkladığınızda aslında public_html dizini altına girersiniz. Fakat bazen bu link yanlışlıkla kullanıcılar tarafından veya sizin tarfınızdan dalgınlıkla silinir. Bunu oluşturmak yeniden için:
Konsolda root olarak oturum açtıktan sonra
ln -s /home/dir_to /home/dir_from
komutu ile köprü oluşturabilirsiniz. Örneğin;
ln -s /home/public_html /home/www
şeklinde www klasörünü public_html klasörüne [...]]]></description>
		<wfw:commentRss>http://www.aysima.net/2009/03/04/silinen-www-linkiklasoru-symlink/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sayfalarınızdaki solucanlar</title>
		<link>http://www.aysima.net/2009/03/01/sayfalarinizdaki-solucanlar/</link>
		<comments>http://www.aysima.net/2009/03/01/sayfalarinizdaki-solucanlar/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 02:37:18 +0000</pubDate>
		<dc:creator>Cybernet</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[Directadmin]]></category>
		<category><![CDATA[Haberler]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.aysima.net/2009/03/01/sayfalarinizdaki-solucanlar/</guid>
		<description><![CDATA[Sayfalarınızda web üzerinden virüs uyarısı alıyor iseniz ve sayfalarınızı virüs taraması yaptığınız halde bir sonuç alamıyor iseniz:
Sizdeki virüs sitenizde değil,  bilgisayarınızda olmasıdır. Bu virüs bilgisyarınızdan ftp programınızı kullanarak şifresi kayıtlı ftp hesaplarına giriş yapmata ve index ile başlayan dosyalara bulaşmaktadır.
Bu virüs index dosyalarının kodunda &#60;body &#8230;&#62; tagını arar ve tagtan sonra bir kod yerleştirir. Bu [...]]]></description>
		<wfw:commentRss>http://www.aysima.net/2009/03/01/sayfalarinizdaki-solucanlar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Proftpd başlama problemi</title>
		<link>http://www.aysima.net/2009/03/01/proftpd-baslama-problemi/</link>
		<comments>http://www.aysima.net/2009/03/01/proftpd-baslama-problemi/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 22:06:53 +0000</pubDate>
		<dc:creator>Ayberk</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.aysima.net/2009/03/01/proftpd-baslama-problemi/</guid>
		<description><![CDATA[Merhabalar;
proftpd yazmadığınız sürece ftp niz çalışmıyorsa eğer;
pico /etc/rc.local
komutu ile en alt satıra
proftpd yazınız ve kaydedip çıkınız.
Sunucu her başladığında proftpd otomatik olarak başlatılacaktır.
]]></description>
		<wfw:commentRss>http://www.aysima.net/2009/03/01/proftpd-baslama-problemi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql optimizasyonu my.cnf optimize etme.</title>
		<link>http://www.aysima.net/2009/02/28/mysql-optimizasyonu-mycnf-optimize-etme/</link>
		<comments>http://www.aysima.net/2009/02/28/mysql-optimizasyonu-mycnf-optimize-etme/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 20:33:22 +0000</pubDate>
		<dc:creator>Ayberk</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.aysima.net/2009/02/28/mysql-optimizasyonu-mycnf-optimize-etme/</guid>
		<description><![CDATA[Merhabalar;
kullandığınız sunucunun büyüklüğüne göre mysql in kendi ürettiği mysql kodlarını kullanabilirsiniz.
/usr/share/mysql/ 
klasörü içerisinde my-small.cnf my-large.cnf my-medium.cnf my-huge.cnf 
gibi 4 adet seçenek vardır. Bunlardan kendinize göre olanı seçip
mv /etc/my.cnf /etc/my.cnf.yedek ( eski my.cnf mizi yedekliyoruz ) 
seçtiğiniz bir tanesini örnek olarak my-small.cnf
cp /usr/share/mysql/my-small.cnf /etc/my.cnf 
komutu ile kopyaladıktan sonra
cpanel için
service mysql restart yada /etc/init.d/mysql restart
directadmin için
service mysqld [...]]]></description>
		<wfw:commentRss>http://www.aysima.net/2009/02/28/mysql-optimizasyonu-mycnf-optimize-etme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SYN ataklarına ve saldırılarına karşı savunma scripti</title>
		<link>http://www.aysima.net/2009/02/27/syn-ataklarina-ve-saldirilarina-karsi-savunma-scripti/</link>
		<comments>http://www.aysima.net/2009/02/27/syn-ataklarina-ve-saldirilarina-karsi-savunma-scripti/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 23:53:33 +0000</pubDate>
		<dc:creator>Ayberk</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.aysima.net/2009/02/27/syn-ataklarina-ve-saldirilarina-karsi-savunma-scripti/</guid>
		<description><![CDATA[Merhabalar;
netstat -anp &#124; grep SYN
yazdığınız zaman sayfalarca sonuç alıyorsanız size göre bir çözüm ürettik umarız işinize yarar.
root dizinine geliyoruz ve
pico syn.sh
yazarak syn.sh dosyası oluşturuyoruz ve içerisine alttaki kodları kaydediyoruz.
#!/bin/bash
#
netstat -anp&#124;grep SYN_RECV &#124; awk &#8216;{print $5}&#8217;&#124;cut -d: -f1&#124;sort&#124;uniq -c&#124;sort -n&#124;awk &#8216;{if ($1 &#62; 0) print $2;}&#8217; &#62; /root/syn_log
while read ipler; do iptables  -A INPUT -s [...]]]></description>
		<wfw:commentRss>http://www.aysima.net/2009/02/27/syn-ataklarina-ve-saldirilarina-karsi-savunma-scripti/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Iptables ile ip banlamak</title>
		<link>http://www.aysima.net/2009/02/27/iptables-ile-ip-banlamak/</link>
		<comments>http://www.aysima.net/2009/02/27/iptables-ile-ip-banlamak/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 23:53:17 +0000</pubDate>
		<dc:creator>Ayberk</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.aysima.net/2009/02/27/iptables-ile-ip-banlamak/</guid>
		<description><![CDATA[Merhabalar;
linux sunucunuzda istemediğiniz bir kişiyi iptables ile banlayabilirsiniz.
iptables -I INPUT -s ipnumarasi -j DROP
artık yazıcağınız ip adresi sunucunuza ulaşım sağlayamaz.
]]></description>
		<wfw:commentRss>http://www.aysima.net/2009/02/27/iptables-ile-ip-banlamak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hangi ipden kaç tane istek geliyor ?</title>
		<link>http://www.aysima.net/2009/02/27/hangi-ipden-kac-tane-istek-geliyor/</link>
		<comments>http://www.aysima.net/2009/02/27/hangi-ipden-kac-tane-istek-geliyor/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 23:51:59 +0000</pubDate>
		<dc:creator>Ayberk</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.aysima.net/2009/02/27/hangi-ipden-kac-tane-istek-geliyor/</guid>
		<description><![CDATA[Merhabalar;
linux sunucunuzda hangi ip den kaç adet istek geldiğini;
netstat -ntu &#124; awk &#8216;{print $5}&#8217; &#124; cut -d: -f1 &#124; sort &#124; uniq -c &#124; sort -n
bu komut ile görebilirsiniz. 
]]></description>
		<wfw:commentRss>http://www.aysima.net/2009/02/27/hangi-ipden-kac-tane-istek-geliyor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Yönlendirme Kodu</title>
		<link>http://www.aysima.net/2009/02/27/site-yonlendirme-kodu/</link>
		<comments>http://www.aysima.net/2009/02/27/site-yonlendirme-kodu/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 23:02:23 +0000</pubDate>
		<dc:creator>Ayberk</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.aysima.net/2009/02/27/site-yonlendirme-kodu/</guid>
		<description><![CDATA[Merhabalar;
< ?php
header("Location: http://www.domain.com/");
?>
bu şekilde yönlendirmenizi yapabilirsiniz.
]]></description>
		<wfw:commentRss>http://www.aysima.net/2009/02/27/site-yonlendirme-kodu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Centos eklenti reposu DAG</title>
		<link>http://www.aysima.net/2009/02/24/centos-eklenti-reposu-dag/</link>
		<comments>http://www.aysima.net/2009/02/24/centos-eklenti-reposu-dag/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 16:51:19 +0000</pubDate>
		<dc:creator>Ayberk</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.aysima.net/2009/02/24/centos-eklenti-reposu-dag/</guid>
		<description><![CDATA[Merhabalar;
bildiğiniz üzere centos update lerini eklentilerini kurmak için bir sistem geliştir ve bunun adı yum. Centos ilk kurulumda yum sadece centosun kendi repolarını ( depolarını ) kullanarak eklentilerini ve updatelerini kullanır. Centosun kendi kullandığı programlardan ziyade farklı insanların centos için geliştirdikleri çok yararlı programlar mevcuttur.
En basiti iftop. Iftop ile sunucunuz ne kadar hat harcadığını rahatlıkla [...]]]></description>
		<wfw:commentRss>http://www.aysima.net/2009/02/24/centos-eklenti-reposu-dag/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache &#8220;No space left on device: Couldn&#8217;t create accept lock&#8221;</title>
		<link>http://www.aysima.net/2009/02/17/apache-no-space-left-on-device-couldnt-create-accept-lock/</link>
		<comments>http://www.aysima.net/2009/02/17/apache-no-space-left-on-device-couldnt-create-accept-lock/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 16:28:35 +0000</pubDate>
		<dc:creator>Erhan</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.aysima.net/2009/02/17/apache-no-space-left-on-device-couldnt-create-accept-lock/</guid>
		<description><![CDATA[Apache error log dosyasında aşağıdaki gibi bir hata ile karşılaşmışsanız
[emerg] (28)No space left on device: Couldn't create accept lock
[notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[notice] Digest: generating secret for digest authentication ...
[notice] Digest: done
[warn] pid file /etc/httpd/run/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[emerg] (28)No space left on device: Couldn't create accept lock
httpd bu yüzden [...]]]></description>
		<wfw:commentRss>http://www.aysima.net/2009/02/17/apache-no-space-left-on-device-couldnt-create-accept-lock/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux başlangıçta program çalıştırmak</title>
		<link>http://www.aysima.net/2008/02/21/linux-baslangicta-program-calistirmak/</link>
		<comments>http://www.aysima.net/2008/02/21/linux-baslangicta-program-calistirmak/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 01:33:44 +0000</pubDate>
		<dc:creator>Ayberk</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.aysima.net/2008/02/21/linux-baslangicta-program-calistirmak/</guid>
		<description><![CDATA[Bildiğiniz üzere windows üzerinde msconfig, regedit gibi programlar aracılığı ile başlangıçta program komut vb işlemleri yapabiliyorsunuz. Ya linux ? Tabiikide bu şekilde bir seçeneğimiz mevcut. Misal sunucunuzda bir php bot çalıştırmanız lazım;
pico /etc/rc.local
komutu ile gelen sayfada boş gelen satıra
php -q /home/user/public_html/dosyaismi.php
bu komutlaki kendinize göre uyarlamanız gerekmektedir istediğiniz scriptinizi çalıştırabilirsiniz. Bütün servisler açıldıktan sonra rc.local çalıştığı [...]]]></description>
		<wfw:commentRss>http://www.aysima.net/2008/02/21/linux-baslangicta-program-calistirmak/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spf Kaydı Nasıl Yapılır</title>
		<link>http://www.aysima.net/2007/12/25/spf-kaydi-nasil-yapilir/</link>
		<comments>http://www.aysima.net/2007/12/25/spf-kaydi-nasil-yapilir/#comments</comments>
		<pubDate>Tue, 25 Dec 2007 00:28:28 +0000</pubDate>
		<dc:creator>Erhan</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.aysima.net/2007/12/25/spf-kaydi-nasil-yapilir/</guid>
		<description><![CDATA[Arkadaşlar bir çok yerde SPF hakkında yazılar mevcut aslında ama yinede kısa ve öz olarak konuyu anlatmak istedim umarım işinize yarar.
Hotmail domainlerin spf kaydı olup olmadığına baktığından beri bu iş zaten çığrından çıkmıştır. Öncelikle SPF göndermiş olduğunuz mailin hotmailde en az junka düşmesini sağlar. Dikkatinizi çekerek söylüyorum junka düşer. Öyle hotmail sadece spf kaydını kontrol [...]]]></description>
		<wfw:commentRss>http://www.aysima.net/2007/12/25/spf-kaydi-nasil-yapilir/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plesk Linux için Php GD Desteği Kurma</title>
		<link>http://www.aysima.net/2007/12/21/plesk-linux-icin-php-gd-destegi-kurma/</link>
		<comments>http://www.aysima.net/2007/12/21/plesk-linux-icin-php-gd-destegi-kurma/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 19:11:53 +0000</pubDate>
		<dc:creator>Erhan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://www.aysima.net/2007/12/21/plesk-linux-icin-php-gd-destegi-kurma/</guid>
		<description><![CDATA[Plesk panel kurulu Sunucunuza GD desteği (GD graphic libraries support)  aşağıdaki şekilde kurulur.
Red Hat Enterprise Linux
Rootta yazılması gereken komutlar altaki gibidir:
# up2date php-gd
# /etc/init.d/httpd restart

Cent OS or Fedora Core Linux
# yum install php-gd
# /etc/init.d/httpd restart

GD desteğinin kontrölü (php gd support)
# php -m  &#124; less
# php -m  &#124; grep gd
Kolay gelsin
]]></description>
		<wfw:commentRss>http://www.aysima.net/2007/12/21/plesk-linux-icin-php-gd-destegi-kurma/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mysql de Default character set değiştirme</title>
		<link>http://www.aysima.net/2007/12/21/mysql-de-default-character-set-degistirme/</link>
		<comments>http://www.aysima.net/2007/12/21/mysql-de-default-character-set-degistirme/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 14:45:28 +0000</pubDate>
		<dc:creator>Erhan</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.aysima.net/2007/12/21/mysql-de-default-character-set-degistirme/</guid>
		<description><![CDATA[Mysql komut satırına girin:
mysql&#62; show character set;
ile kullanabileceğiniz karakter setlerini görün.
Seçtiğiniz karakter dilini:
mysql&#62; ALTER DATABASE `` DEFAULT CHARACTER SET  COLLATE

, ,
  arasına yazıp komut satırında çalıştırırsanız default gelen dil değişmiş olacaktır.

]]></description>
		<wfw:commentRss>http://www.aysima.net/2007/12/21/mysql-de-default-character-set-degistirme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PhpMyAdmin Error: No input file specified</title>
		<link>http://www.aysima.net/2007/12/21/phpmyadmin-error-no-input-file-specified/</link>
		<comments>http://www.aysima.net/2007/12/21/phpmyadmin-error-no-input-file-specified/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 14:42:05 +0000</pubDate>
		<dc:creator>Erhan</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.aysima.net/2007/12/21/phpmyadmin-error-no-input-file-specified/</guid>
		<description><![CDATA[Bu hatanın nednei genellikle phpMyAdmin&#8217;in sahibi ile alakalıdır.
Phpmyadmin sahibi olarak Cpanel atanmış olmalıdır. Aşağıdaki komutu rootta çalıştırarak problemi en basit şekilde çözmüş olursunuz.
chown -R cpanel:cpanel /usr/local/cpanel/base/3rdparty/phpMyAdmin

]]></description>
		<wfw:commentRss>http://www.aysima.net/2007/12/21/phpmyadmin-error-no-input-file-specified/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Horde webmail ile mail gönderme sorunu</title>
		<link>http://www.aysima.net/2007/12/21/horde-webmail-ile-mail-gonderme-sorunu/</link>
		<comments>http://www.aysima.net/2007/12/21/horde-webmail-ile-mail-gonderme-sorunu/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 14:28:34 +0000</pubDate>
		<dc:creator>Erhan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://www.aysima.net/2007/12/21/horde-webmail-ile-mail-gonderme-sorunu/</guid>
		<description><![CDATA[Hata aşağıdaki gibi ise:
Check the log message of horde (psa-horde.log). This will be dependant according to the horde set
ting. Here it is /var/log/psa-horde/psa-horde.log :
HORDE [error] [imp] Failed to connect to localhost:25 [SMTP: Failed to connect socket:  (code: -1
, response: )] [on line 1070 of "/usr/share/psa-horde/imp/compose.php"]
ssh ile 25 portunuza bağlanarak portun çalışıp çalışmadığını kontrol ediniz.
Eğer [...]]]></description>
		<wfw:commentRss>http://www.aysima.net/2007/12/21/horde-webmail-ile-mail-gonderme-sorunu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plesk admin Password Reset</title>
		<link>http://www.aysima.net/2007/12/21/plesk-admin-password-reset/</link>
		<comments>http://www.aysima.net/2007/12/21/plesk-admin-password-reset/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 14:20:34 +0000</pubDate>
		<dc:creator>Erhan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.aysima.net/2007/12/21/plesk-admin-password-reset/</guid>
		<description><![CDATA[Plesk admin şifresi sıfırlama.
windows Sunucuda sıfırlama :
Windows sunucunuza uzak masaüstü ile bağlanıp aşağıdaki dosyayı çalıştırın :
C:\Program Files\SWsoft\Plesk\admin\bin\plesksrvclient.exe  (Plesk kurulumunuz nerde ise dosya yolunu ona göre bakınız)
ya da  cmd  girip
cd %plesk_dir%
cd admin\bin
&#8220;plesksrvclient.exe&#8221; çalıştırıp, yeni admin şifresinin girişini yapmış olucaksınız.
Linux Serverlarda Plesk admin şifresi sıfırlama :
Linux sunucunuza ssh ile bağlanıp aşağıdaki komut satırlarını sırası [...]]]></description>
		<wfw:commentRss>http://www.aysima.net/2007/12/21/plesk-admin-password-reset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exim Reject Invalid Email</title>
		<link>http://www.aysima.net/2007/12/21/reject-invalid-email/</link>
		<comments>http://www.aysima.net/2007/12/21/reject-invalid-email/#comments</comments>
		<pubDate>Fri, 21 Dec 2007 14:10:20 +0000</pubDate>
		<dc:creator>Erhan</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.aysima.net/2007/12/21/reject-invalid-email/</guid>
		<description><![CDATA[This will be helpful in rejectig the invalid email id&#8217;s in the server.
1.  /etc/exim.conf  yedeğini alın öncelikle.
2. pico /etc/exim.conf
3. Aşağıdaki satırları bulun.
accept  domains = +local_domains
accept  domains = +relay_domains
accept  hosts = +relay_hosts
accept  condition = ${perl{checkrelayhost}{$sender_host_address}}
accept domains = +local_domains
ile
accept domains = +relay_domains
arasına
endpass
message = unknown user
verify = recipient
ekleyin.
Son hali şu şekilde olmalıdır:
accept [...]]]></description>
		<wfw:commentRss>http://www.aysima.net/2007/12/21/reject-invalid-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD Türkçe Ayarları</title>
		<link>http://www.aysima.net/2007/07/17/freebsd-turkce-ayarlari/</link>
		<comments>http://www.aysima.net/2007/07/17/freebsd-turkce-ayarlari/#comments</comments>
		<pubDate>Tue, 17 Jul 2007 11:07:10 +0000</pubDate>
		<dc:creator>Erhan</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.aysima.net/2007/07/17/freebsd-turkce-ayarlari/</guid>
		<description><![CDATA[İlk önce /etc/profile dosyasını açıp aşağıdaki 2 satırı ekliyoruz.
export LANG= tr_TR.ISO8859-9
export MM_CHARSET= ISO8859-9
Daha sonra giriş sınıfı yönetimi ile değişkenleri atamak için yeni bir giriş sınıfı ekelemek gerekiyor.
/etc/login.conf dosyasını açıp aşağıdaki satırları ekliyoruz.
turkce:Turkce dil desteği:\
:charset=ISO-8859-9:\
:lang=tr_TR.ISO8859-9:\
:tc:default:

Değişiklikleri kaydetip çıkıyoruz ve aktif olması için aşağıdaki komutu veriyoruz.
cap_mkdb /etc/login.conf
Açılan kullanıcıların default olarak türkce dil desteği ile açılmasını istiyorsak aşağıdaki işlemleri [...]]]></description>
		<wfw:commentRss>http://www.aysima.net/2007/07/17/freebsd-turkce-ayarlari/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PostgreSQL bağlantı hatası</title>
		<link>http://www.aysima.net/2007/07/17/postgresql-baglanti-hatasi/</link>
		<comments>http://www.aysima.net/2007/07/17/postgresql-baglanti-hatasi/#comments</comments>
		<pubDate>Tue, 17 Jul 2007 10:58:21 +0000</pubDate>
		<dc:creator>Erhan</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.aysima.net/2007/07/17/postgresql-baglanti-hatasi/</guid>
		<description><![CDATA[Eğer Bir postgreSQL kullanıyorsanız ve aşağıdaki şekilde hatalar alıyorsanız yapmanız gerekenler var
pg_connect(): Unable to connect to PostgreSQL server: could not connect to server: Connection refused Is the server running on host localhost and accepting TCP/IP connections on port 5432

Eğer Bu şekilde bir hata alıyorsannız /var/lib/pqsql/postgresql.conf dosyasını açın ve şu satırları bulun bu satırların önünde # [...]]]></description>
		<wfw:commentRss>http://www.aysima.net/2007/07/17/postgresql-baglanti-hatasi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
