Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
set bell-style none


Turn off Command Prompt Sounds

Open up Sound Settings

Image Added


Scroll down to Advances Sound options and click it.

Image Added


Set Console Window Host volume to 0

Image Added

Advanced Tasks

Adding Kubernetes Support

See https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/

Install kubectl

Code Block
# download
$ curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"

#install
$ sudo install -o root -g root -m 0755 kubectl /usr/local/bin/kubectl


Adding VPN Support

Record your current nameserver

Code Block
$ cat /etc/resolf.conf

# This file was automatically generated by WSL. To stop automatic generation of this file, add the following entry to /etc/wsl.conf:
# [network]
# generateResolvConf = false
nameserver 172.17.192.161


Connect to your vpn