
Tue Jan 28 2020
Bash until Loop
This tutorial explains the basics of the until loop in Bash. The until loop is used to execute a given set of commands as long as the given condition evaluates to false.
Read more

Mon Jan 27 2020
How to Set Up Nginx Server Blocks on CentOS 8
This article describes how to set up Nginx server blocks on CentOS 8. A server block is an Nginx directive that defines settings for a specific domain, allowing you to run more than one website on a single server.

Mon Jan 27 2020
How To Set Up Nginx Server Blocks on Debian 9
In this tutorial, we will show you how to set up Nginx server blocks on Debian 9. Server Blocks allows you to run more than one website on a single machine.

Mon Jan 27 2020
How to Set Up Nginx Server Blocks on CentOS 7
Nginx Server Blocks allows you to run more than one website on a single machine. In this tutorial, we'll explain how to set up Nginx server blocks on CentOS 7.
Mon Jan 27 2020
How To Set Up Nginx Server Blocks on Ubuntu 18.04

Sat Jan 25 2020
Pidof Command in Linux

Fri Jan 24 2020
How to Install Ruby on CentOS 8

Tue Jan 21 2020
How to Install Vagrant on Debian 10 Linux

Mon Jan 20 2020
How to Check the PHP Version

Sun Jan 19 2020
How to Install Pip on CentOS 8
