Julio's Blog & Personal Website
  • Home
  • About me
  • A few more things...
Sign in Subscribe

Julio Villarreal Pelegrino

Austin, Texas
Julio Villarreal Pelegrino
Installing and configuring CSF on CentOS 7.

csf

Installing and configuring CSF on CentOS 7.

I have been using CSF (ConfigServer Security and Firewall) in my Linux systems for a while now with great results. CSF is more than a Firewall software, it is also an SPI (Stateful Packet Inspection), LID (Login/Intrusion Detection), and an Application Security software. But the best part of CSF

By Julio Villarreal Pelegrino 22 Jun 2016
Fedora 24 released!

linux

Fedora 24 released!

Fedora 24 was released on June 20, 2016. To download the different editions of Fedora 24, please visit the Fedora Project site. For the Workstation, Cloud, and Server editions: * Fedora 24 Workstation * Fedora 24 Cloud * Fedora 24 Server For the other releases like Spins, Labs, and ARM: * Fedora 24 Spins

By Julio Villarreal Pelegrino 21 Jun 2016
Ansible role to deploy and configure Rally.

openstack

Ansible role to deploy and configure Rally.

I put together an Ansible role to deploy and configure OpenStack Rally. I used the upstream rally bits for this and could be built on Fedora or CentOS/RHEL machines. You could get the playbook from here: https://github.com/juliovp01/rally-deployment . More details about the role could be found

By Julio Villarreal Pelegrino 21 Jun 2016
Adding PHP support to Nginx.

nginx

Adding PHP support to Nginx.

In the last post, I show how to install and configure Nginx on CentOS. In this post, I will show you how to add PHP support to that installed Nginx web server. There are two ways to add PHP support to Nginx: One by Using PHP-FastCGI and the other way

By Julio Villarreal Pelegrino 20 Jun 2016
Installing and configuring Nginx on CentOS.

nginx

Installing and configuring Nginx on CentOS.

In the web server world, you could find multiple options. Some of the most popular web servers are: * Apache (leader) * IIS * Boa * Monkey * Nginx ... and a few more. Nginx has gain market shared in this space in the last couple years, and part of this success have to do with

By Julio Villarreal Pelegrino 20 Jun 2016
Installing and configuring  a FreeIPA server on CentOS 7.

centos

Installing and configuring a FreeIPA server on CentOS 7.

On this post, we are going to install a FreeIPA server on CentOS 7. The main function of a FreeIPA server is to provide centralized identity and authentication for Linux/UNIX networked environments. FreeIPA is the upstream version of Red Hat iDM and a combination of the following : * 389 Directory

By Julio Villarreal Pelegrino 20 Jun 2016
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

By Julio Villarreal Pelegrino 20 Jun 2016
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

By Julio Villarreal Pelegrino 20 Jun 2016
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

By Julio Villarreal Pelegrino 20 Jun 2016
Installing and configuring Ghost blogging platform on CentOS 7.

ghost

Installing and configuring Ghost blogging platform on CentOS 7.

I been a user of WordPress for couple years, but after having couple issues with it I decided to look for an alternative for my new blog (GHOST_URL/). After a little of research, I found Ghost and decided to give it a try. Ghost is a free and open

By Julio Villarreal Pelegrino 18 Jun 2016
See all
Julio's Blog & Personal Website
  • Home
Powered by Ghost

Julio's Blog & Personal Website

A blog about open-source, cloud computing, digital transformation, and other emerging technologies.