sftpchroot

How to Enable Last Login Information for SFTP chroot and non-chroot users

In this guide, we are looking into a PAM implementation. By default, SFTP chroot and non-chroot users last login information will not be saved, To get the same we need to configure the PAM.

While the security team looks for …

How to Enable Last Login Information for SFTP chroot and non-chroot users Read More
mysql database

How to Reset MYSQL database Root Password and Import/Export Commands

This article will show you How to export a copy of the MySQL database in Command Line Interface and How to import an MYSQL database backup file to your database server by using command line interface.

Mysql DB Export

mysqldump 
How to Reset MYSQL database Root Password and Import/Export Commands Read More
FastCGI

How to install mod_fastcgi (FastCGI)in Php-Fpm on Apache 2.4 CentOS

FastCGI functionality is similar to CGI.FastCGI has a bit more configurations when compared to CGI and it is a continuous process and they can process more than one request in a single hit. FastCGI allows running programs on remote machines …

How to install mod_fastcgi (FastCGI)in Php-Fpm on Apache 2.4 CentOS Read More