Web Servers

How to Install Ubuntu 18.04 Bionic Beaver

July 5, 2019

Ubuntu 18.04 (codenamed Bionic Beaver) is a free, open-source distribution of Linux, based on the Debian operating system. In this tutorial, learn how to install on Ubuntu 18.04. 

Read more

How to Install Apache Tomcat 9 on Ubuntu 18.04

July 2, 2019

Apache Tomcat is a free, open-source, lightweight application server used for Java-based web applications. Developers use it to implement Java Servlet and JavaServer Pages technologies (including Java Expression Language and Java WebSocket). Read this guide to learn how to install and configure Apache Tomcat on Ubuntu 18.04.

Read more

How to Install Node.js and NPM on CentOS 7

June 29, 2019

Node Package Manager (npm) is Node’s official package manager, used for installing and managing package dependencies. In this guide, learn how to install Node.js and npm on CentOS 7. We also cover managing multiple Node versions and install dependencies.

Read more

How to Install Tomcat 9 on CentOS 7

June 14, 2019

Apache Tomcat is an open source Java implementation package developed by the Apache Software Foundation. In this tutorial learn how to install Tomcat 9 on CentOS 7.

Read more

How to Install Docker Compose on Ubuntu 18.04

June 10, 2019

Docker Compose is a software package that modifies the behavior of Docker. Docker creates a specific container environment for running an application. Docker Compose lets you string together multiple Docker containers to work together. This guide will help you install and work with Docker Compose.

Read more

8 Best Website Speed and Performance Testing Tools

June 3, 2019

There are programs that answer two of the most common questions web administrators and SEO's keep asking when it comes to server response time: How fast is my website? How do I improve website performance? We made a list of the best tools to test website speed and performance.

Read more

Nmap Commands - 17 Basic Commands for Linux Network

May 14, 2019

Nmap stands for Network Mapper. It is an open source tool for network exploration and security auditing. With NMAP, server administrators can easily reveal hosts and services on a computer, scan for security issues and check for open ports. The NMAP command line tool can audit and discover local and remote open ports, as well as network information and hosts. Here are some of the most useful Nmap commands with examples.

Read more

How to Install the LAMP Stack on CentOS 7


The LAMP stack is a bundle consisting of a Linux operating system, an Apache server, a MySQL database, and the PHP programming language. Each layer of the stack represents an open-source software required for developing web applications. In this tutorial learn how to install the LAMP stack on CentOS 7.

Read more

How to Install CentOS 7

May 1, 2019

CentOS 7 is an open-source Linux distribution based on Red Hat Enterprise Linux (RHEL).CentOS is seen by many as the preferred option for web hosting due to its stability and active developer community. In this tutorial, learn how to install CentOS 7 in a few simple steps.

Read more

How to Disable or Turn Off SELinux on CentOS 7

April 29, 2019

SELinux is a mandatory access control (MAC) enforcer built into the Linux kernel. It limits the privileges of individual services whose vulnerabilities might be a threat to the system. SELinux acts as a system-wide protective agent by enforcing security policies. CentOS systems without SELinux rely on the configuration of all its privileged software applications. A single misconfiguration may compromise the entire system. In this guide, you will learn how to check SELinux status and disable the service on CentOS 7.

Read more