Linux Tutorials on the topic “programming”
-
Installing and using Git and GitHub on Ubuntu Linux: A beginner's guide
Author: Akshay Pai • Tags: linux, programming, ubuntu • Comments: 128 • Updated: Aug 22, 2024This tutorial is a quick setup guide for installing and using GitHub and how to perform its various functions of creating a repository locally, connecting this repo to the remote host that contains your project (where everyone can see), committing the changes and finally pushing all the content in the local system to GitHub.
-
How to Install Etherpad Collaboration Editor on Ubuntu 24.04 Server
Author: Arvid L • Tags: linux, nginx, programming, ubuntu, web server • Comments: 0 • Published: May 28, 2024Etherpad is an open-source collaborative and real-time text editor for your team, accessible from anywhere at any time because Etherpad is a web-based text editor.
-
How to Install Ruby on Rails on Ubuntu 24.04
Author: Arvid L • Tags: linux, programming, ubuntu, web server • Comments: 0 • Published: May 22, 2024Ruby on Rails or RoR or Rails is a Ruby web application framework with MVC (Model-View-Controller) architecture. In this tutorial, we'll walk you through the installation process of Ruby on Rails onto Ubuntu 24.04, creating the first Rails project, configuring PostgreSQL as the database for your Rails project, and generating a scaffold with the 'rails' command.
-
-
How to Install JupyterLab on Rocky Linux 9
Author: Arvid L • Tags: linux, programming • Comments: 0 • Published: Feb 21, 2024Jupyter is a free and open-source web application for interactive computing and data science. In this guide, we'll show you step-by-step instructions on how to install JupyterLab on the Rocky Linux 9 server. You will install JupyterLab, enable the JupyterLab authentication, and then set up Nginx as a reverse proxy.
-
How to Create a New Branch in GIT
Author: Till Brehm • Tags: linux, programming • Comments: 0 • Published: Jan 24, 2024Git is a distributed version control system used for tracking changes in source code during software development. It supports collaboration, allowing multiple developers to work on different parts of a project simultaneously. Git is known for its speed, data integrity, and support for non-linear workflows.
-
How to Install Symfony PHP Framework on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, php, programming, ubuntu, web server • Comments: 0 • Published: Oct 02, 2023Symfony is one of the most popular PHP frameworks used for web applications. This tutorial will show you how to install the Symfony PHP framework on Ubuntu 22.04.
-
How to Install Open Source Computer Vision Library (OpenCV) on Ubuntu 22.04
Author: Hitesh Jethva • Tags: linux, programming, ubuntu • Comments: 0 • Published: Sep 28, 2023OpenCV is an open-source machine learning software library and computer vision. It is used for image processing and performing computer vision tasks.
-
How to Install Ruby on Rails on Debian 12
Author: Arvid L • Tags: debian, linux, programming, web server • Comments: 0 • Published: Sep 14, 2023Ruby on Rails or RoR is a free and open-source web application framework written in Ruby and released under the MIT license. Rails is a full-stack web framework for easily building enterprise-grade applications.
-
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.