Obsidian
I came across another fascinating open-source tool called Obsidian. I installed obsidian-remote using the Unraid docker app which had vault was under appdata which I do not prefer.As I pondered,…
I came across another fascinating open-source tool called Obsidian. I installed obsidian-remote using the Unraid docker app which had vault was under appdata which I do not prefer.As I pondered,…
The all-in-one open source security scanner https://aquasecurity.github.io/trivy/v0.38/getting-started/installation/ trivy k8s –report summary cluster trivy –report summary –timeout 900s cluster
ssh-keygen -t ed25519 -C “frank.earnhardt@outlook.com”
czkawka | Multi functional app to find duplicates, empty folders, similar images etc. (qarmin.github.io)
Install the SDK Install the .NET Desktop Runtime Install the ASP.NET Core Runtime Install the .NET Runtime Build On Windows: Run on Ubuntu
sudo vi /etc/vim/vimrc
While trying to generate a certificate for awx-operator using the following: openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout ansible-awx.pfs.lan.key -out ansible-awx.pfs.lan.crt -subj “/CN=ansible-awx.pfs.lan/O=ansible-awx.pfs.lan” -addext “subjectAltName = DNS:ansible-awx.pfs.lan” openssl…
sudo curl -L “https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)” -o /usr/local/bin/docker-compose sudo chmod +x /usr/local/bin/docker-compose docker-compose –version
sudo kubeadm certs check-expiration Reading configuration from the cluster... FYI: You can look at this config file with 'kubectl -n kube-system get cm kubeadm-config -o yaml' CERTIFICATE EXPIRES RESIDUAL TIME…
frank@kubemaster:~$ mkdir kubectl-convertfrank@kubemaster:~$ cd kubectl-convert/ curl -LO “https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl-convert” curl -LO “https://dl.k8s.io/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl-convert.sha256” echo “$(cat kubectl-convert.sha256) kubectl-convert” | sha256sum –check sudo install -o root -g root…