Browsing category

Debian

How to Install VirtualBox on Debian 11

Virtualbox is a free and open-source virtualization software that allows you to create and run a guest operating system (“virtual machines”) such as Linux, Windows, and Solaris. Virtual machines are beneficial to test the operating systems without touching the host operating system. In this post, we will see how to install VirtualBox on Debian 11. […]

How to Install VirtualBox Guest Additions on Debian 11 / Debian 10

VirtualBox Guest additions are a collection of device drivers and software application packages shipped along with VirtualBox. They are stored in an ISO image format inside the VirtualBox installation directory. You will need to install Guest Additions inside a virtual machine once a guest operating has been installed. Guest Additions improve the guest operating system’s […]

How to Install Apache NetBeans on Debian 11 / Debian 10

Apache NetBeans is an integrated development environment (IDE) for all Java application development. It also supports other languages, such as PHP, C/C++, JavaScript, and HTML5, with the help of extensions. Apache NetBeans is available for Windows, Linux, macOS, and Solaris. Here, we will see how to install Apache NetBeans on Debian 11 / Debian 10. […]

How to Install IntelliJ IDEA On Debian 11

IntelliJ IDEA, commonly known as IntelliJ Idea, is a Java integrated development environment (IDE) created by JetBrains. IntelliJ Idea has built-in support for Java, Groovy, Kotlin, and XML/XSL languages.  In addition, you can install plugins to support other languages such as Go, Python, Perl, Erlang, etc. It supports the integration of build automation tools such […]

How to Install Apache Maven on Debian 11

Apache Maven is an open-source software project management and comprehension tool used by Java developers worldwide to manage all stages of the software development lifecycle, from building, reporting, assembling, and deployment. You can also use Maven to build and manage projects written in C#, Ruby, Scala, and other languages. Here, we will see how to […]