Notepad++ is most advanced version of notepad which includes a large number of options. It’s one of the most used application by Windows users. This guide will help you to install Notepad++ on Debian 11. Generally, the Linux users would like to use the command line editors such as nano and vim. But if you
debian - DesignLinux
How to Install LibreOffice on Debian 11
LibreOffice is an open-source and free office suite. It’s alternate of Microsoft Office. In this tutorial, we will show you how to install the latest LibreOffice on Debian 11 system. You can install latest version of LibreOffice either using the official PPA or the Snap package manager. Prerequisites# You must logged in as root or
How to Install GIMP on Debian 11
GIMP is GNU Image Manipulation Program. It’s most popular open-source and cross platform application for image manipulation. It can use to convert the types of images, optimize images, and much more. GIMP is available for most of the platform like Linux, Windows, macOS, and FreeBSD etc. This guide will show you how to install the
How to Install GCC Compiler on Debian 11
GCC stands for GNU Compiler Collection. It is an open-source collection of compilers and libraries. It includes front ends for C, C++, Objective-C, Fortran, Ada, Go, and D programming languages. GCC was originally written as the compiler for the GNU operating system. This guide explains how to install GCC compiler on Debian 11 Bullseye. It’s
How to Install GO on Debian 11
Go is a modern open source programming language developed by Google Developers. Go, often referred to as golang. Many popular applications such as, Kubernetes, Terraform, Rancher, Docker, etc. are written in Go language. In this tutorial described how to install Go on Debian 11. How to Install GO on Debian 11# Follow the below steps
How to Install and Configure Fail2ban on Debian 11
Fail2ban is used to protect your Linux system from malicious activity and various attacks. It blocks the client which are repeatedly fail to authenticate correctly with the services configured for it. Actually, it monitoring the logs of services for malicious activity and identify the automated attacks. This article explains how to install and configure Fail2ban
How to Install CouchDB on Debian 11
Apache CouchDB is an open-source NoSQL database developed by the Apache Software Foundation. It uses JSON to represent data stored in a database. The CouchDB RESTful HTTP/JSON API allows you to read, edit, delete and create database documents. In this guide, we will explain how to install CouchDB on Debian 11 system. How to Install
How to Install Gradle on Debian 11
Gradle is free and open-source build tool used for the Java projects. It is flexible and helps developers team to automate and build easier and faster software. In this tutorial we will explain how to install Gradle on Debian 11 Bullseye. How to Install Gradle on Debian 11# Follow the below given steps to install
How to Install MySQL on Debian 11
MySQL is free and most widely open-source database management system. MySQL is no longer available since release of Debian 10 and MariaDB has become the default database system. MariaDB is the default database system in Debian 11. This tutorial will describe how to install MySQL on Debian 11 from the MySQL Apt repository. How to
How to Install Google Chrome on Debian 11
Google Chrome is fastest, powerful and most popular web browser. It’s secure browser and easy to use for the latest web. It is based on Chromium browser which is available in Debian repositories. In this tutorial we will show you steps to install Google Chrome web browser on Debian 11. Prerequisites# Before you starting installation,