Linux Tutorials on the topic “programming”
-
How to set up Gitlab for Continuous Integration and Deployment on CentOS
Author: shahril bin kamaruzzaman • Tags: centos, linux, programming, server • Comments: 0 • Published: Nov 25, 2019In this tutorial I will explain how to set up a local Gitlab Server for CI (Continuous Integration) / CD (Continuous Deployment). Since the scope of DevOps is quite large, this tutorial focuses on setting up the Gitlab server under local conditions. We will use the Gitlab Community Edition to set up in our local environment.
-
How to Install Apache Maven on CentOS 8
Author: Muhammad Arul • Tags: centos, linux, programming • Comments: 0 • Published: Nov 21, 2019Apache Maven is a software project management tool based on the POM (Project, Object, Model) concept. Maven is a build automation tool used primarily for Java-based projects, but can also be used to build and manage projects written in C#, Ruby, Scala, and other languages. In this tutorial, we will show you step-by-step how to install and configure Apache Maven on a CentOS 8 system.
-
How to Install Gitea Code Hosting Platform with HTTPS on Debian 10
Author: Karl Wakim • Tags: debian, nginx, programming, server • Comments: 2 • Published: Nov 15, 2019Gitea is a code hosting web application written in Go and forked from Gogs. As its name suggests, it is designed to be used with the popular source control program Git, similarly to Gitlab and Github. This guide will explain how to install Gitea on Debian 10 behind an HTTPS reverse proxy (Nginx).
-
-
How to Install Go Programming Language on Linux (Ubuntu/Debian/CentOS)
Author: Muhammad Arul • Tags: centos, debian, linux, programming, ubuntu • Comments: 1 • Published: Oct 25, 2019Go or Golang, is an open-source programming language designed to be fast, easy, efficient and scalable. It is a modern programming language developed by Google that helps you develop simple, reliable and efficient software.
-
How to Install Gitlab Server with Docker on Ubuntu 18.04 LTS
Author: Navjot Singh • Tags: linux, programming, server, ubuntu • Comments: 1 • Published: Oct 16, 2019Gitlab CE or Community Edition is an open-source application used to host your Git repositories. In this tutorial, I will show you how to install Gitlab CE on Ubuntu 18.04 LTS using Docker and then configure it securely and add a first project.
-
How to Install Java (JDK and JRE) on Debian 10
Author: Muhammad Arul • Tags: debian, linux, programming, server • Comments: 3 • Published: Oct 08, 2019In this tutorial, we will show you how to install Java on the Debian 10 (Buster). We will install both the JDK (Java Development Kit) and the JRE (Java Runtime Environment on a Debian server.
-
How to Install GlassFish with Nginx as a Reverse Proxy on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, programming, server, web server • Comments: 1 • Published: Oct 03, 2019GlassFish is a light-weight application server and supports different Java-based technologies like Enterprise JavaBeans, JPA, JavaServer Faces, JMS, and many more. In this tutorial, we will explain how to install GlassFish on Debian 10 with Nginx as a reverse proxy.
-
How to Install WildFly with Nginx as a Reverse Proxy on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, nginx, programming • Comments: 0 • Published: Sep 19, 2019WildFly is a free, open-source and cross-platform application runtime written in Java and developed by Red Hat. Wildfly comes with a rich set of features including, Fast, Customizable Runtime, Scalability, Unified configuration & Management, Concurrent Loading, Fast Linking, Domain Management and many more.
-
How to Install HTTP Git Server with Nginx on Ubuntu 18.04 LTS
Author: Hitesh Jethva • Tags: linux, programming, ubuntu, web server • Comments: 6 • Updated: Sep 18, 2019Git is a free and open source version control system that can be used to track changes of code. Git allows you to create many repositories for the same application and coordinating work on those files among multiple people. It is primarily used for source code management in software development.
-
How to convert HTML to PDF with HTMLDoc on Debian 10
Author: Hitesh Jethva • Tags: debian, linux, programming • Comments: 1 • Published: Aug 20, 2019HTMLDOC is an open-source program that can be used to convert HTML and Markdown source files to PostScript and PDF files. In this tutorial, we are going to explain how to install HTMLDOC on Debian 10 and convert an HTML file to pdf.