Linux Tutorials on the topic “programming”
-
How to Install Visual Studio Code - Server IDE on Ubuntu 20.04 LTS
Author: Muhammad Arul • Tags: linux, programming, ubuntu • Comments: 2Code-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.
-
How to install Angular on Ubuntu 20.04 LTS
Author: Hitesh Jethva • Tags: linux, programming, server, ubuntu, web server • Comments: 4Angular is an open-source web application framework for building mobile and desktop web applications. It is written in TypeScript/JavaScript. In this tutorial, we will show you how to install Angular on Ubuntu 20.04.
-
How to Install GitLab with Docker on Ubuntu 20.04 LTS
Author: Muhammad Arul • Tags: linux, programming, server, ubuntu • Comments: 3In this tutorial, we will show you how to install GitLab using the Docker and Docker Compose. Also, we will be using the Ubuntu 20.04 as our primary operating system, and install docker from the official Ubuntu FocalFossa repository.
-
-
How to Install GitScrum Agile Project Management Tool on Ubuntu 20.04 LTS
Author: Hitesh Jethva • Tags: linux, programming, server, ubuntu • Comments: 0GitScrum is an open-source project management tool based on the Laravel framework and designed to help development teams to use Git and Scrum for task management for them to be more agile. In this tutorial, we will explain how to install GitScrum on Ubuntu 20.04 server.
-
How to Install and Configure GitLab CE on CentOS 8
Author: Muhammad Arul • Tags: centos, linux, nginx, programming, server • Comments: 1GitLab is an open-source repository manager based on Rails developed by GitLab Inc. It is a web-based git repository manager that allows your team to collaborate on coding, testing, and deploying applications. In this tutorial, I will show you step by step how to install GitLab CE (Community Edition) on CentOS 8 Server.
-
How to Install GitBucket with Nginx on Ubuntu 20.04 LTS
Author: Hitesh Jethva • Tags: linux, programming, ubuntu • Comments: 0GitBucket is an open-source Git web platform powered by Scala. It provides a Github-like user interface features such as Git repository hosting via HTTP and SSH, issues, wiki, repository viewer, and pull requests.
-
How to Install Django on Ubuntu 20.04 LTS
Author: Muhammad Arul • Tags: linux, programming, ubuntu, web server • Comments: 14Django is a web application framework written in python that follows the MVC (Model-View-Controller) architecture, it is available for free and released under an open-source license. In this tutorial, we will install Django 3.0 stable version on an Ubuntu 20.04 LTS server.
-
How to Install Ruby on Rails on Ubuntu 20.04 LTS
Author: Muhammad Arul • Tags: linux, programming, ubuntu, web server • Comments: 11In this tutorial, I will show you how to install Ruby on Rails on Ubuntu 20.04 LTS. We will show you how to install and configure Rails with a PostgreSQL database, and how to create the first project with Rails.
-
Dockerizing Flask Application Using Docker on Debian 10
Author: Hitesh Jethva • Tags: linux, programming, virtualization • Comments: 0Flask is a popular Python web framework. It is classified as a microframework because it does not require particular tools or libraries. In this tutorial, we will explain how to deploy Flask application with Docker on Debian 10 server.
-
Linux objdump Command Explained for Beginners (7 Examples)
Author: Himanshu Arora • Tags: linux, programming, shell • Comments: 1If you are into programming on Linux and your work revolves around compilers, there are a handful of command line utilities that you should be aware of. One such tool is objdump.