How to Install and Use GDU Disk Usage Analyzer on Ubuntu

GDU Disk Analyzer on Ubuntu Linux

With new uses for computers being discovered every day, disk usage has grown exponentially. Where 40GBs of HDD storage used to suffice for personal computing, now even terabytes of disk storage fail to do the job. All the resources and cache files have started taking up more storage space to perform more functions, and with … 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 GCC Compiler Collection on CentOS 8 and Rocky Linux 8

Install GCC on CentOS

The GNU Compiler Collection (GCC) is a compiler software package with a collection of compilers for several languages. It is free and open-source software, which means that everyone has the opportunity to contribute or modify the application according to their own needs. GCC supports various programming languages, including C, C++, Objective-C, Fortran, Java and Ada. … 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