GCP - Resize root diskTuk TinNov 7, 20211 min readReference:https://cloud.netapp.com/blog/google-cloud-persistent-disk-how-to-resize-and-useHow to:sudo lsblk sudo growpart /dev/sda 1 sudo resize2fs /dev/sda1 # verify_again df -h
Issue - Vagrant - NS_ERROR_FAILURE (0x80004005)Problem: There was an error while executing `VBoxManage`, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is...
K8S - Context usageReference: https://www.suse.com/c/rancher_blog/how-to-manage-kubernetes-with-kubectl/ How to: # get_current_context k config...
is it same on AWS?