Linux Tutorials on the topic “programming”
-
How to Install Bugzilla Bug Tracker on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, programming, server • Comments: 0 • Published: Dec 21, 2021Bugzilla is a free and open-source bug tracking system that allows us to track the bugs and collaborate with developers and other teams in our organization. In this article, I will explain how to install Bugzilla on Debian 11.
-
How to Install Apache Maven on AlmaLinux 8
Author: t.michael • Tags: linux, programming, server • Comments: 0 • Published: Dec 20, 2021Apache Maven is a powerful project management and comprehension tool used by software developers working with the Java programming language. It is a build automation tool that favors convention over configuration, and is based on the concept of a project object model (POM).
-
How to Install HTTP Git Server with Nginx on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, nginx, programming • Comments: 0 • Published: Dec 16, 2021Git is an open-source version control system used by thousands of developers around the world. It is used to keep track of your software changes at the source level. In this tutorial, I will explain how to set up an HTTP Git repository server with Nginx on Debian 11.
-
-
How to create an RDS Instance using Python Boto3 on AWS
Author: Rahul Shivalkar • Tags: linux, programming • Comments: 0 • Published: Dec 10, 2021Boto3 is a Python programming library to manage services in AWS cloud. In this article, we will see how to create an RDS MySql Instance using the Boto3 Library.
-
How to create an S3 Bucket using Python Boto3 on AWS
Author: Rahul Shivalkar • Tags: cloud, linux, programming • Comments: 0 • Published: Dec 03, 2021In this article, we will learn to create an S3 bucket using the Python Boto3 library. We will also see the steps to delete the bucket we created.
-
How to create an Amazon AWS EC2 Instance using Python Boto3
Author: Rahul Shivalkar • Tags: cloud, linux, programming, virtualization • Comments: 0 • Published: Nov 24, 2021In this article we will see how we can create an EC2 instance using Python Boto3. We will use the "create_instances" method to create an instance.
-
How to Install GitLab on Rocky Linux 8
Author: t.michael • Tags: linux, programming, server • Comments: 0 • Published: Nov 05, 2021GitLab is a free git repository management tool that allows you to create and manage git repositories. in this guide, I will show you how to install Gitlab on a Rocky Linux 8 server.
-
How to Install Mono on Debian 11
Author: t.michael • Tags: debian, linux, programming • Comments: 0 • Published: Nov 01, 2021Mono is an open-source platform for developing applications and libraries. It has been developed by Novell Inc. since 2002, with a focus on the .NET framework developed by Microsoft. Mono provides a complete CLR (Common Language Runtime) implementation that can run class libraries or components that target Microsoft's original .NET runtime.
-
How to Install Java JDK and JRE on Rocky Linux
Author: Arvid L • Tags: linux, programming • Comments: 0 • Published: Oct 29, 2021In this tutorial, you will learn how to install Java OpenJDK on the Rocky Linux system. I will show you different ways to install Java JDK and JRE and also how to set the Java default version for your development and production environment.
-
How to Install Ruby on Rails on Debian 11
Author: Hitesh Jethva • Tags: debian, linux, programming, web server • Comments: 0 • Published: Oct 28, 2021Ruby on Rails is a free, open-source, and one of the most popular application stacks used for creating sites and web apps. It is written in Ruby programming language and follows the MVC concept.