SysAdmin,DevOps and Development
How To Install and Use PHP Composer on Ubuntu 16.04
September 23, 2019
Composer is an application that tracks dependencies for a project, allowing you to specify a set of libraries for a specific project. It identifies the versions and dependencies and installs them to the project. This guide will help you install and…
SysAdmin,DevOps and Development
How to Install and Use PHP Composer on CentOS 7
September 10, 2019
Composer is an application that tracks dependencies for a project, allowing you to specify a set of libraries for a specific project. It identifies the versions and dependencies and installs them to the project. This guide will help you install and…
How To Install XAMPP On CentOS/RHEL 7.0
September 5, 2019
The XAMPP stack is an open-source Apache distribution of a PHP development environment consisting of cross-platform software (X): Apache (A), MariaDB (M), PHP and Perl (P). In this article, you will find simple instructions on how to install the…
SysAdmin,DevOps and Development
How To Install and Use PHP Composer on Ubuntu 18.04
August 29, 2019
Composer is an application that tracks dependencies for a project, allowing you to specify a set of libraries for a specific project. It identifies the versions and dependencies and installs them to the project. This guide will help you install and…
Resource,Web ServersDevOps and Development
4 Different Types of Errors in PHP
August 6, 2019
A PHP Error occurs when something is wrong in the PHP code. An error can be simple as a missing semicolon, or complex as calling an incorrect variable. To resolve a PHP issue in a script, you must understand what kind of problem is occurring. Learn…
How-To,Web ServersDevOps and Development
PHP Error Reporting: How to Enable & Display All Errors / Warnings
August 6, 2019
If a script is not written correctly, or if something unusual happens, PHP can generate an error message. The error message provides valuable insight and can point you in the right direction while troubleshooting. Follow the instructions in this…
How to Install XAMPP on Ubuntu 18.04
June 5, 2019
The XAMPP stack is an open-source Apache distribution of a PHP development environment consisting of cross-platform software (X): Apache (A), MariaDB (M), PHP and Perl (P). Developed by Apache Friends, XAMPP is a ten-year-old, non-profit project…
How to Fix the 500 Internal Server Error in WordPress
May 28, 2019
The 500 Internal Server Error is one of the most common errors you will encounter in WordPress. The error indicates that the server is unable to perform a particular action. It can be due to an issue on the server itself or a problem with a file…
How To Install PHP 7, 7.2 & 7.3 On CentOS 7
May 24, 2019
PHP is a programming language that’s often used to automate server tasks. It’s part of the LAMP (Linux, Apache, MySQL, PHP) stack, which is a bundle of software used for running internet servers and services. The name PHP stands for Hypertext…
How to Fix The Uploaded File Exceeds the upload_max_filesize Directive in php.ini. Error in WordPress
May 8, 2019
WordPress is the most used content management systems on the Internet. Though it is highly stable, WordPress is not without its glitches. The "uploaded file exceeds the upload_max_filesize directive in php.ini" error occurs when a user uploads very…