I recently had an issue with my kube-apiserver restarting all the time, which meant I couldn’t use kubectl. My issue was related to expired certificates, which explains why my issue happened out of the blue.. It turns out the certificates has a 1 year validation period. This shouldn’t be an issue since you’re expected to upgrade your cluster every now and then. This is however not the case for me because my deployed software needs a specific version of kubernetes and docker with helm2 so I’m not able to update my cluster until my software vendor supports a newer kubernetes version.
Read More →You can use a Cloudflare Tunnel to securely access your Windows machine remotely.
Read More →Brief demonstation on how to build VyOS from source
Read More →This is instructions for running DNS over HTTPS on your VyOS router, by using Cloudflare Tunnel
Read More →NOTE: Remember to create a backup before you proceed!
Start by editing /usr/local/etc/pkg/repos/pfsense.repo and change the first line so it looks like this
FreeBSD: {
url: "pkg+http://pkg.FreeBSD.org/${ABI}/latest",
mirror_type: "srv",
signature_type: "fingerprints",
fingerprints: "/usr/share/keys/pkg",
enabled: yes
}
Read More →
Customizing Sametime 12
In file custom.env add the following
REACT_APP_PRODUCT_LOGO=/images/branding/my-logo.jpg # Change login logo
REACT_APP_MEETING_BANNER_IMAGE=/images/branding/my-logo.jpg # Change meetings logo
REACT_APP_MEETING_BACKGROUND_IMAGE=/images/branding/my-theme.jpg # Change meetings background
Read More →This is just a brief overview of the options I’m using every now and then.
Read More →A simple way to connect to a server or pc without having the private key on the jump server
Read More →Bash script to update a dns record to the public ip
Read More →Here’s some configuration examples from a VRRP(Virtual Router Redundancy Protocol) experiment i did. This is used to create a high available DNS resolver with
Unbound
. I used RHEL 8 as my distribution of choice, but I’m sure this can be used on any RHEL deviate or linux distribution
Read More →