Hibernate OGM for MongoDB

So lately I've been playing with Hibernate OGM MongoDB's latest version 5.4.0.Beta2 but I'm not able to run a demo project created from wildfly-javaee7-war archetype following the documentation.Here are the changes I've made to make it run the Arquillian test:public static Archive<?> createTestArchive()...

Wordpress directory and file permission

The issue of setting the correct permission hits me every time I install Wordpress. So I've created a script that will set its content to the correct permission. Below is part of the script: // Make sure that the proper owner is set since I'm deploying to Amazon this time, my user is bitnami. But normally...

Apache Cassandra Clustering

This tutorial will help us configure an Apache Cassandra's ring with 2 nodes. It will not explain what Cassandra is, use Google for that.There are actually not too many properties that we must update in order to set up the cluster. Note that in this particular example, we will be configuring 2 nodes:...