Browsing tag

debian 10

How to Install Visual Studio Code on Debian 11 / Debian 10

Visual Studio Code (VSCode) is an open-source, cross-platform code editor developed by Microsoft that works with many different programming languages, including Python and JavaScript. It also supports debugging, embedded Git Control, syntax highlighting, and code completion features. Here, we will see how to install Visual Studio Code on Debian 11 / Debian 10. Setup Visual […]

How to Install AnyDesk on Debian 11 / Debian 10

AnyDesk is a multi-platform, remote desktop sharing application that lets you control computers in other locations as if you were sitting right in front of them. With AnyDesk, you can share your entire screen, part of it, or even individual applications with another user in real-time no matter what device they are using: Windows, Linux, […]

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