-
VCenter behind reverse proxy
Recently I was met with a challange to put VMware VCenter behind reverse proxy In order to terminate with correct SSL certificate (without reconfiguring VCenter) and exposing it to another subnet (not internet).
-
Connect to airgapped host using VSCode
Working in airgapped or firewalled environment can be though, when you don’t have access to internet.
-
SSH Cheats a.k.a. useful shortcuts
In this article I will post all my favorite SSH features.
-
Using rsync for backups and OS cloning
Rsync is very powerful tool for file copying. It’s more advanced and effective than
scp
. For example, rsync allows copying only modified files, thus saving bandwidth and time. This can be especially useful for backups and even server migration. -
Using multiple kubeconfig files
On a daily basis I’m working with multiple Kuberetes cluster. I also use Kubernetes tools VSCode extension. Extension allows to easily change current context from within VSCode.