How to Install Go on CentOS 7

How to Install Go on CentOS 7

In this tutorial, we will show you how to install and compile Go, as well a run a basic Go program on a CentOS 7 VPS.

Install Go on CentOS 7

Go, also known as Golang, is an open-source programming language developed by Google. Go provides an easy way to build simple, reliable, and efficient software. Go is a system programming language designed for speed and simplicity. You can compile a single go program and an executable that will run on Windows, macOS, and Linux, without making any changes to your code. This cross-platform compatibility makes Go an attractive option for developers that only want to code once.

Let’s get started with the installation.

Read More

How to Install Gogs on CentOS 7

In this guide, we will show you how to install Gogs on a CentOS 7 VPS with MariaDB as a backend database.

Gogs is a free and open-source self-hosted Git service written in the Go programming language.  It’s easy-to-install, cross-platform, and lightweight, all of which allows Gogs to run on all sorts of hardware easily. This guide should work on other Linux VPS systems as well, but it was tested and written for CentOS 7. Let’s get started with the installation.

Read More