Linux Tutorials on the topic “programming”
-
How to Install Flask with Nginx and Gunicorn on Rocky Linux
Author: Arvid L • Tags: linux, programming, server, web server • Comments: 0Flask is a microframework written in Python for developing modern web applications and API (Application Programming Interface). In this tutorial, we will show how to install and configure the Flask Python Web Framework with Gunicorn and Nginx on the Rocky Linux server. You will also learn how to set up Supervisord as a process manager for managing the Python Flask application.
-
How to Install Yarn Package Manager on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, programming, ubuntu • Comments: 0Yarn is a package manager for JavaScript environments. It is an alternative to the NPM package manager and was developed by Facebook in collaboration with Google, Tilde, and Expo Dev.
-
How to Install GitLab with Docker on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, programming, server, ubuntu • Comments: 2Gitlab Server is an open-source version of the cloud-hosted Gitlab version control. This guide will teach you how to install Gitlab Server using Docker on a Ubuntu 22.04 server.
-
-
How to Install Gatsby.js Node Framework on Ubuntu 22.04
Author: Arvid L • Tags: linux, programming, server, ubuntu, web server • Comments: 0GatsbyJS or Gatsby is a free and open-source framework for building blazing fast, modern apps, and websites with React. In this tutorial, you will learn how to install and set up Gatsby.js on the Ubuntu 22.04 machine.
-
How to Install Ruby on Rails on Ubuntu 22.04
Author: Arvid L • Tags: linux, programming, server, ubuntu • Comments: 0Ruby on Rails or RoR is a free and open-source web application framework written in Ruby. In this tutorial, we will show you how to install Ruby on Rails on Ubuntu 22.04. You will also learn how to start a new project/application using Ruby on Rails and also using PostgreSQL as the database for your Rails application.
-
How to Install and Use Snap Package Manager on Alma Linux 8
Author: Hitesh Jethva • Tags: linux, programming • Comments: 0The Snap package manager is a modern package manager in Linux that allows you to install Snap packages across a wide range of Linux distributions and versions. In this tutorial, I will show you how to install and use Snap Package Manager on Alma Linux 8.
-
How to Install ((OTRS)) Community Edition Ticketing System on Alma Linux 8
Author: Hitesh Jethva • Tags: linux, programming, web server • Comments: 1OTRS ((Community Edition)) stands for "Open Source Trouble Ticket System" is a free and open-source service management suite. It is one of the most popular ticketing tools used by help desks, call centers, and IT service management teams. In this post, we will show you how to install OTRS ((Community Edition)) on Alma Linux 8.
-
How to Install Sails.js MVC Framework with Nginx on Debian 11
Author: Arvid L • Tags: debian, nginx, programming, server, web server • Comments: 0Sails.js is a full-stack Node.js framework built on top of Express socket.io. It's a powerful MVC framework inspired by Ruby on Rails, but with supports of data-driven APIs and scalable, also service-oriented architecture.
-
How to Install Rust Programming Language on Debian 11
Author: Arvid L • Tags: debian, linux, programming • Comments: 5In this guide, you will learn how to install Rust programming language on the Debian 11 Bullseye. We will be using the rustup toolchain for installing and managing Rust on the Debian system.
-
How to Install Gitea with PostgreSQL on Debian 11
Author: sohan patel • Tags: debian, linux, programming • Comments: 1Gitea is a free, open-source, and self-hosted solution for Git servers. In this tutorial, I will show you how to install Gitea from binary with PostgreSQL on Debian 11.