Linux Tutorials on the topic “programming”
-
Advanced Git Tutorial
Author: Rahul Shivalkar • Tags: linux, programming • Comments: 0 • Published: Jan 21, 2021In this article, we will cover creating a branch, tag, renaming the branch, and revert the commits on Git. If you are new to Git, I would recommend you to first go through my previous article and then continue with this.
-
Getting started with GIT on Linux
Author: Rahul Shivalkar • Tags: linux, programming • Comments: 0 • Published: Jan 06, 2021Git is a distributed version control system. It is used for tracking changes in any files. It was designed for coordinating work among programmers operating on source code during the software development process. In this article, I will show you the commands to perform basic operations on a Git repository.
-
How to Install HTTP Git Server with Nginx on Ubuntu 20.04
Author: Hitesh Jethva • Tags: linux, programming, ubuntu, web server • Comments: 1 • Published: Dec 02, 2020Git 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: 0 • Published: Nov 30, 2020Clojure 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: 0 • Published: Nov 30, 2020There 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: 0 • Published: Nov 30, 2020CodeCommit 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: 1 • Published: Nov 17, 2020Etherpad 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: 1 • Published: Nov 09, 2020Taiga 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: 1 • Published: Oct 30, 2020JIRA 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: 0 • Published: Oct 23, 2020Jenkins 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.