Page 16 of 57

How to enable PHPMyAdmin Authentication

Last updated on January 11th, 2023 at 02:27 pmEnable authentication for PHPMyAdmin is the next big step you need to take once you have installed XAMPP, LAMP , WAMP or PHP application with Nginx. I am doing the below steps on Ubuntu. Same can be followed in RedHat/CentOS/Amazon Linux etc., Note: You may also follow […]

How to create fullscreen video background using CSS

Last updated on April 11th, 2022 at 07:22 pmIn this tutorial we are going to see how to create a full page video background with autoplay and loop using CSS and HTML5. A webpage with video background is one of the latest designs trends we come across in most modern websites. You might be wondering […]

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 […]

« Older posts Newer posts »