How to Install Yarn on CentOS 8
Yarn is a JavaScript package manager compatible with npm that helps you automate the process of installing, updating, configuring, and removing npm packages. It was created to solve a set…
How to Install Jenkins on Debian 10 Linux
Jenkins is an open-source automation server that offers an easy way to set up a continuous integration and continuous delivery (CI/CD) pipeline. Continuous integration (CI) is a DevOps practice in…
SSH Command
Secure Shell (SSH) is a cryptographic network protocol used for an encrypted connection between a client and a server. The ssh client creates a secure connection to the SSH server…
How to Install and Use Docker Compose on Debian 10 Linux
Docker is a containerization platform that allows you to quickly build, test, and deploy applications as portable, self-sufficient containers that can run virtually anywhere. Docker Compose is a tool that…
How to Install RPM Files (Packages) on CentOS Linux
The RPM Package Manager (RPM) is a powerful package management system used by Red Hat Linux and its derivatives such as CentOS and Fedora. RPM also refers to the rpm…
Secure Nginx with Let’s Encrypt on CentOS 8
Let’s Encrypt is a free, automated, and open certificate authority developed by the Internet Security Research Group (ISRG) that provides free SSL certificates. Certificates issued by Let’s Encrypt are trusted…
Python String Replace
In this article, we will talk about how to replace a substring inside a string in Python, using the replace() method. .replace() Method # In Python, strings are represented as…
Install Odoo 13 on CentOS 8
Odoo is the most popular all-in-one business software in the world. It offers a range of business applications, including CRM, website, e-Commerce, billing, accounting, manufacturing, warehouse, project management, inventory, and…
Uname Command in Linux
In this article, we will cover the uname command. uname is a command-line utility that prints basic information about the operating system name and system hardware. uname Command # The…
How to Install MariaDB on CentOS 8
MariaDB is an open-source relational database management system, backward compatible, binary drop-in replacement of MySQL. It is developed by some of the original developers of MySQL and by many people…
How to Install MongoDB on Debian 10 Linux
MongoDB is a free and open-source document database. It belongs to a family of databases called NoSQL, which is different from the traditional table-based SQL databases like MySQL and PostgreSQL….
How to Add Swap Space on CentOS 8
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…
How to Install Xrdp Server (Remote Desktop) on Raspberry Pi
Xrdp is an open-source implementation of the Microsoft Remote Desktop Protocol (RDP) that allows you to graphically control a remote system. With RDP, you can log in to a Raspberry…
How to Start, Stop, or Restart Nginx
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…
How to Set or Change the Time Zone in Linux
A time zone is a geographic region that has the same standard time. Typically the time zone is set during the installation of the operational system, but it can be…
MAINPIPE