A little background story. I forgot to bring my laptop that have been registered to connect to the office network (through VPN). But, there's flaws in...
There are several ways to count the objects in S3 bucket. But, there is deficiency regarding the API calls which has its own price. So here are some...
1. Create ssh-keygen keys $ ssh-keygen -t rsa 2. Copy the ssh key using ssh-copy-id command $ ssh-copy-id user@192.168.10.10 3. If there's a prompt...
Step 1: Run the postgres docker container $ docker run -it --rm --network=host postgres:11.16 bash root@a018fe70d745:/# apt update && apt install...
Intro Hello everyone, after a long time I decided to continue this blog in my spare time so please forgive me if there are rarely updates 😃. Then...
Prerequisites FreeIPA and OpenStack is already configured. OpenStack is configured using Kolla Ansible. Keycloak is already configured and federated...