Category: Linux

CentOS DirectAdmin üzerine memcache kurulumu 0

CentOS DirectAdmin üzerine memcache kurulumu

Memcache’nin 2 alternatif le kurulumu söz konusudur birincisi kaynakdan derlemek ikincisi ise yum ile kurmak. Her ikisinide adım adım yapacağız. 1# Kaynaktan Derleyerek kurmak için : Memcached yazılımının kurulması için öncelikle sunucu üzerinde Libevent...

DirectAdmin İp Değiştirme 0

DirectAdmin İp Değiştirme

cd /usr/local/directadmin/scripts ./ipswap.sh ESKİİP YENİİP cd /usr/local/directadmin/scripts ./getLicense.sh CLIENTID LICENSEID /etc/init.d/httpd restart /etc/init.d/proftpd restart /etc/init.d/exim restart /etc/init.d/dovecot restart service named restart service directadmin restart

Delete Files Older Than x Days on Linux 0

Delete Files Older Than x Days on Linux

The find utility on linux allows you to pass in a bunch of interesting arguments, including one to execute another command on each file. We’ll use this in order to figure out what files...

Change Linux Password from PHP Script 0

Change Linux Password from PHP Script

There are a few scripts available on net which allow you to change a linux user password from PHP. but all of them are very complex and hard to implement , so after some...