Julio's Blog
  • Home
  • About Me
  • Personal Site
Sign in Subscribe

centos 7

A collection of 3 posts
Installation and basic configuration of MariaDB on CentOS/RHEL 7.
centos

Installation and basic configuration of MariaDB on CentOS/RHEL 7.

In this post, I will show you how to install MariaDB on a CentOS/RHEL 7 machine. This task is really easy to complete and could be done in couple minutes. Installing the Software### [root@www ~]# yum install mariadb-server Enabling and starting the service To enable the service and making
Jun 20, 2016 2 min read
How to run Go 1.5 on CentOS 7.
go

How to run Go 1.5 on CentOS 7.

In the previous post we installed Go on CentOS 7. There is an small problem by doing that, the latest version on the repos for Go is 1.4. In this post I will show how to install Go 1.5 using the binaries. This is a manual procedure and
Jun 20, 2016 1 min read
Installing Go (GoLang) on CentOS 7.
centos

Installing Go (GoLang) on CentOS 7.

In this post, I will show how to install the Go programming language (GoLang) on CentOS 7. This procedure is quite simple and requires only a few commands. Install the packages:### [root@master ~]# yum install golang golang-godoc golang-vet golang-src golang-pkg-linux-amd64 -y After this we check that the go command could
Jun 20, 2016 1 min read
Page 1 of 1
Julio's Blog © 2023
  • Home
Powered by Ghost