How to create a parser with Apache Tika
We look into how to create an application parsing different documents with embedded content in order to extract text and images.
I’m trying to solve all the Advent of Code puzzles in this video series.
In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…
We look into how to build a Debian package from source after we have done some patching of a bug that we needed to solve in the original package. Debian is a great system with good tools for building packages.
We talk about creating directories with the right permissions, downloading source files and verifying the validity of the downloaded files.
After installing Kubernetes the hard way, I improved the cluster with a Ceph RBD connection. This creates a StorageClass that we …
We will create an image from scratch in docker and add that to a docker registry so we can reuse that image when we create new docker instances, controlling the whole flow. Working with docker and registry First of we install the docker client, server and registry on our debian machine. apt install docker docker.io…