Browsing tag

debian 11

How to Install AnyDesk on Debian 11 / Debian 10

AnyDesk is a multi-platform, remote desktop sharing application that lets you control computers in other locations as if you were sitting right in front of them. With AnyDesk, you can share your entire screen, part of it, or even individual applications with another user in real-time no matter what device they are using: Windows, Linux, […]

How to Install Apache Tomcat on Debian 11

Apache Tomcat (previously known as Apache Jakarta Tomcat) is an open-source implementation of the Java Servlet and JavaServer Pages technologies. Here, we will see how to install Apache Tomcat on Debian 11. Install Java Tomcat requires Java JRE on the system. You can either install Oracle JDK or OpenJDK. For this demo, we will go […]

How To Install Java JDK on Debian 11

The Java JDK (Java Development Kit) is a software development environment used for developing Java Applications. The JDK is a collection of programming tools, notably JRE (Java Runtime Environment), Java (Loader for Java Application), Javac (Compiler), Jar (Archiver), etc. On the other hand, we have JRE (Java Runtime Environment), including all components required to run […]

How To Install Nginx, MariaDB, PHP (LEMP Stack) on Debian 11

The LEMP stack, which stands for Linux (the operating system), Nginx (the webserver), MariaDB/MySQL (the database), and PHP (the programming language), is the perfect platform to host traffic-intensive dynamic websites and applications. In this post, we will see how to Install LEMP Stack on Debian 11. Prerequisites To install the LEMP stack on Debian 11, […]

How To Install Apache, MariaDB, PHP (LAMP Stack) on Debian 11

LAMP Stack stands for Linux, Apache, MariaDB, and PHP stack. This stack is used by most web hosting companies to host websites, blogs and is also used in web developments. Due to free and open-source licensing, this stack is the best alternative to expensive stacks. Install LAMP Stack Install Linux Follow the Step by Step […]