Browsing category

Debian

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 MariaDB 10.x on Debian 11

MariaDB is a fork of MySQL database and is developed as an open-source solution, primarily under the GPL license. It is a binary drop-in replacement of MySQL because it shares the same code base with MySQL 5.5 and later versions. The MariaDB database is a free alternative to MySQL, and most of the enhancements are […]

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 […]

How To Install Gradle on Debian 11 / Debian 10

Gradle is an open-source tool for build automation Java, Groovy, and Scala development. It relies on the concepts of Ant and Maven to automate the building process. Unlike Apache Maven which relies on XML data files for declaring project configurations, Gradle uses Groovy, a dynamic programming language that defines project configurations. In this post, we […]