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://wiki.alpinelinux.org/wiki/Comparison_with_other_distros|Comparison with other distros]]
 +==== Base Installation ====
 +
 +<code>
 +setup-alpine
 +</code>
 +
 +<code>
 +apk add tmux vim rsync bash htop curl ncdu pwgen iptables monit man-pages man elinks bind-tools
 +</code>
 +==== HOWTO ====
 +
 +== Install packages ==
 +
 +<code>
 +apk add bash
 +</code>
 +
 +== Sync package tree ==
 +
 +<code>
 +apk update
 +</code>

Navigation
QR Code
QR Code alpine (generated for current page)