EAK Just Debian Guru Page :) Just another Linux weblog

12Jan/10Off

Centos Pure-ftp Problem {Lxadmin pure-ftp problemi}

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 gelir , sorun duzelmezse eger , pure-ftpd yi  kaldirip tekrar kurmamiz gerekir.

yum remove pure-ftpd
yum install pure-ftpd

Daha sonra yapmamiz gereken daha onceki kayitli olan `lxadmin tarafindan olusturulan fptuser larimizi tanitmamiz lazim` pureftpd.pdb  pure-ftp.conf dosyamizda etkinlestiriyoruz.

nano /etc/pure-ftpd/pure-ftpd.conf
dosyayi actiktan sonra
#PureDB                        /etc/pure-ftpd/pureftpd.pdb
yukardaki satiri asagidaki sekilde degistiriyoruz
PureDB                        /etc/pure-ftpd/pureftpd.pdb

Kayit edip cikiyoruz.`ctrl-x` pure-ftpd yi durdurup tekrar baslatiyoruz. hepsi bukkadar.

/etc/init.d/pure-ftpd stop
/etc/init.d/pure-ftpd start

Filed under: Sunucu Comments Off
7Jan/10Off

Debian Lenny Timezone Problems

Hoi hoi , Debian lenny de surekli karsilastigim ve karsilasiligini dusundugum timezone sorununun cozumunu kisaca ve basitce anlatacam,

cat timezone -->America/New_York ->Europe/Istanbul

olarak   biz bu degeri  degisitiriyoruz ve bu sorundan kurtuluyoruz.

Filed under: Sunucu Comments Off
7Jan/102

Nice Ubuntu themes for karmic Users

5Jan/10Off

ModSecurity SecResponseBodyLimit

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.

Filed under: Guvenlik, Sunucu Comments Off
2Jan/10Off

Administration-Remote Control (RCON)

"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 RCON capabilities, by typing:
/rcon [command]
RCON Commands

These commands allow individuals to remotely administer a server. Their use is based on having the RCON password. These commands are to be used in the console.
Kicking

2Jan/10Off

B3 Bot Manual – Commands

Level determins the minimum level needed to run the command.
Scope determins whether the message is displayed in public view, private view, or both.

!command [] description
Time Suffixes

Commands that deal with time duration like !tempban can use time suffixes.

m = minutes

d = days

h = hours

w = weeks

1Jan/10Off

Ucretsiz Filim Sitesi (free movie) :)

Reklamsiz filim izlemenin tadini cikartmak istiyorsaniz iste aradiginiz site.
tv ,dizi ,film ,sinema ,cinema
ismide garip :) ama guzel bir site benim hosuma gitti belki sizlerinde hosuna gider
http://tv-dizi-film-sinema-cinema.info :) degisik bir isim , google daha cabuk yakalansin diye bu sekilde isim alinmis olmali bakalim ne derece basarili olacak , merak ediyorum .

31Dec/09Off

happy new year 2010


happy new year 2010

5Dec/09Off

Detect DDOS if it is an attack

http://forums.digitalpoint.com/showthread.php?t=592096
Depending on what type of traffic and also what type of attack it is you may need to reconfigure a number of system variables to prepare the system for extra load as it processes which connection is technically " fake ".

There are a number of tools -

Check to see if it is an attack - :: netstat -anp |grep 'tcp\|udp' | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n

2Dec/09Off

How to :Auto + secure Mount remote SSH filesys with AUTOFS and SSHFS + samba

http://ubuntuforums.org/showthread.php?t=580989
At home i have a unix (unslung) based router with an usb harddisk mounted on it wich supports ssh and scp
My goal is to have access to that remote file system as it was a local file system from the folder /RemoteDiskSSH on my Laptop running Ubuntu 7.10
I want it to be a secure connection because i allso want to be able to have access to the remote file system over the internet.

For me automaticly mounting and dismounting the remote drive with sshfs is the solution for me.