Browsing tag

debian 11

How To Install MySQL 8.0 / 5.7 on Debian 11 / Debian 10

MySQL is one of the most widely used relational database management systems in the world. It is free software licensed under the GPL (General Public License). A Swedish company, MySQL AB, originally developed MySQL. Now it is owned and developed by the Oracle Corporation. In this article, we will see how to Install MySQL on […]

How To Install Docker Engine on Debian 11

Docker is an open-source software to easily create and run applications in an isolated environment called containers from any application. It provides an efficient way to package applications with their libraries and other dependencies into a standardized unit for software development. Docker containers are much faster and more efficient than a virtual machine because they […]

How To Upgrade From Debian 10 to Debian 11

Debian 11 “Bullseye” was released on August 14th, 2021, and you may be now looking for upgrading your previous version, i.e., Debian 10 “Buster” to the latest version Debian 11 “Bullseye”. This post will help you to upgrade your system from Debian 10 to Debian 11. Prerequisites Internet You must have an active internet connection […]

How To Install Go Lang on Debian 11 / Debian 10

Go is a programming language designed by Google engineers Robert Griesemer, Rob Pike, and Ken Thompson. It is primarily intended to be a modern language: it doesn’t have constructs that make you remember your past (like C’s structs) or are inspired by other languages (like Python’s list comprehensions). Go’s major features are: memory safety without […]

How To Install Google Chrome on Debian 11

Google Chrome is a browser that combines a minimal design with sophisticated technology to make the Web faster, safer, and easier. It has one box for everything—Type in the address bar and get suggestions for both search and web pages. It is a solid browser with a good security record. It’s fast, has some unique […]