Admin

Admin

How To Setup Nginx With PHP-FPM on Ubuntu

We have discussed how to install Nginx and set up a virtual host in our previous blog How to install and configure Nginx in Ubuntu 20.04. By default, Nginx will only process HTML Pages and if your try to open…

How to install Nginx in Ubuntu 20.04

Nginx is the most popular web server in the world and is responsible for hosting millions of web applications around the world. Because of the easiness and lightweight Nginx is considered people’s favourite web server which consists of many advanced…

Understanding the Basics of Docker Resource Limits

In this comprehensive guide, we will delve into the importance of Docker resource limits and how they play a vital role in ensuring the smooth performance of your production applications. By default, Docker containers have unrestricted access to CPU and…

How to run docker images as a container

In the previous blog, we discussed How to install docker from official docker repo in ubuntu 20.04In this blog, I will explain to you what is docker container and its working with some basic docker commands. we will be pulling…

How to use the Rsync command in Linux.

Rsync is a fast and extraordinarily versatile file copying tool. It can copy locally, to/from another host over any remote shell, or to/from a remote rsync daemon. It offers a large number of options that control every aspect of its…

How to use the SCP command in Linux?

Introducing the SCP command in Linux, SCP is a powerful tool for securely copying files between different locations. Whether you need to transfer files locally or over a network, SCP comes to the rescue. In this comprehensive guide, we’ll delve…

How to use the Dig command in Linux?

The “dig” command is a powerful tool for performing DNS queries in Linux. It is part of the dnsutils package and is used to look up the DNS records for a specific domain or host. Using “dig,” you can retrieve…

How to use the Nslookup command?

Learn how to use nslookup in Linux quickly and easily with this comprehensive guide! Get all the information you need for setting up and using this command. What is nslookup command? Nslookup (stands for “Name Server Lookup”) is a useful…