Page 19 of 57

How to remove HTML Entities WordPress

Last updated on January 4th, 2023 at 06:27 pmIt is annoying to see your WordPress post displaying HTML Entities instead of actual code results. For example it will display & gt; for > and & lt; for < symbol. How to fix this without using a Plugin. The function below is not that greatly done […]

Apache change MPM prefork to worker module

Last updated on February 8th, 2022 at 02:07 pmApache change from prefork to worker MPM Starting from Apache version 2.4 we cannot change the setting inside /etc/sysconfig/httpd. As per Apache, HTTPD variable is now ignored. MPM is a loadable module, and choice of MPM can be changed by editing the configuration file /etc/httpd/conf.modules.d/00-mpm.conf So go […]

Install cacti (Network Monitoring) on RHEL 7 /CentOS 7

Last updated on November 9th, 2024 at 05:47 pmIn this tutorial I will walk through on how to install cacti network monitoring tool on linux, Redhat Linux 7 Maipo / CentOS 7 systems. This is very simple and straight forward. All you have to do is make sure that the required software’s are installed. I […]

How to setup Master Slave Replication in MySQL

Last updated on January 11th, 2023 at 12:59 pmIn a typical MySQL Master Slave environment replication data stored in the master database will get automatically replicated to slave. This tutorial will help you configure a MySQL Master Slave replication with ease. Let us take 2 MySQL servers as an example. I have also added some […]

« Older posts Newer posts »