Networking

How to Use SSH Port Forwarding

May 18, 2020

This article demonstrates 3 distinct methods used to port forward SSH connections. It examines the syntax of the individual commands and teaches you everything you need to know to implement SSH port forwarding successfully.

Read more

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

April 1, 2020

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 Allow Remote Connections to MySQL

March 26, 2020

Keep your database servers separate from your public-facing web servers to improve security, performance, and flexibility. MySQL servers are initially set up to accept local connections. Use this tutorial to change these settings in the MySQL configuration file and enable remote connections.

Read more

How to Configure CentOS Network Settings

March 25, 2020

Configure CentOS network settings using the command line or the Network Manager TUI. This guide shows you how to change network specifications and set up a static IP or configure the network interface for DHCP.

Read more

How to Deploy RabbitMQ on Kubernetes

March 6, 2020

RabbitMQ manages messaging queues and boosts communication between your loosely coupled services. This well laid out article contains instructions on how to install RabbitMQ on a Kubernetes cluster using the Helm package manager.

Read more

Iptables Tutorial: Ultimate Guide to Linux Firewall

January 28, 2020

Learn how to use iptables commands and see how iptables works. By following the instructions listed in this article, you'll get a better understanding of network packets, and can configure basic rules for your system and set up ports on the firewall to meet your security needs.

Read more

How to Use IP Command in Linux with Examples

November 22, 2019

The ip command is a Linux net-tool for system and network administrators used for configuring network interfaces. Learn about the important operations the ip command can perform with21 commonly used commands.

Read more

DNS Best Practices for Security and Performance

November 11, 2019

DNS management is a significant hurdle in enterprise environments. DNS infrastructure needs to be organized properly to avoid security and performance issues. By following DNS best practices, most potential problems can be evaded.

Read more

How to Enable Ubuntu Remote Desktop

November 7, 2019

Remote Desktop is a useful and user-friendly service allowing you to control another computer remotely. It is excellent for users who prefer having a graphical interface instead of a command line. Learn how to enable remote desktop and establish a connection with the help of this tutorial.

Read more

How to Find or Check Your IP Address in Linux

November 5, 2019

An IP address is a code assigned to a computer on a network. It works as a postal address, ensuring that network traffic is sent to the correct computer. In most cases, your system will have two different IP addresses: an internal IP address and an external IP address. Learn how to find both either by using a GUI or through a command line.

Read more