Networking

How to Use Nmap to Scan for Open Ports

April 5, 2024

The Nmap hosted security tool can help you determine how well your firewall and security configuration is working. This guide will show you how to scan or check your Linux system for open ports using Nmap.

Read more

Linux ping Command with Examples

April 2, 2024

The Linux ping command is a powerful tool for troubleshooting and testing network connectivity. In this guide, we will walk you through some of the most useful ping commands with examples.

Read more

How to Set up & Use NGINX as a Reverse Proxy

March 14, 2024

NGINX (pronounced "Engine X") is a web server application used to set up a reverse proxy. This guide provides an in-depth look into setting up a reverse proxy via NGINX.

Read more

How to Set up Nginx as Reverse Proxy for Docker Container


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.

Read more

How to Redirect HTTP to HTTPS in Nginx

March 6, 2024

Nginx is a Linux-based web server and proxy that specializes in redirecting web traffic. It can be configured to redirect unencrypted HTTP web traffic to an encrypted HTTPS server. This guide will show you how to redirect HTTP to HTTPS using Nginx.

Read more

How to Install Puppet on Ubuntu 20.04 and 22.04

January 25, 2024

Puppet is an open-source solution that helps you perform administrative tasks remotely.
This tutorial takes you step-by-step through the process of installing Puppet on Ubuntu 20.04.

Read more

How to Fix "ssh_exchange_identification: read: Connection reset by peer" Error

January 19, 2024

This article deals with the most common causes of the "ssh_exchange_identification: read: Connection reset by peer" error. At the same time, we offer expert solutions for this error, such as managing Host-Based Access Control Lists, changing Intrusion prevention software settings, and editing the SSH daemon configuration file.

Read more

How to Edit Hosts File on Windows

December 6, 2023

This article explains how to find and access the Windows hosts file and add custom IP to domain name mappings.

Read more

How to Edit Hosts File on Linux

November 29, 2023

SysAdmins frequently edit the hosts file to create application testing environments and control which websites can be accessed from the system. Read this tutorial to learn how to edit the hosts file on Linux.

Read more

How to Fix the SSH "Connection Refused" Error

November 28, 2023

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.

Read more
1 2 3 15