How to Add Swap Space on Ubuntu 20.04
Swap is a space on a disk that is used when the amount of physical RAM memory is full. When a Linux system runs out of RAM, inactive pages are …
Sudo is a Linux Command.Sudo means “superuser do”. It allows authenticated users to run commands as other users. Other users can be ordinary users or super users. In this tutorial, …
Swap is a space on a disk that is used when the amount of physical RAM memory is full. When a Linux system runs out of RAM, inactive pages are …
Apache is one of the most popular web servers in the world. It is an open-source and cross-platform HTTP server that powers a large percentage of the Internet’s websites. Apache …
Nginx pronounced “engine x” is a free, open-source, high-performance HTTP and reverse proxy server responsible for handling the load of some of the largest sites on the Internet. It can …
In this guide, we will describe how to install Java on Ubuntu 20.04. Java is one of the most popular programming languages used to build different kinds of applications and …
FTP (File Transfer Protocol) is a client-server network protocol that allows users to transfer files to and from a remote machine. There are many open-source FTP servers available for Linux. …
Nginx is an open-source, high-performance web server. It is known for its stability, very simple configuration, rich feature set, and low resource consumption. The FastCGI Process Manager (FPM) is an …
Apache Tomcat is an open-source implementation of the Java Servlet, JavaServer Pages, Java Expression Language, and Java WebSocket technologies. It is one of the most widely adopted applications and web …
In this article we'll show you how to change a user password in Linux. We will also show you how to force users to change their password. The tutorial should …
This article will show you to install wordpress with Nginx web server and PHP-FPM/FastCGI on Linux Mint 19. In this article,we are using WordPress 5.3 ,Nginx and PHP 7.3. 01、Installation …
Network File System (NFS) is a distributed file system protocol that allows you to share remote directories over a network. With NFS, you can mount remote directories on your system …