<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9" -->
<rss version="0.92">
<channel>
	<title>EAK Just Debian Guru Page :)</title>
	<link>http://eakcorp.com</link>
	<description>Just another Linux weblog</description>
	<lastBuildDate>Wed, 24 Mar 2010 08:31:17 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>iptables -4- States &amp; Connection Tracking</title>
		<description><![CDATA[http://alper.web.tr/2009/04/28/iptables-4-states-connection-tracking/
Statefull firewall ne demek daha önce değinmiştik. şimdi iptables’ile bunun nasıl gerçekleştirildiğine daha yakından bakalım.
Statefull firewaling için linux State machine dediğimiz olaydan daha çok tracking machine olarak çalışır ( iz sürme makinası ), Sıksık ikisinin manası birbiri ile karıştırılsada aslında farklıdır. Yazıyı okuyup nasıl çalıştığı hakkında daha iyi bilgi edindiğinizde bunun önemini daha iyi anlayacağınızı [...]]]></description>
		<link>http://eakcorp.com/2010/03/iptables-4-states-connection-tracking/</link>
			</item>
	<item>
		<title>Move Apache domlogs to second disk drive or any where</title>
		<description><![CDATA[Its a simple job and recommended appraoch is to stop Apache before moving domlogs so it will bring downtime. Here is how you can do it:

Quote:
service httpd stop
ps ax &#124; grep httpd  (Verify that no httpd process still running)
cd /usr/local/apache
mkdir /home2/apache ( Considering /home2 as your new drive)
mv domlogs /home2/apache/
ln -s /home2/apache/domlogs /usr/local/apache/domlogs
ls -la [...]]]></description>
		<link>http://eakcorp.com/2010/02/move-apache-domlogs-to-second-disk-drive-or-any-where/</link>
			</item>
	<item>
		<title>Install Pidgin 2.6.2 on Lenny</title>
		<description><![CDATA[The version of Pidgin that is in the Lenny repositories has some problems. It’s an older version and does not work with Yahoo messenger, usually you can’t get the proper certifcate from Yahoo in Pidgin. I attempted to install it myself using the version of Pidgin for Sid by downloading the files from Debian. I [...]]]></description>
		<link>http://eakcorp.com/2010/02/install-pidgin-2-6-2-on-lenny/</link>
			</item>
	<item>
		<title>`perl: warning: Please check that your locale settings` error on debian</title>
		<description><![CDATA[
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = "en_DE:en_US:en_GB:en",
        LC_ALL = (unset),
        LANG = "en_US"
    are supported and installed on your system.
perl: warning: Falling back [...]]]></description>
		<link>http://eakcorp.com/2010/02/perl-warning-please-check-that-your-locale-settings-error-on-debian/</link>
			</item>
	<item>
		<title>if you are having problems with RPM&#8217;s, you can just get the CLI version of WinRar</title>
		<description><![CDATA[Alternativley if you are having problems with RPM's, you can just get the CLI version of WinRar directly from www.rarlab.com. Make sure you have Glibc 2.4 though.
# wget http://rarlab.com/rar/rarlinux-3.7.1.tar.gz
# tar xvzf rarlinux*
# cd rar
# make
# make install
Hope this helps.
]]></description>
		<link>http://eakcorp.com/2010/01/if-you-are-having-problems-with-rpms-you-can-just-get-the-cli-version-of-winrar/</link>
			</item>
	<item>
		<title>Centos Pure-ftp Problem {Lxadmin pure-ftp problemi}</title>
		<description><![CDATA[Merhabalar, bu problem pure-ftpd nin son surumlerinde ortaya cikiyor, tabi boyle olunca celiskiye dusmemek elde degil, guncel sistem herzaman daha guvenlik acisinda daha iidir fakat butur problemlerin cikacagini dusunmek biraz kafa aritiyor:) gordugum kadariyla bu sorun lxadmin yuklu centos sunucularda meydana geliyor, cozumu basit yapmamiz gereken pure-ftp yi xinet 'in kontrolunden cikartmamiz,
rm /etc/xinet.d/pure-ftpd
Bu islem yeterli [...]]]></description>
		<link>http://eakcorp.com/2010/01/centos-pure-ftp-problem-lxadmin-pure-ftp-problemi/</link>
			</item>
	<item>
		<title>Debian Lenny Timezone Problems</title>
		<description><![CDATA[Hoi hoi , Debian lenny de surekli karsilastigim ve karsilasiligini dusundugum timezone sorununun cozumunu kisaca ve basitce anlatacam,
cat timezone --&#62;America/New_York -&#62;Europe/Istanbul
olarak   biz bu degeri  degisitiriyoruz ve bu sorundan kurtuluyoruz.
]]></description>
		<link>http://eakcorp.com/2010/01/debian-lenny-timezone-problems/</link>
			</item>
	<item>
		<title>Nice Ubuntu themes for karmic Users</title>
		<description><![CDATA[

This tutorial will explain how to install zgegblog-themes in ubuntu jaunty and intrepid
Thanks to Zgegblog for this fantastic themes
 
First edit /etc/apt/sources.list file
sudo gedit /etc/apt/sources.list
add the following lines
deb http://ppa.launchpad.net/bisigi/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/bisigi/ppa/ubuntu karmic main
Save and exit the file
add the GPG key using the following command
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 1781bd45c4c3275a34bb6aec6e871c4a881574de
Update the source list using [...]]]></description>
		<link>http://eakcorp.com/2010/01/nice-ubuntu-themes-for-karmic-users/</link>
			</item>
	<item>
		<title>ModSecurity SecResponseBodyLimit</title>
		<description><![CDATA[Merhabalar,
Karsilastigim bir sorunun cozumunu paylasmak istedim, Apache sunucumda , sitemaplari gosterirken belli bir kayittan sonra sitemap.php dosyasi hata veriyordu, 404 yada 500  hatasi veriyordu , bu sorunu  ModSecurity SecResponseBodyLimit  degerini arttirarak cozebilirsiniz.
]]></description>
		<link>http://eakcorp.com/2010/01/modsecurity-secresponsebodylimit/</link>
			</item>
	<item>
		<title>Administration-Remote Control (RCON)</title>
		<description><![CDATA[ "RCON" is short for remote control; it allows you to make changes to the server and gives you access to administrative commands when you're connected to a remote server. To use the RCON, you first need to enter the password by typing:
/rconpassword [yourpassword]
After you have enter the RCON password you can access all the [...]]]></description>
		<link>http://eakcorp.com/2010/01/administration-remote-control-rcon/</link>
			</item>
</channel>
</rss>
