Welcome to the ATIX Blog

Migrating Git

/
/
If you want to change your system landscape, you might want to move your git repositories (repos) as well. However, there are always challenges and questions that you will need to think through and clarify in advance. We’ve been there and done that, and now we would like to share some of our experiences.
Mouse-Free ATIX blog

Mouse-free

/
by
/
When I say I'm an IT consultant, what I really mean is that I've mastered Vim. All problems become so easy and quick to solve, because editing the files happens as if by magic. And in an emergency, even without a graphical user interface. Here are some tips that should make life and work with Vim easier for all readers.
ansible

Ansible Automation Platform

Ansible is known to be one of the most widely used automation tools. This is certainly also due to the relatively simple setup and use. Especially in very large environments, i.e. with a large number of users, a pure CLI setup quickly reaches its limits: Multi-tenancy, credential management, scheduling are just some of the points that require a very close look.
container building with kaniko

Container building with Kaniko

/
/
Tags:
This blog article is about creating OCI-compatible container images. Besides the standard tools docker, buildah and podman you can also use Kaniko. We briefly explain here how to do that.