Latest News

Read all latest blog posts

post image
August 18, 2020

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
post image
February 21, 2022

Lima

# Deploy kubernetes via kubeadm. # $ limactl start ./k8s.yaml # $ limactl shell k8s sudo kubectl # It can be accessed from the host by exporting the kubeconfig file; # the ports are already forwarded automatically by lima: # # $ export KUBECONFIG=$PWD/kubeconfig.

Read More
post image
February 9, 2022

How to count numbers from pdf

user@machine tax2021 % for i in $(ls *.pdf); do \ pdftotext $i - | grep -E '^\+.

Read More
post image
February 9, 2022

How to recover keyvault

A simple way how to recover Azrue keyvault if needed

Read More
post image
February 8, 2022

My NVIM init file

" plugins" curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vimcall plug#begin("~/.config/nvim/plugged")" Plugin SenohlsearchctionPlug 'ryanoasis/vim-devicons'Plug 'morhetz/gruvbox'Plug 'neoclide/coc.

Read More
post image
February 7, 2022

My zshrc file

HISTFILE=~/.zsh_history HISTSIZE=10000 SAVEHIST=10000 setopt appendhistory # source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh # source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.

Read More
post image
January 17, 2022

Kubernetes network policies

Here is an example of network policies k taint node scw-k8s-cks node-role.

Read More