In the last article, I showed you how to install Nginx and PHP (PHP-FPM) on CentOS 6 from source. Today, I’m going to show you how to install Nginx with PHP-FPM via yum.
{ 12 comments }
From the category archives:
In the last article, I showed you how to install Nginx and PHP (PHP-FPM) on CentOS 6 from source. Today, I’m going to show you how to install Nginx with PHP-FPM via yum.
{ 12 comments }
I run CentOS on my server, and I often find that my server is being attacked by other computers. Brute force SSH attacks, port scanning, viruses scanning for the ability to spread, things like that. In this article, I’ll show you how to block an IP address on Linux server using IPTables.
{ 0 comments }
Q. How do I display summary statistics for each protocol on Linux ? A. Using netstat command to display summary statistics for each protocol.
{ 0 comments }
If you use Memcached server to store application data, you may want to invalidate it once you deploy a new version to avoid corruption or weird results… In this article, I’ll show you How do I flush the entire contents of a Memcached server ?
{ 0 comments }
Sometimes you may want to disable ping response for many reasons, may be for a security reason… This article explains how do I disable the ping response on Linux ?
{ 0 comments }
Q. How do you find Linux system last reboot/shutdown date and time? A. You can use “last” command which will display all the previous reboot date and time for the system. This picks the information from the /var/log/wtmp file.
{ 0 comments }