System wide and admin settings¶
Alternative kernels, headers, rolling updates, overlays¶
Install alternative kernels¶
Switching between kernels might change functionality of your device.
It might fail to boot!
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
Install Linux headers¶
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
Remove Linux headers¶
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
Manage device tree overlays¶
Command:
Text Only | |
---|---|
Author: @viraniac @igorpecovnik
Status: Stable
Select Odroid board configuration¶
Command:
Text Only | |
---|---|
Author:
Status: Preview
Edit the boot environment¶
This will open /boot/armbianEnv.txt file to edit CTRL+S to save CTLR+X to exit would you like to continue?
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
Install to internal media, ZFS, NFS, read-only rootfs¶
Install to internal storage¶
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Preview
ZFS filesystem - enable support¶
Command:
Text Only | |
---|---|
Author: @armbian
Status: Stable
ZFS filesystem - remove support¶
Command:
Text Only | |
---|---|
Author: @armbian
Status: Stable
Enable read only filesystem¶
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
Disable read only filesystem¶
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
Enable Network filesystem (NFS) support¶
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
Disable Network filesystem (NFS) support¶
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
Manage NFS Server¶
Enable network filesystem (NFS) daemon¶
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
Configure network filesystem (NFS) daemon¶
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
Remove network filesystem (NFS) daemon¶
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
Show network filesystem (NFS) daemon clients¶
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
Manage NFS Client¶
Find NFS servers in subnet and mount shares¶
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
Show and manage NFS mounts¶
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
Manage SSH daemon options, enable 2FA¶
Disable root login¶
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
Enable root login¶
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
Disable password login¶
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
Enable password login¶
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
Disable Public key authentication login¶
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
Enable Public key authentication login¶
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
Disable OTP authentication¶
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
Enable OTP authentication¶
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
Generate new OTP authentication QR code¶
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
Show OTP authentication QR code¶
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
Disable last login banner¶
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
Enable last login banner¶
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
Sandboxed & containerised SSH server¶
Sandboxed & containerised SSH server allows ssh access without giving keys to the entire server. Giving ssh access via private key often means giving full access to the server. This container creates a limited and sandboxed environment that others can ssh into. The users only have access to the folders mapped and the processes running inside this container.
This operation will install SSH server.
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
ssh username@<your.IP> -p 2222
- Install directory:
/armbian/openssh-server
- Configuration directory:
/armbian/openssh-server/config
- Shared storage directory:
USER_DEFINED
Bash | |
---|---|
Remove sandboxed SSH server¶
This operation will remove SSH server.
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
Purge sandboxed SSH server with data folder¶
This operation will purge SSH server with data folder.
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
Change shell, adjust MOTD¶
Change shell system wide to BASH¶
This will switch system wide shell to BASH
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
Change shell system wide to ZSH¶
This will switch system wide shell to ZSH
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
Adjust welcome screen (motd)¶
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
OS updates and distribution upgrades¶
Status: Active
Enable Armbian firmware upgrades¶
This will enable Armbian kernel upgrades that are currently put on hold.
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
Disable Armbian kernel upgrades¶
Disable Armbian kernel/firmware upgrades
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
Switch system to rolling packages repository¶
This will switch OS to rolling releases.
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
Switch system to stable packages repository¶
This will switch OS to stable releases
Command:
Text Only | |
---|---|
Author: @igorpecovnik
Status: Stable
Enable automating Docker container base images updating¶
Watchtower is an application that will monitor your running Docker containers and watch for changes to the images that those containers were originally started from. If watchtower detects that an image has changed, it will automatically restart the container using the new image.
Command:
Text Only | |
---|---|
Author: @armbian
Status: Stable
Every day watchtower will pull the latest images and compare it to the one that was used to run the certain container. If it sees that the image has changed it will stop/remove containers and then restart it using the new image and the same docker run options that were used to start the container initially.
Disable automating Docker container base images updating¶
Command:
Text Only | |
---|---|
Author: @armbian
Status: Stable