VMWare Ubuntu 22.04 Installation and Configuration Environment

Configure remote connection

VSCode remote connection setup & common issues

Basic tools

sudo apt update
sudo snap install curl
sudo apt install vim

Docker

sudo apt install -y docker.io
sudo service docker start
sudo usermod -aG docker ${USER}

docker version

If the last line of docker version reports an Error, restart and it will be fine

docker images:https://cr.console.aliyun.com/cn-hangzhou/instances/mirrorsarrow-up-right

k8s

k8s: https://minikube.sigs.k8s.io/docs/start/arrow-up-right

Install kubectl:

Add to .bashrc:

Disk expansion

https://youtu.be/kTEsbS1FbUUarrow-up-right

Assuming you follow the tutorial in the video to expand /dev/sda3 and get an error saying read-only:

Shows I have two mount points here:

Need to remount these two mount points (I'm not entirely sure this is correct, forgot a bit):

Then reopen gparted and follow the video steps again

VPN

https://github.com/Fndroid/clash_for_windows_pkg/releasesarrow-up-right

Click settings in the top right corner

Git

Remember to follow the first step and add your SSH to GitHub

Go

MySQL

Last updated