Installing mysql-workbench-community-8.0.24-1.fc34.src.rpm on Fedora, caused to have tofu characters.
Here it is how I solved:
$ sudo rm -f /var/cache/fontconfig/*
$ rm -f ~/.cache/fontconfig/*
Installing mysql-workbench-community-8.0.24-1.fc34.src.rpm on Fedora, caused to have tofu characters.
Here it is how I solved:
$ sudo rm -f /var/cache/fontconfig/*
$ rm -f ~/.cache/fontconfig/*
I had to do some slides to briefly explain to new colleagues how to develop with continuoys integration tools and versioning tools, assuming we are using Git, GitLab, GitLab CI/CD.
I tryed to summ up the main steps from cloning a repo to deploy the application. Leaving documentation outside the presentation.
I have a microservice on localhost and I want to deploy its Podman image on OCP, which I am running using CRC on localhost. 1. Get the...