Linux Tutorials on the topic “programming”
-
How to Install HTTP Git Server with Nginx on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, programming, ubuntu, web server • Comments: 2Git is a free and open-source versioning system developed by Linus Torvalds. It is used by millions of developers around the world. In this tutorial, we will show you how to install and configure Git HTTP server with Nginx on Ubuntu 20.04.
-
How to Deploy a Clojure Web Application with Nginx on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, nginx, programming, ubuntu, web server • Comments: 0Clojure is a modern, dynamic and powerful programming language on the Java platform. In this tutorial, we will explain how to deploy a Clojure Web Application on Ubuntu 20.04.
-
How to use bash if -z and if -n for testing strings in Linux
Author: Aqsa Yasin • Tags: linux, programming, shell • Comments: 0There are different string operators available in bash scripting language which can be used to test strings. In this guide, we will test these string operators using the if statement in Centos 8.
-
-
How to create and use a CodeCommit GIT Repository on AWS
Author: Rahul Shivalkar • Tags: cloud, programming • Comments: 0CodeCommit hosts Git-based repositories and is a fully managed service by AWS. Teams can use it to collaborate on code in a secure and highly scalable way. It helps us to eliminate the need of having our own self-hosted Source Code Management (SCM) system and manage it on our own.
-
How to install Etherpad on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, programming, ubuntu • Comments: 2Etherpad is a web-based real-time online editor that allows writers to simultaneously edit a text document and monitor all edits in realtime. In this tutorial, we will show you how to install Etherpad on Ubuntu 20.04 server.
-
How to Install Taiga Project Management System on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, programming, ubuntu • Comments: 3Taiga is a free, open-source, simple yet powerful project management tool for startups, Agile developers, and designers. It supports teams that work Agile across both Scrum and Kanban frameworks. In this tutorial, we will show you how to install the Taiga Project Management Tool on Ubuntu 20.04 server.
-
How to Install Jira Agile Project Management Tool on Ubuntu 20.04
Author: Hitesh Jethva • Tags: commercial, linux, programming, ubuntu • Comments: 1JIRA is a project management tool developed by Atlassian which is used as an issue and bug-tracking system. In this tutorial, we will show you how to install JIRA project management tool on Ubuntu 20.04 server.
-
How to Install Jenkins Automation Server with Apache on Ubuntu 20.04
Author: Hitesh Jethva • Tags: apache, linux, programming, server, web server • Comments: 0Jenkins is a free and open-source automation server that helps developers to build, test, and deploy their software. In this tutorial, we will show you how to install Jenkins with Apache as a reverse proxy on Ubuntu 20.04.
-
How to Install Apache Maven on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, programming, ubuntu • Comments: 0Apache Maven is a free and open-source project management tool primarily for Java projects. In this tutorial, we will show you how to install Apache Maven on Ubuntu 20.04.
-
How to Install Apache Spark on Ubuntu 20.04
Author: Hitesh Jethva • Tags: cloud, linux, programming, server, ubuntu • Comments: 5Apache Spark is an open-source framework and a general-purpose cluster computing system. Spark provides high-level APIs in Java, Scala, Python and R that supports general execution graphs.