Install Docker CE on Debian 11 Bullseye Linux

Install Docker CE on Debian 11 Bullseye Linux

Run container virtual machine by installing Docker CE on Debian 10 or 11 Bullseye Linux using the guide given here in this article… Debian 11 is the latest long-term supported release from the developers of this Linux. However, if you are using it and don’t …

Read more

How to install and use Backports in Debian 11 Bullseye

Install Backports Repository to Debian 11 bullseye Linux

The applications installed in the stable version of Debian don’t get new version updates immediately to maintain the high stability of the system. However, that is not the case with the security updates maintained by the Debian security team. So, what to do to get …

Read more

How to install AWS CLI on Debian 11 or 12 Linux

Download AWS CLI installation script on Debian 11

To manage AWS servers, Amazon Cloud offers a command-line interface tool called AWS CLI. It is an open-source program that helps users to manage and automate various Amazon cloud servers directly from their system’s command-line shell. Here we learn the steps to install the AWS …

Read more

How to install MariaDB 10 on Debian 11 Bullseye Linux

install mariadb server on Debian 11

Guide to learn the MariaDB 10 installation on Debian 11 Bullseye. Currently while writing this tutorial the latest version was MariaDB Server 10.6.  The default version available to install on Debian 11 Linux while performing this guide was MariaDB 10.5, however the latest available is …

Read more

Install and Use Curl on Debian 11 Bullseye Linux

Install and Use Curl on Debian 11 Bullseye Linux min

cURL is an open-source command-line program integrated into Linux systems for a long time. It enables files to be transferred from or to a server without user interaction. In addition to HTTP, the program supports a variety of other network protocols such as FTP, FTPS, …

Read more

2 Ways to add users to sudoers group in Debian 11

add users to sudoers group in Debian 11

Set up sudoers users in Debian 11 using this tutorial: The “Sudoers” is a file in which the rights of the users are managed. For example, the system administrator (root) can assign another user root rights. The additional user with sudo rights  can then: Execute …

Read more

Install Apache Tomcat 10 on Debian 12 or 11 Linux

Apache Tomcat installation on Debian 11 Bulleye Linux

Learn the steps and commands to install the latest version of Apache Tomcat on Debian 12 Bookworm or 11 Bullseye Linux to test various Java-based applications… Apache Tomcat is an open-source web server that allows you to run web applications written in Java. Tomcat is …

Read more