
Comparing 3 java build tools (Ant vs Maven vs Gradle)
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.

How to setup up a local copy of jitsi video conferencing
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.

How to use autotools (automake, autoconf, aclocal, autoheader)
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.

Current state of text to speech with small input data
We look at two projects that tries to recreate a voice using extreamly small amount of voice data.

Linux by example – Perl and network utils
We are in our new linux environment and create the Perl language interpretor and some network utils required in order to manage your internet conncetion.