How To Run Multiple PHP Versions on One Server Using Apache and PHP-FPM on CentOS 7
Multiple PHP version has come nowadays, so if you want to deploy your current project that is made upon PHP 7.4 and your server PHP …
Linux Tutorial and How's to
Multiple PHP version has come nowadays, so if you want to deploy your current project that is made upon PHP 7.4 and your server PHP …
What Is MongoDB? MongoDB is a source-available cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with optional schemas. MongoDB is developed by MongoDB Inc. and licensed under the Server Side Public …
In this article you will learn how to install Operating System on Raspberry Pi device. Raspberry Pi doesn’t comes with an OS installed on it. …
Introduction Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage …
This is a short guide on how to install PHPMyAdmin on CentOS 7 server. In this guide, we will see how to install PHPMyAdmin manually. …
Nginx – pronounced “Engine X” – is an open-source web server BSD license Software. It is widely used for load balancing, reverse proxy and caching …
Introduction WordPress is a free and open-source CMS (content management system), which is widely used for making blogging websites. WordPress is basically the most famous …
InnoDB performance There are hundreds of settings that can be placed in my.cnf. For the ‘lite’ user of MySQL, they won’t matter as much. Once …
Supervisor is a client/server system that allows its users to monitor and control a number of processes on UNIX-like operating systems. It is used to control …
By default centos 7 repositories have PHP 5.4 which has been used long back and not yet maintained by the developers. Inorder to secure your …