Browsing category

Linux

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

How to Install Yarn on Debian 11 / Debian 10

Yarn is a package manager for JavaScript that runs on Node.js, allowing developers to manage their application dependencies. Using yarn, you can install packages, start a new project, and share packages (code) quickly, securely, and reliably. Here, we will see how to install Yarn on Debian 11 / Debian 10. Install Node.js and npm on […]