Skip to content

sonoralibre/alpine-linux-setup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alpine-linux-setup

Alpine Linux Setup

Alpine Linux

Base Installation

  • download iso from internet

https://dl-cdn.alpinelinux.org/alpine/v3.15/releases/x86_64/

  • create vm, boot
  • run setup-alpine script
  • reboot

Auto Personalization

  • login as root
  • apk add git
  • git clone https://github.com/ivanchenoweth/alpine-linux-setup
  • cd alpine-linux-setup
  • git checkout headless
  • ./setup.sh
  • type cheno password
  • cd ..
  • rm -rf alpine-linux-setup
  • reboot

To create dev containers:

  • git clone https://github.com/ivanchenoweth/alpine-linux-setup
  • cd alpine-linux-setup

Execute code-server container

  • cd dev-containers
  • ./code-server.sh

Manual Personalization for branches w/cheno noroot user

  • login as cheno
  • ssh-keygen

Manual Personalization for branches w/ibuetler noroot user

  • login as ibuetler
  • ssh-keygen
eval `ssh-agent -s`
ssh-add

YouTube Video

About

Alpine Linux Setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%