Alpine Linux Setup
- download iso from internet
https://dl-cdn.alpinelinux.org/alpine/v3.15/releases/x86_64/
alpine-virt-3.15.0-x86_64.iso
- Create a linux vm, add the ISO and boot
- type root without password to go to the linux live
- execute
setup-alpinescript to install, typing steps properly reboot
- login as
root apk add gitgit clone https://github.com/ivanchenoweth/alpine-linux-setupcd alpine-linux-setupgit checkout headless-noroot./setup.sh- you will type twice noroot password while installing ...
cd ..rm -rf alpine-linux-setupreboot
git clone https://github.com/ivanchenoweth/alpine-linux-setupcd alpine-linux-setup
git checkout headless-norootcd dev-containers./code-server.sh
- login as
noroot ssh-keygen
eval `ssh-agent -s`
ssh-add
