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.…
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.…
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.…
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.…
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.…
sysctl • 3 min read • How to Use Sysctl Command in Linux Learn to use sysctl command in Linux with our step-by-step tutorial. A command that allows admins, users to interact, modify kernel parameters…
rename • 4 min read • How to Rename Directories in Linux Rename directories in Linux with our step-by-step tutorial. A task that allows you to change the name of directory without affecting content.…
nano • 5 min read • How to Use Nano, the Linux Command Line Text Editor Use Nano, the Linux Command Line Text Editor with our step-by-step tutorial. Nano is a simple editor for those that require it.…
string • 5 min read • How to Compare Strings on Bash Compare Strings in Bash with our step-by-step tutorial. Strings are an essential concept in programming and computer science.…
ssh • 6 min read • Using the SSH Config File Using the SSH Config File with our step-by-step tutorial. It is a secure network protocol for remote access and file transfers.…
environment-variable • 6 min read • How to Set and List Environment Variables on Linux Set and List Environment Variables on Linux with our step-by-step tutorial. An environment variable stores values for software and OS.…
whoami • 3 min read • Whoami Command in Linux In this tutorial, we will talk about whoami command which prints the effective user ID's user name.…