Python is one of the world’s most popular programming languages. It is a versatile language used to build all kinds of applications, from simple scrips to complex machine learning algorithms. With its simple and easy to learn syntax, Python is a popular choice for beginners and experienced developers. Python 3.9 is the latest major release
Make Linux Great Again
How to Install PostgreSQL with pgAdmin4 on Linux Mint 20
pgAdmin is an open-source feature-rich, frontend management tool that allows you to easily administer and manage your PostgreSQL relational database from a web browser. It provides an easy-to-use user interface that simplifies the creation and monitoring of databases and database objects. PgAdmin 4 is an improvement of the earlier pgAdmin tool and is available for
How to Install CouchDB on Debian 10
CouchDB is a high-performance opensource NoSQL solution where data is stored in JSON-based document format as key/value pairs, lists, or maps. It provides a RESTFUL API that enables users to easily manage database documents by performing tasks such as reading, editing, and deleting objects. CouchDB offers great benefits such as fast indexing and easy replication
How to Install Webmin on Fedora Linux
Keeping an eye on your system’s performance is one of the essential tasks that any Linux user should undertake from time to time. This helps in diagnosing any bottlenecks that are likely to impact performance. Webmin is a free and open-source front-end monitoring and administration tool that helps Linux users have a glance at various
How to Install PHP 8 on CentOS 8
PHP is a most popular server scripting language used for creating dynamic and interactive Web pages. Recently PHP 8 has been released officially. This tutorial explains how to install PHP 8 on CentOS 8 system. PHP 8.0 is the latest major release and includes performance improvements, and lots of new features such as named arguments,
Bash wait Command
wait is a command that waits for the given jobs to complete and returns the exit status of the waited for command. Since the wait command affects the current shell execution environment, it is implemented as a built-in command in most shells. In this article, we’ll explore the Bash built-in wait command. Bash wait Command
How to Install Wine 6.0 in Ubuntu
Wine is a nifty utility that allows users to run Windows applications inside a Linux environment. Wine 6.0 is finally out, and it ships with an array of numerous improvements and a total of 40 bug fixes. Some of the key areas that have witnessed great changes include: Text console redesign Vulkan support enhancements Text
How to Install LibreOffice 7.0 on Debian 10
LibreOffice is a open-source and free office suite. This is the alternate of Microsoft Office. In this tutorial, we will show you how to install the latest LibreOffice 7 on Debian 10 system. You can install latest version of LibreOffice either using the official PPA or the Snap package manager. Prerequisites# You must logged in
How to Install AnyDesk on Debian 10 Buster
AnyDesk is a popular and lightweight application that allows you to connect remote desktop systems. We can say this is an alternative of TeamViewer and also available for cross-platform like Windows and macOS. In this tutorial, we will show you how to install AnyDesk on Debian 10. Prerequisites# You must logged in with root or
How to Install Xrdp on Ubuntu 20.04
Xrdp is an open-source equivalent of Microsoft’s Remote Desktop Protocol (RDP). With xrdp installed on a Linux system, users can remotely access the Linux desktop using an RDP client as we shall demonstrate later in this article. It’s completely free to download and use. Without much further ado, let’s see how you can install Xrdp