Linux Tutorials on the topic “programming”
-
How to Install Ruby on Rails (RoR) on Debian 10
Author: Muhammad Arul • Tags: debian, linux, programming, server, web server • Comments: 0In this tutorial, we will show you how to install Ruby on Rails on the Debian Buster 10. This guide will cover the RVM (Ruby Version Manager) installation, PostgreSQL database installation, and creating the simple CRUD application with Ruby on Rails and using PostgreSQL as the backend database.
-
How to Install Gradle Build Tool on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, programming, ubuntu • Comments: 2Gradle is a free and open-source build tool primarily used for Java projects. It helps you to automate, build and deliver software efficiently. In this tutorial, we will show you how to install the Gradle Build Tool on Ubuntu 18.04 LTS.
-
How to Install Apache ActiveMQ and Hawt.io on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, programming • Comments: 0Apache ActiveMQ is a free, open-source and Java-based message broker that can be used to send messages between two applications. In this tutorial, we will learn how to install Apache ActiveMQ on CentOS 8.
-
-
How to Install Visual Studio Code Server on Debian 10
Author: Muhammad Arul • Tags: debian, linux, programming • Comments: 0In this tutorial we show you how to install the code server on the Debian Buster 10. We will install and configure the code server using Nginx as a reverse proxy, secure it with SSL Letsencrypt and enable code server basic authentication.
-
Converting your Python 2 code to Python 3
Author: grothe • Tags: linux, programming • Comments: 0Python 2 reached the end of life on January 1, 2020. Python 3 has been available since 2008, but converting from 2 to 3 has been slow because of dependencies on libraries that were not available in Python 3 initially. This tutorial will show you how to convert Python 2 code to Python 3 using the 2to3 tool.
-
How to Install Django Python Framework on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, nginx, programming • Comments: 12Django is a free, open-source and high-level web framework used for developing Python Web Applications. In this tutorial, we will learn how to install Django and configure Nginx as a reverse proxy for Django on CentOS 8.
-
How to Install Jira Agile Project Management Tool on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, programming, web server • Comments: 5Jira is an agile project management tool developed by Atlassian that can be used for issue tracking, project management and bug fixing. In this guide, I will explain how to install and configure Jira on CentOS 8.
-
How to Install Django Web Application Framework on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, programming, web server • Comments: 2Django is an open-source web application framework that helps you to develop dynamic websites and applications. In this tutorial, we will learn how to install the Django web framework with PIP on Debian 10. We will also learn how to create a Django application and connect it with a database.
-
How to Install Ruby on Rails on CentOS 8
Author: Hitesh Jethva • Tags: centos, linux, programming, web server • Comments: 1Ruby on Rails is a free and open-source web application framework that helps you to create a website with Ruby. In this tutorial, we will show you how to install Ruby on Rails on CentOS 8 server.
-
How to Install Visual Studio Code - Server IDE on Ubuntu 18.04 LTS
Author: Muhammad Arul • Tags: linux, programming, ubuntu • Comments: 4Code-server is a Visual Studio Code (VS) that can be run remotely on the server and which is accessible through a web browser. It allows you to create and have a consistent development environment that can be accessed anytime and everywhere.