Linux Tutorials on the topic “programming”
-
Develop Network Applications for ESP8266 using Mongoose in Linux
Author: Alexander Alashkin • Tags: linux, programming, ubuntu • Comments: 0 • Published: Jan 10, 2023
Let’s talk about how to start to develop network applications for ESP8266 chip using Mongoose Embedded Web Server in Linux. I will use Ubuntu, but all things can be easily adapted for any Linux distribution.
-
How to Install Rust Programming Language on Ubuntu 22.04
Author: Arvid L • Tags: linux, programming, ubuntu • Comments: 0 • Published: Jan 10, 2023The Rust programming language has been adopted by hundreds of big companies in production environments. This tutorial will guide you through installing Rust Programming Language on a Ubuntu 22.04 machine.
-
How to Install and Configure a JupyterLab Environment on Rocky Linux 9
Author: Navjot Singh • Tags: linux, nginx, programming, web server • Comments: 0 • Published: Jan 09, 2023JupyterLab is a next-generation web-based development environment for Project Jupyter. Project Jupyter was developed with the goal to develop open-source, open standards, and services for interactive computing across multiple programming languages.
-
-
How to Install and Configure GoCD on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, programming, server, ubuntu, web server • Comments: 0 • Published: Dec 20, 2022GoCD is an open-source continuous delivery and automation system. GoCD excels at modeling complex CD workflows for fast feedback with its modeling constructs, parallel execution, and dependency management. This tutorial will teach you to install and configure GoCD on a Ubuntu 22.04 server.
-
How to Install Jenkins on Rocky Linux 9
Author: Arvid L • Tags: linux, programming, server • Comments: 0 • Published: Dec 06, 2022Jenkins is an open-source automation tool for Continuous Integration/Continuous Delivery (CI/CD). is entirely written in Java with the support of more than 1000 plugins for building, deploying, and automating your project.
-
How to Install Flask with Nginx and Gunicorn on Rocky Linux
Author: Arvid L • Tags: linux, programming, server, web server • Comments: 0 • Published: Dec 01, 2022Flask 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: 0 • Published: Oct 20, 2022Yarn 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 Java OpenJDK and Oracle JDK on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, programming, server, ubuntu • Comments: 1 • Published: Aug 02, 2022Java is one of the most powerful programming languages. This post will show you how to install OpenJDK and Oracle JDK on Ubuntu 22.04.
-
How to Install GitLab with Docker on Ubuntu 22.04
Author: Navjot Singh • Tags: linux, programming, server, ubuntu • Comments: 1 • Published: Jul 06, 2022Gitlab 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: 0 • Published: Jun 20, 2022GatsbyJS 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.