Linux Tutorials on the topic “Linux”
-
How to Install and Use PIP Python Package Manager on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, programming • Comments: 0Pip is a widely used package manager for the Python programming language. It is being used for installing and managing additional packages that are not available in the Python standard library. In this article, I will show you how to install and use Pip on Debian 11.
-
How to Install Caddy Web Server on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, web server • Comments: 0Caddy is a free, open-source, and modern web server written in GO language. It is a lightweight and commercially supported web server that supports HTTP/2 and experimental HTTP/3 protocols.
-
How to Install Visual Studio Code Cloud IDE on Rocky Linux 8
Author: Navjot Singh • Tags: linux, programming • Comments: 0Visual Studio Code has become one of the most popular IDEs for coding. This tutorial will teach you how to install Visual Studio Code IDE using the code-server application on your Rocky Linux 8 server. You will also expose it via a public domain along with SSL support.
-
-
How to Install OpenLiteSpeed on AlmaLinux 8
Author: t.michael • Tags: linux, server, web server • Comments: 0OpenLiteSpeed is a free, open-source web server that you can use for administering and serving websites. This tutorial will show you how to install OpenLiteSpeed web server on Alma Linux 8.
-
How to Install Apache Spark on Debian 11
Author: Hitesh Jethva • Tags: apache, debian, linux • Comments: 0Apache Spark is a free, open-source, general-purpose, and distributed computational framework that is created to provide faster computational results. In this tutorial, we will show you how to install Apache Spark on Debian 11.
-
How to Install Jenkins on Rocky Linux 8
Author: t.michael • Tags: linux, programming, server • Comments: 0Jenkins is an open-source continuous build system. In this guide, we walk you through the process of installing and configuring a Jenkins server on a Rocky Linux 8 machine. This guide is also applicable for other Red Hat Linux and SUSE Linux OS.
-
How to Install PHP Composer on Debian 11
Author: t.michael • Tags: debian, linux, programming, web server • Comments: 0PHP Composer is a dependency manager for PHP. In this tutorial, we will show you how to install Composer on Debian 11. All the steps should work on other Debian-based distributions as well.
-
How to Install and Use NVM on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, programming • Comments: 1NVM is a version manager for Node.js used to install and manage multiple Node.js versions in Linux. In this post, we will show you how to install and use NVM to manage Node.js on Debian 11.
-
How to Install and Secure MongoDB on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, server • Comments: 0MongoDB is an open-source, general-purpose, document-based, and distributed database designed for modern application developers. In this post, we will show you how to install and secure MongoDB on Debian 11.
-
How to Install Java 17 (JDK 17) on Debian 11
Author: t.michael • Tags: debian, linux, programming • Comments: 2The Java Development Kit (JDK) is the name of the software development kit (SDK) for the Java programming language, which enables anyone to create both Java applications and applets for running on many operating systems. This tutorials shows how to install Java JDK on Debian 11.