public bash • 4 min read • How to Read a File Line By Line in Bash Read a File Line By Line in Bash with our step-by-step tutorial. In Bash scripts, you might need to read a file line by line.…
public arrays • 6 min read • How to Use Bash Arrays Use Bash Arrays with our step-by-step tutorial. It is a data structure that allows you to store multiple values under a single name.…
public ssh-tunnel • 8 min read • How to Set up SSH Tunneling (Port Forwarding) Set up SSH Tunneling (Port Forwarding) with our step-by-step tutorial. SSH tunneling relays ports across an encrypted SSH connection.…
public installation-guides • 4 min read • How to Install and Use Curl on Debian 11 Install and use Curl on Debian 11 with our step-by-step tutorial. A command-line tool, library for transferring data between server and client.…
public centos7 • 5 min read • How to Set Up SSH Keys on CentOS 7 Set Up SSH Keys on CentOS 7 with our step-by-step tutorial. SSH is a network protocol useful for a secure connection between client and server.…
public installation-guides • 5 min read • How to Install Python 3.9 on Debian 11 Install python 3.9 on Debian 11 with our step-by-step tutorial. It is the latest major release of the Python programming language.…
public kubernetes • 6 min read • How to Install Kubernetes with Minikube on Ubuntu 18.04 Install Kubernetes with Minikube on Ubuntu 18.04 with our step-by-step tutorial. A tool that allow to run single node cluster on your machine.…
public installation-guides • 6 min read • How to Install MariaDB on CentOS 8 Install MariaDB on CentOS 8 with our step-by-step tutorial. MariaDB is an open-source RDBMS commonly used in web applications and enterprises.…
public installation-guides • 6 min read • How To Install OpenLDAP Server on Ubuntu 20.04 Install OpenLDAP on Ubuntu 20.04 with our step-by-step tutorial. It is an open-source directory software for streamlined data storage and access.…
public installation-guides • 4 min read • How to Install Elasticsearch on Debian 11 Install Elasticsearch on Debian 11 with our step-by-step tutorial. It is a distributed search and analytics engine based on the Lucene library.…
public nginx • 3 min read • How to Start, Stop or Restart Nginx Learn How to Start, stop or Restart Nginx with our step-by-step tutorial. Nginx, known as "engine x," is a free, open-source reverse server.…
public ssh • 4 min read • How to Set Up Passwordless SSH Login Learn to setup passwordless ssh login with our step-by step tutorial. A secure way to connect remote servers without entering password always.…