<?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 &#187; Linux</title>
	<atom:link href="http://www.mehmet-ali.net/category/server/linux-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mehmet-ali.net</link>
	<description>Linux ve Sistem Yönetimi Üzerine</description>
	<lastBuildDate>Fri, 13 Jan 2012 12:20:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80</title>
		<link>http://www.mehmet-ali.net/98address-already-in-use-make_sock-could-not-bind-to-address-0-0-0-080/</link>
		<comments>http://www.mehmet-ali.net/98address-already-in-use-make_sock-could-not-bind-to-address-0-0-0-080/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 12:20:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.mehmet-ali.net/?p=700</guid>
		<description><![CDATA[Eğer birgün apache'niz dururda bu (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 hatayı verirse. Öncelikle lsof -i tcp:80 diyerek 80 portunu dinleyelim. Çıkan processleri PID numarasona göre KILL edelim. kill -9 &#60;PID&#62; ardından http servisimizi restart edelim. service httpd restart sorun çözülmüştür. Aramalar:(98)address already in use: make_sock: could not bind to address 0 [...]]]></description>
		<wfw:commentRss>http://www.mehmet-ali.net/98address-already-in-use-make_sock-could-not-bind-to-address-0-0-0-080/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sorry, a mysql user with the name x already exists.</title>
		<link>http://www.mehmet-ali.net/sorry-a-mysql-user-with-the-name-x-already-exists/</link>
		<comments>http://www.mehmet-ali.net/sorry-a-mysql-user-with-the-name-x-already-exists/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 22:12:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.mehmet-ali.net/?p=697</guid>
		<description><![CDATA[grep -Rl USERNAME /var/cpanel/databases/ Firstly, check a second time for any MySQL user by that name: Code: mysql&#62; use mysql; mysql&#62; select User, Host from user where User like '%USERNAME%'; After confirming that no MySQL user by that name exists, look in /var/cpanel/databases/users.db. If the user is listed there, remove it. Aramalar:sorry a mysql user with [...]]]></description>
		<wfw:commentRss>http://www.mehmet-ali.net/sorry-a-mysql-user-with-the-name-x-already-exists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache için PHP Handler&#8217;ları</title>
		<link>http://www.mehmet-ali.net/apache-icin-php-handlerlari/</link>
		<comments>http://www.mehmet-ali.net/apache-icin-php-handlerlari/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 16:03:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.mehmet-ali.net/?p=652</guid>
		<description><![CDATA[En çok merak edilen konulardan birisi de php işleyicileridir. Genelde az anlaşılan ama çok önemli olan bir konudur. Tabi ki her şeyin tam olarak nasıl çalıştığını bilmek zorunda değilsiniz ancak sunucu işlemlerini ciddiye alıyorsanız ya da bu sektörde çalışıyorsanız öğrenmeniz gerekmektedir. Öğreneceğiniz her yeni bir şey ile sağladığınız hizmeti daha kararlı kullandırabileceğinizden dolayı hizmeti daha [...]]]></description>
		<wfw:commentRss>http://www.mehmet-ali.net/apache-icin-php-handlerlari/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS&#8217;da timezone ayarlanması</title>
		<link>http://www.mehmet-ali.net/centosda-timezone-ayarlanmasi/</link>
		<comments>http://www.mehmet-ali.net/centosda-timezone-ayarlanmasi/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 12:30:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.mehmet-ali.net/?p=606</guid>
		<description><![CDATA[rm /etc/localtime ln -s /usr/share/zoneinfo/Europe/Istanbul /etc/localtime date diyerek durumu görebilirsiniz. Tabi eğer ta kurulum yaptıysanız system-config-date komutu ilede değişikliği yapabilirsiniz ama boşverin ne gerek var. Yukarıdaki şekilde halledin işte. Aramalar:htaccess timezone, time zone ayarlamak ssh]]></description>
		<wfw:commentRss>http://www.mehmet-ali.net/centosda-timezone-ayarlanmasi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error: No Package Matching glibc.i686</title>
		<link>http://www.mehmet-ali.net/error-no-package-matching-glibc-i686/</link>
		<comments>http://www.mehmet-ali.net/error-no-package-matching-glibc-i686/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 08:16:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.mehmet-ali.net/?p=431</guid>
		<description><![CDATA[yum update glibc yum install gcc diyoruz. sorunu çözüyoruz]]></description>
		<wfw:commentRss>http://www.mehmet-ali.net/error-no-package-matching-glibc-i686/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes)</title>
		<link>http://www.mehmet-ali.net/allowed-memory-size-of-33554432-bytes-exhausted-tried-to-allocate-30720-bytes/</link>
		<comments>http://www.mehmet-ali.net/allowed-memory-size-of-33554432-bytes-exhausted-tried-to-allocate-30720-bytes/#comments</comments>
		<pubDate>Fri, 09 Sep 2011 22:09:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.mehmet-ali.net/?p=590</guid>
		<description><![CDATA[php.ini dosyanızda memory_limit satırını bulup değeri arttırınız. php.ini dosyasına erişiminiz yoksa .htacess ile de çözebilirsiniz. php_value memory_limit 64M Aramalar:33554432 bytes exhausted (tried to allocate 30720 bytes, allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes)]]></description>
		<wfw:commentRss>http://www.mehmet-ali.net/allowed-memory-size-of-33554432-bytes-exhausted-tried-to-allocate-30720-bytes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>httpsd: bad user name @admin_user@</title>
		<link>http://www.mehmet-ali.net/httpsd-bad-user-name-admin_user/</link>
		<comments>http://www.mehmet-ali.net/httpsd-bad-user-name-admin_user/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 08:20:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Kontrol Panelleri]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.mehmet-ali.net/?p=580</guid>
		<description><![CDATA[httpsd: bad user name @admin_user@ /usr/local/psa/admin/bin/httpsdctl start: httpd could not be started Starting Plesk: [FAILED] &#160; hatasını alıyorsanız yum remove psa deyip Plesk'i autoinstaller'dan yeniden kurmamanız gerekiyor. Aramalar:connection to imap server failed roundcube hata]]></description>
		<wfw:commentRss>http://www.mehmet-ali.net/httpsd-bad-user-name-admin_user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting Plesk&#8230; failed</title>
		<link>http://www.mehmet-ali.net/starting-plesk-failed/</link>
		<comments>http://www.mehmet-ali.net/starting-plesk-failed/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 08:19:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Kontrol Panelleri]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.mehmet-ali.net/?p=578</guid>
		<description><![CDATA[Starting Plesk...                                                     failed şeklinde bir hata alıyorsanız /usr/local/psa/admin/bin/httpsd çalıştırmaya çalıştığınızda, 'Cannot read ''' hatasını alıyorsanız: # /usr/local/psa/admin/bin/httpsd Cannot read '' Sebep Bu hata /usr/local/psa/version dosyası bozuk olduğu içindir. Çözüm /usr/local/psa/version dosyasını oluşturmak ve içine Plesk versiyonunu yazmak, örnek: # echo "8.6.0 CentOS 6 86080109.18"  &#62; /usr/local/psa/version Aramalar:centos plesk mysql not starting]]></description>
		<wfw:commentRss>http://www.mehmet-ali.net/starting-plesk-failed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Table mysql.servers doesn&#8217;t error</title>
		<link>http://www.mehmet-ali.net/table-mysql-servers-doesnt-error/</link>
		<comments>http://www.mehmet-ali.net/table-mysql-servers-doesnt-error/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 08:08:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Kontrol Panelleri]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.mehmet-ali.net/?p=574</guid>
		<description><![CDATA[Plesk olan sunucuda böyle bir hata alabilirsiniz. Konsol'a bağlanın. mysql -u root -pSIFRENIZ  (-p den sonra boşluk olmayacak)  use mysql; mysql veritabanını seçiyoruz server isimli bir table oluşturuyoruz. CREATE TABLE `servers` ( `Server_name` char(64) NOT NULL, `Host` char(64) NOT NULL, `Db` char(64) NOT NULL, `Username` char(64) NOT NULL, `Password` char(64) NOT NULL, `Port` int(4) DEFAULT NULL, `Socket` [...]]]></description>
		<wfw:commentRss>http://www.mehmet-ali.net/table-mysql-servers-doesnt-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DirectAdmin Kurulumu</title>
		<link>http://www.mehmet-ali.net/directadmin-kurulumu/</link>
		<comments>http://www.mehmet-ali.net/directadmin-kurulumu/#comments</comments>
		<pubDate>Sat, 13 Aug 2011 09:53:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.mehmet-ali.net/?p=567</guid>
		<description><![CDATA[Gerekli bileşenleri kurarak başlayalım ; yum install gcc yum install gcc-c++ yum install make yum install flex Kuruluma geçelim; wget http://www.directadmin.com/setup.sh chmod 755 setup.sh ./setup.sh Kuruluman Sonra ; yum install kernel service iptables stop chkconfig iptables off eğer openvz ise aşağıdaki şekilde düzenleyelim; nano /usr/local/directadmin/conf/directadmin.conf venet0:0 Aramalar:directadmin install, ubuntu directadmin kurma, directadmin kurulumu ubuntu, directadmin [...]]]></description>
		<wfw:commentRss>http://www.mehmet-ali.net/directadmin-kurulumu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

