Ubuntu desktop and server editions come with unattended-upgrades, which regularly check for outdated system packages and update them at specified intervals to protect the system against vulnerabilities and ensure it…
MediaWiki is a free and open-source wiki software developed by Magnus Manske in 2002 for Wikipedia. It proved so effective in managing millions of users that numerous Linux forums also…
Node.js is a free, open-source, cross-platform JavaScript runtime environment that can run on Linux, Windows, and macOS and is used to build server-side web applications. The top companies that favor…
In this article, I'll show how to install PostgreSQL on Ubuntu 24.04, which will also work with Ubuntu 23.04 and other versions. We'll then proceed to configure PostgreSQL, including changing…
At some point in your Python programming journey, you'll encounter an old Python program that requires an older version of Python (let's say, 3.5), but the distros you're using ship…
In this article, you'll learn how to install Apache on Ubuntu 24.04, 23.04, and other versions using package manager and source code, followed by how to configure firewalls, manage Apache…
In this article, you will learn how to install the Nginx web server (either stable or mainline) on Ubuntu 24.04, 23.04, and other versions using the default package manager, Launchpad…
MariaDB is a community fork of the MySQL relational database management system. It's freely available and open-source under the GNU General Public License. MariaDB, in contrast to MySQL, offers high…
The GCC (GNU Compiler Collection) is a free and open-source compiler that provides support for multiple programming languages, such as C/C++, Fortran, Ada, D, and Go. If you're unfamiliar with…
Ghost is a stunning, modern, open-source platform designed for creating blogs and websites. It's written in Javascript, built upon Node.js, and managed by the Ghost Foundation. It comes with several…