Archives
-
Quick ‘n’ Easy LAMP Server For CentOS/RHEL
Install Apache Apache is the most popular Web HTTP server for a Linux servers. yum install httpd httpd-devel We might need the httpd-devel libraries to compile and install other modules from the sources, just to be on the safer side. /etc/httpd/conf/httpd.conf – Apache configuration file location. /etc/init.d/httpd start Install MySQL Database Server MySQL is a [...]
Yorumlar KapalıMay 24th, 2009 | Filed under Kategorisiz Yazilar -
9 Adimda Centos 5.3 Ustunde Acele VPN Kuralim – POPTOP – pptpd
9 Adimda Centos 5.3 Ustunde Acele VPN Kuralim – POPTOP – pptpd Centos umuza ilgili programlari kuralim 1- #rpm -Uvh http://poptop.sourceforge.net/yum/beta/rhel5/i386/pptp-release-4-3.rhel5.noarch.rpm 2- yum install pptpd Simdi conf dosyalarini editleyelim 3-nano /etc/sysctl.conf net.ipv4.ip_forward = 1 yapalim, sonra sysctl -p sysctl yi bastan baslatir. veya kisa yoldan : # echo 1 > /proc/sys/net/ipv4/ip_forward 4- # nano /etc/pptpd.conf [...]
Yorumlar KapalıMay 23rd, 2009 | Filed under Kategorisiz Yazilar, Linux -
Linux Tarihcesi
Asagidaki metin anonim alintidir. Nerede kim yazmistir bilmiyorum. Ancak en altindaki linux dagitimlarindan oldukca eski gozuktugunu soyleyebilirim. Linux Tarihçesi Kişisel bilgisayar dünyasında Windows kral iken… Finlandiya’da 21 yaşında bir üniversite öğrencisi çıkmış. Yeni edindiği Intel 386 bilgisayarına kurulu DOS’ u sevmemiş; Helsinki Üniversitesi’nin bilgisayarlarında çalışan Unix’ ten kendi bilgisayarında da olsun istemiş. Ama bilgisayar dünyasını [...]
Yorumlar KapalıMay 20th, 2009 | Filed under Kategorisiz Yazilar -
Tuning / Optimizing my.cnf file for MySQL
http://www.linuxweblog.com/tune-my.cnf Tuning / Optimizing my.cnf file for MySQL bu oldukca eski ancak is goruyor. acik acik yaziyor neyin ne oldugu. aramak zorunda kalmak pek fena yoksa. [mysqld] socket=/path/to/mysql.sock datadir=/var/lib/mysql skip-locking skip-innodb # MySQL 4.x has query caching available. # Enable it for vast improvement and it may be all you need to tweak. query_cache_type=1 query_cache_limit=1M [...]
Yorumlar KapalıMay 11th, 2009 | Filed under Kategorisiz Yazilar -
HOWTO: ProFTPD Antivirus using CLAMAV
This howto is about making ProFTPD work with CLAMAV to scan all files uploaded by users using a FTP client. Recently our customers are having real difficulty with Iframe viruses, Php shells and other kind of windows viruses are also a headache always. ClamAV is already working with exim mail server in our servers for [...]
Yorumlar KapalıMay 11th, 2009 | Filed under Kategorisiz Yazilar -
SPF SHIT!
microzoftun spf duzenleyicisi: 1- http://www.microsoft.com/mscorp/safety/content/technologies/senderid/wizard/default.aspx hotmail spf spf diye tutturursa buna bakiyoruz 2- bu linkdeki amca cok ugrasmis helal olsun cozmus olayi http://www.innovation-station.net/archives/2007/03/29/hotmail-and-my-spf-nightmare/ Hatta icerigide su sekilde yazdiklarinin: Do you know what a SPF record is? No? Neither did I until Microsoft decided to class me as a spammer, and if you read on you [...]
Yorumlar KapalıMay 5th, 2009 | Filed under Kategorisiz Yazilar