no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | alpine [2015/06/01 23:53] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Alpine Linux ====== | ||
+ | * [[http:// | ||
+ | ==== Base Installation ==== | ||
+ | |||
+ | < | ||
+ | setup-alpine | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | apk add tmux vim rsync bash htop curl ncdu pwgen iptables monit man-pages man elinks bind-tools | ||
+ | </ | ||
+ | ==== HOWTO ==== | ||
+ | |||
+ | == Install packages == | ||
+ | |||
+ | < | ||
+ | apk add bash | ||
+ | </ | ||
+ | |||
+ | == Sync package tree == | ||
+ | |||
+ | < | ||
+ | apk update | ||
+ | </ |