Networking

How to Ping Specific Port Number in Linux and Windows

March 8, 2021

This tutorial covers the use of several networking tools and utilities for pinging a specific port number. Even though the primary use of the ping command does not involve ports, it can be used in order to check if a port is open or not by trying to establish a connection with it.

Read more

How to Use the who Command in Linux with Examples

February 25, 2021

The who command belongs to the GNU coreutils package in Linux. Its main purpose is to provide system administrators with information about the users who are currently logged into the system. This tutorial provides examples for the use of the command along with its options.

Read more

How To Use Linux SS Command

February 3, 2021

The ss (socket statistics) tool is used for displaying various network and socket statistics. It is a faster version of the neststat tool. This article gives an in-depth overview of how to use it with various examples.

Read more

Netstat Command in Linux - 28 Commands with Examples

January 28, 2021

Read about the most commonly used netstat commands for Linux and see examples of their usage.

Read more

How to Install and Use ifconfig on CentOS 7

January 12, 2021

The ifconfig command is a tool for network interface management that is used to enable/disable interfaces, manage IP addresses, netmasks, MAC addresses, etc. This tutorial shows how to install and use the ifconfig command on CentOS 7.

Read more

How Does SSH Work?

December 17, 2020

SSH is a network protocol designed to provide a more secure network communication by employing encryption. This article deals with the mechanism behind SSH and its layers, and lists some of its common use cases.

Read more

How to Configure Proxy Settings on Ubuntu 20.04

December 10, 2020

Proxy servers are commonly found on local business networks, providing an additional security layer. Among personal users, they are popular because they help increase privacy and speed. This tutorial shows how to set up a proxy on Ubuntu 20.04.

Read more

How to Test Network Speed in Linux via CLI

November 25, 2020

This article shows you numerous ways to test network speed in Linux via CLI. Learn how to install and use 9 online tools to test internet speed from the command prompt window,

Read more

How to Change Hostname on Ubuntu 20.04


Hostname is a unique identifier of a computer on a network. This tutorial details ways in which you can change your Ubuntu 20.04 machine's hostname, using command line or GUI.

Read more

How to Install OpenVPN on CentOS 7 or 8

November 19, 2020

In this tutorial, you will learn how to set up OpenVPN on a CentOS 7 server and how to connect to OpenVPN from a client machine. Establish a secure connection to a company network, bypass geo-restrictions, and allow you to surf the web using public Wi-Fi networks while keeping your data private with OpenVPN.

Read more