README.md 1.41 KB
Newer Older
Igor Pecovnik's avatar
Igor Pecovnik committed
1
2
# Armbian config

Igor Pecovnik's avatar
Typo    
Igor Pecovnik committed
3
Utility for configuring your board and install various services.
Igor Pecovnik's avatar
Igor Pecovnik committed
4
5
6
7
8
9
10
11

It comes with Armbian (from 5.27) by default. Login as super user and type:

	armbian-config

![](https://www.armbian.com/wp-content/uploads/2017/05/confsoft.png)

**Configuration**
Igor Pečovnik's avatar
Igor Pečovnik committed
12

Igor Pecovnik's avatar
Typo    
Igor Pecovnik committed
13
- wireless network connect,
Igor Pecovnik's avatar
Igor Pecovnik committed
14
- AP (hotspot) in bridged or NAT mode,
Igor Pecovnik's avatar
Igor Pecovnik committed
15
- freeze and unfreeze kernel and BSP upgrades,
Igor Pecovnik's avatar
Typo    
Igor Pecovnik committed
16
- edit boot environment, network, FEX, welcome screen items,
Igor Pecovnik's avatar
Igor Pecovnik committed
17
- switching between avaliable kernels and nightly builds,
Igor Pecovnik's avatar
Igor Pecovnik committed
18
- enabling read only root filesystem (Ubuntu only),
19
- set display resolution (H3 boards with legacy kernel),
Igor Pečovnik's avatar
Changes    
Igor Pečovnik committed
20

Igor Pecovnik's avatar
Igor Pecovnik committed
21
**Installation**
Igor Pečovnik's avatar
Changes    
Igor Pečovnik committed
22

Igor Pecovnik's avatar
Igor Pecovnik committed
23
24
25
26
27
28
29
- [TV headend](https://tvheadend.org/) *(IPTV server)*
- [Syncthing](https://syncthing.net/) *(personal cloud)*
- [SoftEther VPN server](https://www.softether.org/) *(VPN server)*
- [Transmission](https://transmissionbt.com/) *(torrent server)*
- [ISPConfig](https://www.ispconfig.org/) *(WEB & MAIL server)*
- [Openmediavault NAS](http://www.openmediavault.org/) *(NAS server)*
- [PI hole](https://pi-hole.net) *(ad blocker)*
30
- [MiniDLNA](http://minidlna.sourceforge.net/) *(media sharing)*
Igor Pečovnik's avatar
Changes    
Igor Pečovnik committed
31
32


Igor Pecovnik's avatar
Igor Pecovnik committed
33
34
35
36
37
38
39
40
41
42
43
44
[Project realisation example](http://www.igorpecovnik.com/2013/12/10/micro-home-server/)


----------

**Installation for regular Ubuntu or Debian based distributions**

	sudo apt-get -y install git
	cd ~
	git clone https://github.com/igorpecovnik/Debian-micro-home-server
	cd Debian-micro-home-server
	sudo ./debian-config