kemonine
/
lollipopcloud
Archived
1
0
Fork 0

Merge branch 'armbian-notes' of kemonine/docs into master

This commit is contained in:
KemoNine 2019-02-16 19:45:12 +00:00 committed by Gitea
commit ae0f7b4e4a
1 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,17 @@
# Armbian
Setup an SBC as a lolipop router and private LAN
Setup an SBC as a lolipop router and private LAN
# Additional Information and Notes
Armbian has some good docs if you'd like to read more
- [https://docs.armbian.com/User-Guide_Getting-Started/](https://docs.armbian.com/User-Guide_Getting-Started/)
- [https://docs.armbian.com/User-Guide_Armbian-Config/](https://docs.armbian.com/User-Guide_Armbian-Config/)
The big things from above
- ```sudo armbian-config``` lets you control a ton of useful base features
- Some boards have built in eMMC, you can use the ```armbian-config``` tool to install to the eMMC and re-use the micro-sd card as a generic storage (under /tank for example)
- ```nmtui-connect``` is a good CLI app for getting on wireless
- After first login its usually good to reboot immediately so the filesystem resize can complete before any real disk usage happens