How to Find PHP FPM Error Log in Linux

In this tutorial we will locate the php fpm error log file using PUTTY. When we do development and try to setup the server we need this file in order to get all errors and other notices which will help us to solve the issue. FPM or FastCGI Process Manager is an alternative of PHP… Continue reading How to Find PHP FPM Error Log in Linux

How To Import Database Using SSH Linux CentOS

In this tutorial we will import a database using ssh in linux centos. To do that you will have to locate your wp-config.php file and open it. In this file you should find the db name, db user, db password and other things which help wordpress to work, but for this tutorial we need only… Continue reading How To Import Database Using SSH Linux CentOS

How to list all running processes in linux CENTOS

In each server there are a lot of running processes which help the system work corectly. In some cases you can run your own script to achieve a certain functionality, if you run the script in background that means it will run all the time, after the server restart, the script will start with the… Continue reading How to list all running processes in linux CENTOS