How to Install Nginx Web Server on Ubuntu 20.04
Nginx is an open-source and high-performance web server, which is mostly used in hosting high traffic websites. It can also be used as a load …
Linux Tutorial and How's to
Nginx is an open-source and high-performance web server, which is mostly used in hosting high traffic websites. It can also be used as a load …
In this tutorial, I will be guiding how you can stream a live and stored video from your NGINX server. We will be going to …
Nginx – pronounced “Engine X” – is an open-source web server BSD license Software. It is widely used for load balancing, reverse proxy and caching …
Change root (chroot) is an operation that changes the apparent root directory for the current running process and their children. A program that is run …
This article covers TCP/IP networking, network administration, and system configuration basics. Linux can support multiple network devices. The device names are numbered and begin at …
What is a SHELL? The shell executes a program in response to its prompt. When you give a command, the shell searches for the program, …
Overall you have two ways to monitor processes at Linux host Static monitoring Interactive monitoring Static monitoring The most widely used command is ps (i.e., …
Basic ls command with all its parameters: ls -a list all files including hidden file starting with ‘.’ ls –color colored list [=always/never/auto] ls -d …
Investigate Directories For Disk Usage Sometimes it may be required to find out which directory consuming how much disk space especially when you are used …
In this tutorial, I would like to talk to you about your Linux distribution and how you can find that in which distribution you were …