Plesk control panel server paths

Plesk admin password can be found in the followin file /etc/psa/.psa.shadow Web user files are located at the following path /var/www/vhosts Maillogs path for plesk control panel /usr/local/psa/var/log/maillog Plesk binary file paths. /usr/local/psa/bin Domain’s Logrotate path /usr/local/psa/etc/logrotate.d/domainname Qmail paths in...

Installing eAccelerator in linux machine

Follow the steps to install eAccelerator in linux machine #cd /usr/local/ #wget http://bart.eaccelerator.net/source/0.9.6/eaccelerator-0.9.6-rc1.tar.bz2 #tar -jxvf eaccelerator-0.9.6-rc1.tar.bz2 #cd /usr/local/eaccelerator-0.9.6-rc1/ #phpize #./configure #make #make install Open a file as eaccelarator.ini in /etc/php.d/ directory #vi /etc/php.d/eaccelarator.ini Then add the configuration like : zend_extension=”path/where/eaccelerator.so/is/locate/eaccelerator.so”...

Telnet in Linux

Telnet is developed focusing on client to server connection for data transfer. Telnet connects to the server in a plain text format. It was developed in 1969, due to security drawbacks it has been replaced by SSH in 1995. To check whether telnet is...