Generate and Copy SSH key to remote host from powershell
Generating SSH keys in PowerShell To generate SSH keys in PowerShell, follow these steps: Open PowerShell by clicking the Start button and searching for PowerShell. Type ssh-keyg...
Generating SSH keys in PowerShell To generate SSH keys in PowerShell, follow these steps: Open PowerShell by clicking the Start button and searching for PowerShell. Type ssh-keyg...
Introduction A problem I have ran into many of times on docker host when trying to prune them is the overlays2 folder still contains large amounts of data. Running the correct prune command when o...
Introduction Running out of space on your VM and need to increase the storage of your main partition? All you need to do is add more disk capacity in your hypervisor and extend your partition. De...
Sometimes when deleting a cluster from rancher it will get in an updating state and will hang. You can force remove this by editing the clusters yaml from cluster managment and set the finalizers t...
Below are the steps I took too install rancher on k3s cluster. To view up to date information visit offical docs at https://docs.ranchermanager.rancher.io/getting-started/quick-start-guides/deploy-...
Below are the steps I took too create a HA local db k3s cluster utilizing a LBVS IP. Have 3 linux nodes ready. In my case Im using 3 ubuntu 20.04 LTS nodes On the first node run: sudo cur...
The below steps will walk you through setting up your windows terminal with the latest powershell, oh-my-posh, and psreadline. Install the latest version of powershell from Microsoft Set your...
Overview This guide will walk you through setting up Wireguard client on Ubuntu along with adding a toggle to your gnome interface. I will assume you already have a wireguard VPN server running el...
Below are all the steps to configure your terminal to look like the screenshot Install ZSH and set as default shell. sudo apt install zsh Install OhMyZSH. sh -c "$(curl -fsS...
I just recently installed PopOS 22.04 and everything was running great! I got deep sleep working correctly, fingerprint reader working, and everything was fine until the laptop awoke from sleep. I ...