Browsing category

Debian

How to Install Laravel on Debian 11 / Debian 10

Laravel is an open-source web application framework with expressive, elegant syntax. It is one of the most popular PHP frameworks in the world, and it’s great for developers looking to build modern web applications. But setting up a development environment can be frustrating to newcomers. Thankfully, once you understand the basics of the installation process, […]

How To Install Atom Editor On Debian 11 / Debian 10

Atom is an open-source text editor created by GitHub, quickly becoming one of the most popular choices for developers. It is available for Linux, Mac, and Windows operating systems. Its modern interface and extensive plugin ecosystem make it an excellent choice for developers of all skill levels. Whether you’re building websites, games, or mobile apps, […]

How to Install Visual Studio Code on Debian 11 / Debian 10

Visual Studio Code (VSCode) is an open-source, cross-platform code editor developed by Microsoft that works with many different programming languages, including Python and JavaScript. It also supports debugging, embedded Git Control, syntax highlighting, and code completion features. Here, we will see how to install Visual Studio Code on Debian 11 / Debian 10. Setup Visual […]

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