How to Install and Use Docker on AlmaLinux 8

Install Docker on AlmaLinux

Docker is a powerful platform for developers and sysadmins that simplifies the process of deploying applications inside software containers. Containers allow you to package up an application with all its parts (code, runtime, system tools, system libraries – anything that would usually go in /usr/bin, or /usr/lib) so it will run consistently on any Linux … Read more

How to Install MongoDB on Rocky Linux 8

MongoDB is a free and open-source document-oriented database. Unlike relational databases, which store data in tables and require predefined schemas before adding new data, documents in MongoDB are unordered collections of key/value pairs with dynamic schemas (i.e., no fixed schema). As such, the same field can hold an integer, a string, or an object — … Read more

How to Install ProcessWire CMS on Ubuntu 20.04

ProcessWire CMS on Ubuntu

ProcessWire is a free and open-source content management system (CMS). It’s a PHP-based platform that can be used as a standalone or as a module for other platforms like Drupal and WordPress. ProcessWire provides you with different features to build websites, apps, and APIs that are secure, fast, flexible, and easy to use. It’s a … Read more

How to Install OpenLiteSpeed Webserver on Alma Linux 8

OpenLiteSpeed webserver

OpenLiteSpeed is a web server that can be used to speed up dynamic content delivery. It also features a built-in caching system for static content. OpenLiteSpeed is faster, consumes less memory, and requires fewer resources than Apache. It’s more secure because the source code is available for inspection, which means that bugs can be found … Read more

How to Install Yarn JS (Node) Package Manager on Debian 11

Debian 11 Yarn

Yarn is a package manager for Javascript. It is meant to replace npm (node package manager). Yarn uses a different way to install packages. Instead of installing from the registry, it installs packages from other nodes in your network that have already downloaded the package and its dependencies. This can speed up installations, especially in … Read more

How to Install CyberPanel on Ubuntu 20.04

CyberPanel on Ubuntu 20.04

CyberPanel is a control panel designed with the main purpose of being user-friendly for non-technical users. CyberPanel is very easy to learn because it uses a simple layout that most hosting companies are already familiar with. CyberPanel also has several features that most other control panels don’t have. CyberPanel offers an advanced interface that can … Read more

How to install Apache, MariaDB and PHP (LAMP) on Debian 11

Debian 11 LAMP server

The LAMP stack is a collection of open-source software products that are frequently used in conjunction. The acronym LAMP is used to describe a computer system that has the following components: Linux, Apache HTTP Server (or just server), MySQL and PHP/Perl/Python. A user can install all of these components separately on a single computer or, … Read more

How to Install Fish Shell on CentOS 8 and Rocky Linux 8

Fish Shell

Fish Shell also known as ‘Friendly interactive shell’ used for Unix/Linux-like operating distributions. It provides a smart, fully equipped, and user-friendly command-line environment for all Linux users. Fish shell supports various features unlike any other shell such as autosuggestion, Tab completion, syntax highlighting, Sane Scripting, Glorious VGA Color, and web-based configuration. Using this interactive shell … Read more

How to Install Zirkula CMS on Ubuntu 20.04

Zirkula CMS on Ubuntu

ZIkula means “plus” in Swahili language, so it translates as “more than” or “something more”. The name embodies what this project provides – an extension beyond common web technologies with tools like templates that help you create simple one-page websites all the way up to complex applications powered by Node JS modules & MVC architecture. … Read more