Linux Tutorials on the topic “programming”
-
How to Manage Multiple Node.js Versions using NVM (Node Version Manager)
Author: Muhammad Arul • Tags: linux, programming • Comments: 0 • Published: Sep 14, 2023NVM or Node Version Manager is a command-line tool for managing multiple Nodejs versions. In this tutorial, I will show you how to install and use NVM for managing multiple Nodejs versions on your computer.
-
Guide to Install Django Web Framework on Debian 12
Author: Arvid L • Tags: debian, linux, nginx, programming, server, web server • Comments: 0 • Published: Sep 14, 2023Django is a free and open-source Python Web Framework used to develop dynamic websites and applications. This guide will show you how to install the Django web framework on a Debian 12 server.
-
How to Install Ruby on Rails with PostgreSQL on AlmaLinux 9
Author: Arvid L • Tags: linux, programming, server, ubuntu, web server • Comments: 0 • Published: Jul 14, 2023Ruby on Rails or RoR or Rails is a free and open-source web application framework written in Ruby with the MIT License. It is a full-stack web framework that uses the model-view-controller (MVC) pattern.
-
-
How to Install GitLab CE with Docker on Debian 12
Author: howtoforge • Tags: linux, programming, server, ubuntu • Comments: 0 • Published: Jun 16, 2023Gitlab Server is an open-source version of the cloud-hosted Gitlab version control. This guide will show you how to install Gitlab Server using Docker on Debian 12.
-
Guide to Install Rust and Use Cargo Package Manager on AlmaLinux 9
Author: Arvid L • Tags: linux, programming • Comments: 0 • Published: Jun 07, 2023In this guide, we'll take you through the installation process of Rust programming language on an AlmaLinux 9. You will install Rust with two different methods and learn the basic usage of the Cargo package manager for creating and managing the Rust project.
-
How to Install Ruby on Debian
Author: Hitesh Jethva • Tags: debian, linux, programming • Comments: 0 • Published: May 30, 2023
Ruby is a free, open-source, cross-platform, and dynamic programming language behind Ruby on Rails framework. In this tutorial, we will learn how to install Ruby using the Rbenv, RVM script and from the Debian repository on Debian.
-
How to Install Java OpenJDK/OracleJDK on AlmaLinux 9
Author: Arvid L • Tags: linux, programming • Comments: 0 • Published: May 11, 2023Java is a class-based and object-oriented programming language created by Sun Microsystem in 1995. In this guide, I will show you how to Install Java OpenJDK or/and Java Oracle JDK on the AlmaLinux 9 server.
-
How to Install Angular on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, programming, ubuntu, web server • Comments: 0Angular.js is a free and open-source JavaScript framework used for building dynamic applications. This tutorial will show you how to install Angular.js with Nginx as a reverse proxy on Ubuntu 22.04.
-
How to Install Gradle Build Automation Tool on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, programming, ubuntu • Comments: 0Gradle is an open-source build automation tool based on Groovy and Kotlin. It is mostly used for building Java projects, but it supports multiple languages, including Java, C/C++, and JavaScript.
-
How to Install HTTP Git Server with Nginx and SSL on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, programming, server, ubuntu, web server • Comments: 0Git is an open-source version control system that keeps track of your software changes at the source level. This tutorial will explain setting up an HTTP Git repository server with Nginx on Ubuntu 22.04.