大前端
-
How to Fix the SSH "Connection Refused" Error
Introduction Are you having problems accessing a remote server over SSH? If SSH responds with a "Connection refused" message, you may need to modify the request or check the setup. In this tutorial, …
-
How to Install and Configure Nginx on Ubuntu 20.04
Introduction Nginx is a free, open-source Linux application for web servers. It works as a reverse proxy server by directing web traffic to specific servers. Nginx is used for security and load-balan…
-
How to Use SSH Port Forwarding
Introduction SSH port forwarding is often referred to as SSH tunneling, and the two terms are used interchangeably. The encrypted SSH ‘tunnel’ serves as a vessel to transfer assorted data and deliver…
-
How to Fix "ssh_exchange_identification: read: Connection reset by peer" Error
Introduction A remote machine has prevented an SSH connection you were attempting to establish or maintain. The “ssh_exchange_identification: read: Connection reset by peer” message is not specific e…
-
Iptables Tutorial: Ultimate Guide to Linux Firewall
Introduction All modern operating systems come equipped with a firewall – a software application that regulates network traffic to a computer. Firewalls create a barrier between a trusted network (li…
-
DNS Best Practices for Security and Performance
The Domain Name System (DNS) makes all networked communication possible. DNS may seem like an invisible force or entity, until something goes wrong, then it’s apparent: If DNS service goes down, then…
-
How to Redirect HTTP to HTTPS in Nginx
Introduction Nginx (pronounced “Engine-X”) is a Linux-based web server and proxy application. Nginx is a powerful tool for redirecting and managing web traffic. It can be easily configured to redirec…
-
How To Change Speed & Duplex of Ethernet Card in Linux with Ethtool Command
Introduction The configuration of your Ethernet Card defines how effectively your servers communicate. It is necessary to understand how Auto-Negotiation, Speed, and Duplex settings affect the transf…
-
17 Nmap Commands with Examples for Linux Network & System Administrators
What is Nmap? Nmap, or Network Mapper, is an open source Linux command line tool for network exploration and security auditing. With Nmap, server administrators can quickly reveal hosts and services,…
-
Best Tools to Monitor Network Bandwidth on a Linux Server
Introduction Monitoring network performance is important for preventing malfunctions and ensuring quality. Such a practice tells you whether your network is running slow and what may be the cause of …