How to setup a Munin server monitor

2020-06-21 23:06:24 - No Comments

We use Munin to monitor servers with different resources and critical operations. Munin will contact each server and ask for statistics and monitor if a service is running and have enough resources to work.

Read more →

OpenJDK 15 – Unsafe Garbage

2020-06-14 23:06:12 - No Comments

The next release of OpenJDK is number 15. I will title this release unsafe garbage as it focuses on garbage collection and removing usages of unsafe methods. We also look at string blocks and records.

Read more →

How to use Heartbeat and DRBD for HA (high availability)

2020-06-07 23:06:11 - No Comments

We look into high availability using Heartbeat and DRBD. Heartbeat is a software to monitor and failover when a machine is unresponsive and DRBD can help you replicate data between machines making your setup highly available. This solution can help you doing maintenance work without downtime.

Read more →

Setting up a PWA with lighthouse ci on Github actions

2020-06-01 01:06:29 - No Comments

We will use the Github actions and create a progressive web app and test it using lighthouse ci. I will also go through improvements I’ve done from the report CI in lighthouse.

Read more →

Setting up an on prem function as a service

2020-05-24 23:05:06 - No Comments

Using openfaas and minikube we will create a function as a service on prem. Function as a service is available for larger kubernetes systems and can be deployed in the cloud but being able to test locally can be benificial.

Read more →

Autoscaling Kubernetes using RabbitMQ

2020-05-17 23:05:05 - No Comments

We look into scaling Kubernetes using a RabbitMQ queue or using horizontal autoscaling. There are guides for autoscaling using CPU, and I found a repository for RabbitMQ scaling. I will do the operations I’ve detailed in the git repository below.

Read more →

Building a web component module with hybrids

2020-05-10 23:05:15 - No Comments

We will build a web component in a module using hybrids. Hybrids is a framework to make building web component modules easy and quick. I will live code a web component in under 10 minutes.

Read more →

How to automate a Linux OS installation on Virtualbox

2020-05-03 23:05:15 - No Comments

Automate installation of a Linux OS using Simple-CDD and Virtualbox. Running a script to install Linux on a Virtualbox VM then automate the installation of packages and configuration.

Read more →

Comparing 3 java build tools (Ant vs Maven vs Gradle)

2020-04-26 23:04:06 - No Comments

We will compare java build tools. By comparing Ant vs Maven and Maven vs Gradle we will figure out if Gradle or Maven will be the best tool to use. Ant is the old build tool that is not used much but is still good to know about.

Read more →

How to setup up a local copy of jitsi video conferencing

2020-04-19 23:04:07 - No Comments

We look into setting up a local copy of jitsi video conference solution on a clean Debian install. We also try it out and see how it impacts the installed server.

Read more →

How to use autotools (automake, autoconf, aclocal, autoheader)

2020-04-12 23:04:32 - No Comments

We go through how to to create a package to for a cross platform build script. Using the tools autoconf and automake to create Makefile to make and install your c program.

Read more →

Current state of text to speech with small input data

- No Comments

We look at two projects that tries to recreate a voice using extreamly small amount of voice data.

Read more →