Browsing tag

debian 11

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

How to Install Apache Cassandra on Debian 11 / Debian 10

Apache Cassandra, or simply Cassandra, is an open-source distributed database management system designed to handle large amounts of data across many commodity servers, providing high availability with no single point of failure. Every Cassandra node in the cluster will have the same role. Data is distributed across the cluster, which means each node holds different […]

How to Install Node.js and npm on Debian 11

Node.js is an open-source, cross-platform JavaScript runtime environment for developing server-side applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices. Here, we will see how to install Node.js on Debian 11. Install Node.js on Debian You can install Node.js using […]