Networking

How to Use Linux dig Command (DNS Lookup)

September 1, 2020

dig (Domain Information Groper) command is a tool for querying DNS name servers. It is a helpful command for diagnosing DNS problems but is also used to display DNS information. Learn how to use this command by following this article.

Read more

How to Change or Set Hostname on CentOS 8 / RHEL 8

August 10, 2020

If you decide to change your hostname, you have multiple available options to do so. Follow the methods in this guide and you will successfully change the hostname on your CentOS8 / RHEL machine.

Read more

pfSense vs. Sophos: The Main Differences

August 6, 2020

This article is meant to assist readers in determining whether pfSense or Sophos would better fit their system's requirements. It contains a clear and brief overview of pfSense and Sophos' characteristics.

Read more

What is Kubernetes DaemonSet and How to Use It?

July 16, 2020

The article contains an in-depth analysis of DaemonSets and practical examples of how best to implement DaemonSets in a running Kubernetes environment.

Read more

The Difference Between Backup vs Replication

July 7, 2020

This article briefly explains the concepts behind backup and replication. A clear-cut table provides an excellent overview of all the features that set them apart.

Read more

Apache Hadoop Architecture Explained (with Diagrams)

May 25, 2020

Apache Hadoop is the go-to framework for storing and processing big data. This article provides clear-cut explanations, Hadoop architecture diagrams, and best practices for designing a Hadoop cluster.

Read more

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 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