- Create a folder at the root of your user home folder
(Example:
C:/Users/uname/
) called.ssh
. - Create the following files if they do not already exist (paths begin from the root of your user home folder):
.ssh/config
FWIW: I (@rondy) am not the creator of the content shared here, which is an excerpt from Edmond Lau's book. I simply copied and pasted it from another location and saved it as a personal note, before it gained popularity on news.ycombinator.com. Unfortunately, I cannot recall the exact origin of the original source, nor was I able to find the author's name, so I am can't provide the appropriate credits.
# ~/.config/starship.toml | |
[battery] | |
full_symbol = "π" | |
charging_symbol = "π" | |
discharging_symbol = "β‘" | |
[[battery.display]] | |
threshold = 30 | |
style = "bold red" |
configuration ChocoFeatures { | |
Import-DscResource -ModuleName cChoco | |
Node 'localhost' { | |
cChocoFeature powershellHost { | |
FeatureName = "powershellHost" | |
Ensure = 'Absent' | |
} | |
cChocoFeature allowGlobalConfirmation |
SSH into proxmox node and become root user. Run the following commands to download extra software dependencies we'll need.
apt update
apt install -y libsasl2-modules mailutils
Enable 2FA for the gmail account that will be used by going to security settings