<CTRL-Find/>

Debugging all systems

Latest Posts

View all →

IaC yay or nay?

In this blog post we will explore the use of Infrastructure as Code also known as IaC. But before we go into details, let’s make sure we have same understanding of what IaC is. Definition of IaC …

The dangers of using a random KMS license server

What are KMS licenses? KMS stands for key management services, this is a service which you can run your own client activation tools for windows licenses. The license on the specified machine asks to …

Advanced Ansible: Collections+

A set of modules together is a called a collection. Like ansible.builtin. I’ve used collections in the past to use the modules it provided but never really created them. In this post I want to …

Advanced Ansible: Custom modules

This is my first time trying to create a Ansible custom module. I dont have much python knowledge (the very bare minimum), but I want to expand my knowledge of python and Ansible by creating a custom …

Containers?!

Containers, we are using them more and more, in professional environments but also in selfhosting and homelabs, but what execly is it? While in the real world we use physical shipping containers to …

Always check and verify!

What is a checksum A Checksum is a digital fingerprint of a file or code. Software creators and/or companies are creating these digital fingerprints for safety reasons. One of the most common usecases …