git • 4 min read • How to Install Git on Raspberry Pi Install Git on Raspberry Pi with our step-by-step tutorial. It is a popular open-source distributed version control system.…
tee • 3 min read • How to use the Linux Tee Command Use Linux tee command with our step-by-step tutorial. The `tee` command in Linux allows you to display and write output simultaneously.…
remove • 4 min read • How to Remove (Delete) Symbolic Links on Linux Remove (Delete) Symbolic Links on Linux with our step-by-step tutorial. A symbolic link acts as a reference to another file or directory.…
ip-address • 4 min read • How to Find your IP Address on the Linux Find your IP Address on the Linux with our step-by-step tutorial. It is a unique numerical label assigned to every device on the internet.…
tomcat • 5 min read • How to Install Tomcat 8.5 on CentOS 7 Install Tomcat 8.5 on CentOS 7 with our step-by-step tutorial. It is a Java-based web server and servlet container.…
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.…
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.…
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.…
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.…
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.…
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.…
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.…