How to Set up FTP Server on Your Raspberry Pi
April 6, 2021
Raspberry Pi can be used as an affordable FTP server. Learn how to set up the server and test your connection after establishing it.
How to Install Puppet on macOS
April 1, 2021
Puppet is an open-source administrative engine that lets you perform remote admin tasks in a network through a single master node. This tutorial will show you how to install Puppet Agent on macOS.
RPKI Explained – Secure BGP Routing
April 1, 2021
RPKI makes BGP more secure and reliable. Learn about the flaws of BGP, what RPKI is and how it works.
How To Set Up Raspberry Pi As A DNS Server
March 31, 2021
Learn how to improve your network speed by setting up a Raspberry Pi as a DNS server in this step-by-step guide.
How To Use Telnet On Windows
March 24, 2021
The Telnet client is not the best cybersecurity practice, however it is very useful for port troubleshooting. Learn how to turn on the Telnet client feature and check for open ports on Windows.
How to Install Puppet on Ubuntu 20.04
March 17, 2021
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.
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…
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…
How to Fix SSH Failed Permission Denied (publickey,gssapi-keyex,gssapi-with-mic)
February 4, 2021
The Permission Denied (publickey,gssapi-keyex,gssapi-with-mic) error appears after a new package installation or the creation of new users on an SSH server. This tutorial shows you how to troubleshoot and fix this error.
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.