Latest News
Read all latest blog posts

Learn AWS EKS Kubernetes cluster and devops in AWS (Part 1)
Learn AWS EKS Kubernetes cluster and devops in AWS (Part 1) Starting AWS EKS cluster manually in AWS web console
Read More
Use corporate proxy certificate
Links: 202507301107 In case you are behind corporate proxy - the following commands might help.
Read More
How to list all groups and members in GCP organization
gcloud identity groups search --labels="cloudidentity.googleapis.com/groups.discussion_forum" --organization="111111111111" --page-size=3000 --format=json > groups.json for i in $(cat groups.
Read More
Ansible Bitbucket
Links: 202410042010 --- # ......................................................................... # 1. Creating Bitbucket project for GCP Solution Project # .
Read More
How to create resource in Bitbucket via curl and Ansible
There are some situation when one can have credentials to some web page that does not have API properly exposed and TOKEN can not be used.
Read More
Check permissions for users and service account in GCP via gcloud
[arch:tmp ] gcloud projects get-iam-policy <project-name> \ --flatten="bindings[].members" \ --format='table(bindings.role)' \ --filter="bindings.
Read More
How to process raw html page via pup and jq to get ratings
The friend of mine wrote Bash script that parses raw HTML page using grep and loops to find images with rating higher than some number.
Read More