Archive for the ‘centos’ Category

DD ile disk performans testi…

Pazar, Şubat 21, 2010 1:44 3 Comments

Bugün biri cloud computing biri standart vps olan iki makina üzerinde dd ile dosya oluşturarak hız ve performans testi yapmak istedim.
Kabaca sonuçlar şöyle:
Cloud Computing üzerinde ~13GB boyutlu dosya ~40dk da oluşturuldu (8 çekirdek cpu Centos 64bit)
Standard VPS server üzerinde 15GB boyutlu dosya ~2dk gibi bir sürede oluşturuldu (4 çekirdek cpu Ubuntu 32bit)
daha fazla söze gerek [...]

This was posted under category: Pardus, archlinux, centos, linuxgezegen Tags: , , , , ,

Centos Subversion Apache mod_dav_svn…

Cuma, Ocak 29, 2010 0:20 2 Comments

Centos üzerinde Apache sunucusu ile birlikte subversion depolarınızı yayınlayabilirsiniz. Bunun için kurmanız gereken paketler şu şekilde:

yum install httpd subversion mod_dav_svn

Bu işlem ardından yapmanız gereken şey apache ile ilgili subversion ayar dosyasını düzenlemeniz. Centos zaten bu paketleri kurduğunuz da “/etc/httpd/conf.d/” altına “subversion.conf” adıyla bir dosya oluşturuyor. Fakat bu dosyanın içerisi yorumlanmış şekilde.

<Location /repos>
DAV [...]

This was posted under category: Suncu, centos, linuxgezegen Tags: , , , , , ,

Centos üzerinde Php Pecl Mailparse eklentisi…

Çarşamba, Ocak 27, 2010 12:45 No Comments

Centos üzerinde pecl mailparse eklentisini (rpm ile) kurup,  ” php -i | grep ‘mailparse’ ” çalıştırdığınız zaman şöyle bir hata ile karşılaşabilirsiniz:
PHP Warning:  PHP Startup: mailparse: Unable to initialize module
Module compiled with module API=20050922, debug=0, thread-safety=0
PHP    compiled with module API=20060613, debug=0, thread-safety=0
These options need to match
in Unknown on line 0
/etc/php.d/z-mailparse.ini,
Eğer böyle bir durum söz konusu [...]

This was posted under category: PHP, Pardus, archlinux, centos, linuxgezegen Tags: , , , , , ,