Browsing tag

debian 10

How To Install Go Lang on Debian 11 / Debian 10

Go is a programming language designed by Google engineers Robert Griesemer, Rob Pike, and Ken Thompson. It is primarily intended to be a modern language: it doesn’t have constructs that make you remember your past (like C’s structs) or are inspired by other languages (like Python’s list comprehensions). Go’s major features are: memory safety without […]

How To Install Gradle on Debian 11 / Debian 10

Gradle is an open-source tool for build automation Java, Groovy, and Scala development. It relies on the concepts of Ant and Maven to automate the building process. Unlike Apache Maven which relies on XML data files for declaring project configurations, Gradle uses Groovy, a dynamic programming language that defines project configurations. In this post, we […]

How To Install PHP 8.0 on Debian 10 / Debian 9

PHP is an open-source programming language used for web development, created by Rasmus Lerdorf in 1994. It is an HTML-embedded scripting language for creating dynamic websites such as blogs, internet forums, e-commerce portals, etc. In this post, we will see how to install PHP 8.0 on Debian 10 / Debian 9. Add PHP Repository SURY, […]

How To Install IntelliJ IDEA On Debian 10 / Debian 9

IntelliJ IDEA is an IDE (integrated development environment) for application development, developed by JetBrains. It has a built-in terminal, database tools, code completion, inline debugger, and supports detecting duplicates, connecting to Docker containers and application servers such as TomcatJBoss, etc.