How to Check PHP Version
January 14, 2021
To avoid compatibility problems when implementing new PHP-related features or debugging a website, it is useful to know the PHP version you are working with. This tutorial explains how to check the PHP version running on your website or a local…
Web Servers,Networking,SysAdmin,Virtualization
How to Deploy NGINX Reverse Proxy on Docker
January 6, 2021
The easiest way to set up a reverse proxy is using Docker and Nginx. Learn how to set up reverse proxy for web servers by running each service in a Docker container.
Apache vs Nginx – Detailed Comparison
January 6, 2021
According to all relevant research, Apache and Nginx are two top web server choices in the world today. This article analyses how Apache, a process-based/threaded HTTP server, compares with event-based Nginx.
MyISAM vs. InnoDB: A Comparison
November 26, 2020
Using the improper storage engine can lead to errors in querying and reduced speed and performance. In this article, you will learn differences between MyISAM and InnoDB storage engines. You will also learn how to check the storage engine and how it…
Apache 403 Forbidden: Reasons and How to Fix It
November 25, 2020
Despite the reliability of Apache web servers, '403 Forbidden' errors are not uncommon. This tutorial goes over different things that could cause an Apache '403 Forbidden' error and ways to fix them.
How to Calculate Website or Web-Based Application Bandwidth Requirements
November 12, 2020
Read through the article to learn how to determine the required bandwidth for your website and web-based applications. The guide also talks about bandwidth, data transfer, and the differences between them.
Security,Web Servers,Networking
How to Fix the SSH “Connection Refused” Error
November 12, 2020
Fix SSH connection refused by troubleshooting some of the common causes for this problem. Take a look of all the reasons for connection refused error and how to fix the problem.
Web Servers,Bare Metal Servers
phoenixNAP Bare Metal Cloud Billing Models
October 30, 2020
This article talks about the available billing models for Bare Metal Cloud servers. Here, you will also learn how to view the usage reports, deploy a server from an existing reservation, and cancel the auto-renew option.
How to Use apt-get reinstall on Debian and Ubuntu
October 22, 2020
When packages are accidentally removed or modified on Debian or Ubuntu, reinstalling them usually resolves the problem. The --reinstall flag is an apt-get command shortcut for reinstalling packages using the command line.
How to Set or Change User Agent with curl
October 15, 2020
Change the user agent string with curl by adding the required option attribute. Change the user agent to the wanted browser to access any webpage.