Browsing category

Linux

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 Ubuntu 20.04 / Linux Mint 20

AnyDesk is a free remote desktop software application that allows you to access the Linux desktop remotely from other operating systems such as Windows, macOS, and Linux. It is a great alternative to TeamViewer. WithAnyDesk, you can record everything you see on your computer as a video file so you can play back at any […]

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