Tutorial LVM – Gestor de Volúmenes Lógicos en CentOS 8

CentOS 8 LVM

En este tutorial veremos cómo crear un gestor de volúmenes lógicos – LVM en CentOS 8 desde la línea de comando.  Observaciones: Este tutorial puede servir para otras distribuciones basadas en Red Hat o en Debian haciendo algunas modificaciones. El LVM se creará utilizando dos discos duros de 1G cada uno.

Leer más

Big Data Fundamentals, Part II

big data fundamentals

I’m sharing Big Data Fundamentals, Part II, (Part I is here) with an introduction to Big Data covering: Big Data processes: ingest, store, process/query, visualize; tools and technologies: Hadoop, Sqoop, Kafka, Mesos, Redis, CouchDB; Document stores: MongoDB; Column stores: HBase + Cassandra; Big Data analytics: Spark, Storm; and Elastic Stack: Logstash, ElasticSearch and Kibana.

We’ll see also Machine learning techniques with Spark (MLlib, Streaming) and TensorFlow.

Leer más

Hadoop installation on CentOS 8 Tutorial

bigdata analytics hadoop

In this tutorial we’ll install the Big Data framework Apache Hadoop on a previously installed CentOS 8 virtual machine. We’ll use Docker containers for the cluster creation.

This is for testing purposes and not for production. Be careful and don’t expose it to Internet since I’m not setting up any security measure for it.

Leer más

Tutorial Instalar PHP Server Monitor en Ubuntu GNU/Linux

php monitor server statusEn este tutorial vamos a instalar PHP Server Monitor en un servidor GNU/Linux Ubuntu 14.04. PHP Server Monitor es una aplicación web open source libre y gratuita que sirve para monitorear servidores web y/o sitios web.

Comenzamos: En un servidor GNU/Linux con sistema operativo Ubuntu 14.04 entramos por SSH y en la linea de comando primeramente lo actualizamos:

sudo apt-get update
sudo apt-get upgrade

Leer más