SSH (Secure Shell) is a popular and widely used tool for remote login and file transfers over insecure networks, that uses encryption to secure the connection between a client and a server. Read Also:…
Category / Linux
How to Install Redis on Ubuntu
Redis is an advanced persistent key-value database with a network interface and key features such as built-in replication, transactions, automatic partitioning with Redis Cluster, and different levels of on-disk persistence and so much more….
How to Install PostgreSQL Database in Debian 10
PostgreSQL (sometimes referred to as Postgres) is the most advanced open-source general-purpose and object-relational database system with a proven architecture that runs on all major operating systems. It is a high performance, stable, scalable…
How to Install Redis on CentOS 7
A well-known means to improve the efficiency of modern computer applications is by enabling caching. Caching simply means keeping active data in a temporary store to make it easier and faster to access and…
How to Create a Sudo User on CentOS
The sudo command gives a technique for providing trusted users with administrative permission to a Linux system without sharing the root user password. When users permitted this technique precede an administrative command with sudo…
How to Install Apache with Virtual Hosts on Debian 10
Apache, popularly referred to as the Apache HTTP server, is a free and open-source cross-platform web server maintained by the Apache Foundation. It is the leading web server commanding a 35% market share on…
8 Netcat (nc) Command with Examples
Netcat (or nc in short) is a simple yet powerful networking command-line tool used for performing any operation in Linux related to TCP, UDP, or UNIX-domain sockets. Netcat can be used for port scanning,…
How to Install MariaDB Database in Debian 10
MariaDB is an open-source and popular relational database management system (RDBMS) made by the original developers of MySQL. It is a fast, scalable and robust database system, with a rich ecosystem of storage engines,…
How to Create a New Sudo User on Ubuntu
In Linux and other Unix-like systems, the root account has the highest access rights on the system. It is used specifically for system administration purposes. The root user (sometimes referred to as the superuser)…
How to Install LEMP on Debian 10 Server
A “LEMP” stack is a mixture of open-source software that is typically installed on a Linux server to deploy dynamic applications. This term is an acronym that represents the Linux operating system, Nginx web…