Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
alpine [2014/11/03 16:52]
127.0.0.1 external edit
alpine [2015/06/01 17:53]
steve created
Line 1: Line 1:
-====== ​alpine ​======+====== ​Alpine Linux ======
  
-Notes about the [[Alpine Linux]] vmware guest.+  * [[http://​wiki.alpinelinux.org/​wiki/​Comparison_with_other_distros|Comparison with other distros]] 
 +==== Base Installation ====
  
-==== avahi ====+<​code>​ 
 +setup-alpine 
 +</​code>​
  
-  * Running avahi to provide local services for ''​cloudy''​ and ''​tahiti''​ AFP designations+<​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>​