Author Archives: George Valentin Voina

#Docker: Create and manage a Docker Swarm with Docker CE and register it to Docker Cloud

By | April 3, 2017

The new Docker CE makes it easy to deploy and work with Docker Swarm. I will describe how to setup a test 4 node Docker Swarm that will be further used to host a test enterprise application (a post is going to follow with that). STEP 1: First some practical considerations A Docker Swarm is… Read More: #Docker: Create and manage a Docker Swarm with Docker CE… »

#Docker: Install the new Docker CE in experimental mode on Fedora Linux

By | December 8, 2018

There is a new Docker version released in march see Docker: New Docker release. There are some important changes, but the cool ones are in the experimental mode: – you no longer need docker-machine for lots of stuff – a new way to create Docker swarms – a new docker-compose, version 3 that supports automatic… Read More: #Docker: Install the new Docker CE in experimental mode on… »

Blog Links: Scientific American “Will Democracy Survive Big Data and Artificial Intelligence?”

By | March 5, 2017

A must read about how big data and artificial intelligence influences and will influence society. It is a series of articles in one feature article that tries to tackle the new big data revolution that is coming. I like how it touches the controversy of “big nudge” (influencing choise through the big data). This is… Read More: Blog Links: Scientific American “Will Democracy Survive Big Data and… »

Docker: New Docker release

By | March 11, 2017

In an early March announcement Docker changed the way new versions are released and also branched it to Docker Community Edition (CE), Docker Enterprise Edition (EE) and Docker Cloud. The new Docker EE has some additional features like Docker Datacenter providing integrated container management and security from development to production. That makes the Docker environment a… Read More: Docker: New Docker release »

Blog Links: SHA-1 cryptographic hash collision detection by Google

By | March 19, 2022

Google puts another nail in the coffin for SHA-1. They already moved from using SHA-1 on their products but there are still a lot of places where is used by default. In a post on the Google Online Security Blog Announcing the first SHA1 collision Google researchers claim that they have a good way of… Read More: Blog Links: SHA-1 cryptographic hash collision detection by Google »

#DRBD: Creating an ext4 over LVM then mount results in detach on RHEL 7 on VMWare

By | March 7, 2017

There is an interesting case of failing technology due to an unimplemented feature. See the following mail list thread for the original post. Basically if you deploy DRBD and one of the endpoints is a vmware virtual machine: – when trying to mount a newly created etx4 file-system over the LVM from the drbd device… Read More: #DRBD: Creating an ext4 over LVM then mount results in… »