Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 480 Bytes

File metadata and controls

30 lines (23 loc) · 480 Bytes

alpine-linux-setup

Alpine Linux Setup

Alpine Linux

Base Installation

  • download iso from internet
  • create vm, boot
  • run setup-alpine script
  • reboot

Auto Personalization

  • login as root
  • apk add git
  • git clone https://github.com/dark-ghost-123/alpine-linux-setup
  • cd alpine-linux-setup
  • ./setup.sh

Manual Personalization

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

YouTube Video