This article depends on Network Monitoring. I will share a few commands which will give you the...
Author - Santosh Prasad
Steps To Configure Master Slave MySQL Replication
MySQL Replication is a procedure that permits to duplicated or exchanged information starting with...
How To Install Apache Solr With Tomcat On CentOS
What is Solr? Apache Solr is a fast open-source java search server. It is based on the Apache...
How To Install Nginx On CentOS 7
Nginx is high performance and lightweight web server. It also work as web reverse proxy and email...
How To Install Apache Web Server On CentOS 7
Apache is a web server that runs on most Linux/UNIX based operating system as well as on Windows...
How To Setup Logrotate To Manage Log Files In Linux
Logrotate is a tool which is used to manage log files which have been created by system process...
Solve The Canonical Website Address With Htaccess
What is .htaccess? .htaccess is a Apache configuration file which is used on running Apache web...
How To Install And Mount XtreemFS In Linux
What IS XtreemFS? XtreemFS is a fault-tolerant distributed file system. It is an open-source file...
How To Update Timezone In Linux/Unix System
Sometime you need to update your system timezone when you move your server from one location to...
How To Change Default Index Page In htaccess File
DirectoryIndex used to allow you to land default page when client access a directory. For example...
How To Compile Latest Linux Kernel In CentOS
Recently our one reader requested us to write a article on Kernel up-gradation that’s why I...
Install Nmap Network Security Scanner On CentOS/RHEL
What is Nmap? is short of “network mapper” is used to scan network. It is used for...
How To Purge, Flush, Delete Postfix Queue Mail
In Sendmail MTA traditionally you use the “sendmail -q” command to flush mail queue. In...
ps -eaf | grep keyword :- Find Process ID and Kill in Linux/UNIX
Question :- How I can kill the running process ID, when ever I need to kill a background process I...