DevOps Cheat Codes
About
  • Aug 24, 2024

    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).

  • Aug 24, 2024

    Connect to airgapped host using VSCode

    Working in airgapped or firewalled environment can be though, when you don’t have access to internet.

  • Aug 22, 2024

    SSH Cheats a.k.a. useful shortcuts

    In this article I will post all my favorite SSH features.

  • Aug 21, 2024

    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.

  • Aug 20, 2024

    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.

  • Guntis Šusts
  • guntiss@g4.lv

This site is where I put snippets from my everyday DevOps adventures, in case it comes in handy in the future. Hope you’ll find anything useful here.