Browsing tag

debian 9

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.

How To Install Apache Tomcat on Debian 10 / Debian 9

Apache Tomcat is an open-source webserver to run Java web applications developed by the Apache Software Foundation (ASF). Tomcat contains Java Servlet, JavaServer Pages (JSP), Java EL, and WebSocket technologies, and provides a “pure Java” HTTP web server environment for running Java codes.