diff --git a/.github/workflows/pull-from-armbian-config.yml b/.github/workflows/pull-from-armbian-config.yml index 3c1f1924..0852172e 100644 --- a/.github/workflows/pull-from-armbian-config.yml +++ b/.github/workflows/pull-from-armbian-config.yml @@ -31,16 +31,21 @@ jobs: cd config tools/config-markdown.py -u - # rsync docs that has been made - rsync --delete -avr docs/. ../documentation/docs/User-Guide_Armbian-Config/ - # rsync images + + # rsync images first rsync -avr tools/include/images/. ../documentation/docs/images/ - # make links - cd ../documentation - ln -fs System/System.user.md docs/User-Guide_Armbian-Config/System.md - ln -fs Network/Network.user.md docs/User-Guide_Armbian-Config/Network.md - ln -fs Localisation/Localisation.user.md docs/User-Guide_Armbian-Config/Localisation.md - ln -fs Software/Software.user.md docs/User-Guide_Armbian-Config/Software.md + + # this section goes under armbian-config + rsync -avr docs/Localisation/Localisation.user.md ../documentation/docs/User-Guide_Armbian-Config/Localisation.md + rsync -avr docs/Network/Network.user.md ../documentation/docs/User-Guide_Armbian-Config/Network.md + rsync -avr docs/System/System.user.md ../documentation/docs/User-Guide_Armbian-Config/System.md + + # the rest goes under armbian-software + rsync -avr docs/Software/Containers.user.md ../documentation/docs/User-Guide_Armbian-Software/Containers.md + rsync -avr docs/Software/Desktops.user.md ../documentation/docs/User-Guide_Armbian-Software/Desktops.md + rsync -avr docs/Software/Management.user.md ../documentation/docs/User-Guide_Armbian-Software/Management.md + rsync -avr docs/Software/Media.user.md ../documentation/docs/User-Guide_Armbian-Software/Media.md + rsync -avr docs/Software/Netconfig.user.md ../documentation/docs/User-Guide_Armbian-Software/Netconfig.md - name: Create Pull Request to documentation uses: peter-evans/create-pull-request@v7 diff --git a/docs/User-Guide_Armbian-Config.md b/docs/User-Guide_Armbian-Config.md index d205c35b..6d900eb1 100644 --- a/docs/User-Guide_Armbian-Config.md +++ b/docs/User-Guide_Armbian-Config.md @@ -1,10 +1,9 @@ -Important! +!!! warning teweew -Following instructions are valid for next generation of Armbian config utility which is due for integration in **Armbian v24.11**. Until then please follow this installation instructions to test it out: + Following instructions are valid for next generation of Armbian config utility which is due for integration in **Armbian v24.11**. Until then please follow this installation instructions to test it out: + - - -# Armbian Configuration Utility +# Armbian Config diff --git a/docs/User-Guide_Armbian-Config/Help/H02.user.md b/docs/User-Guide_Armbian-Config/Help/H02.user.md deleted file mode 100644 index 5824c4b7..00000000 --- a/docs/User-Guide_Armbian-Config/Help/H02.user.md +++ /dev/null @@ -1,14 +0,0 @@ -# Contribute -**Command:** -~~~ -armbian-config --cmd H02 -~~~ - -**Author:** - -**Status:** Stable - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/Help/H03.user.md b/docs/User-Guide_Armbian-Config/Help/H03.user.md deleted file mode 100644 index 810e61de..00000000 --- a/docs/User-Guide_Armbian-Config/Help/H03.user.md +++ /dev/null @@ -1,14 +0,0 @@ -# List of Config function(WIP) -**Command:** -~~~ -armbian-config --cmd H03 -~~~ - -**Author:** - -**Status:** Disabled - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/Help/Help.user.md b/docs/User-Guide_Armbian-Config/Help/Help.user.md deleted file mode 100644 index ace1b511..00000000 --- a/docs/User-Guide_Armbian-Config/Help/Help.user.md +++ /dev/null @@ -1,33 +0,0 @@ -# About this tool - - -*** - -## Contribute -**Command:** -~~~ -armbian-config --cmd H02 -~~~ - -**Author:** - -**Status:** Stable - - - -*** - -## List of Config function(WIP) -**Command:** -~~~ -armbian-config --cmd H03 -~~~ - -**Author:** - -**Status:** Disabled - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/Localisation.md b/docs/User-Guide_Armbian-Config/Localisation.md deleted file mode 120000 index 469aed51..00000000 --- a/docs/User-Guide_Armbian-Config/Localisation.md +++ /dev/null @@ -1 +0,0 @@ -Localisation/Localisation.user.md \ No newline at end of file diff --git a/docs/User-Guide_Armbian-Config/Localisation/L00.user.md b/docs/User-Guide_Armbian-Config/Localisation/L00.user.md deleted file mode 100644 index 8bf8f831..00000000 --- a/docs/User-Guide_Armbian-Config/Localisation/L00.user.md +++ /dev/null @@ -1,14 +0,0 @@ -# Change Global timezone (WIP) -**Command:** -~~~ -armbian-config --cmd L00 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/Localisation/L01.user.md b/docs/User-Guide_Armbian-Config/Localisation/L01.user.md deleted file mode 100644 index 3419a6d5..00000000 --- a/docs/User-Guide_Armbian-Config/Localisation/L01.user.md +++ /dev/null @@ -1,14 +0,0 @@ -# Change Locales reconfigure the language and character set -**Command:** -~~~ -armbian-config --cmd L01 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/Localisation/L02.user.md b/docs/User-Guide_Armbian-Config/Localisation/L02.user.md deleted file mode 100644 index baa04bba..00000000 --- a/docs/User-Guide_Armbian-Config/Localisation/L02.user.md +++ /dev/null @@ -1,14 +0,0 @@ -# Change Keyboard layout -**Command:** -~~~ -armbian-config --cmd L02 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/Localisation/L03.user.md b/docs/User-Guide_Armbian-Config/Localisation/L03.user.md deleted file mode 100644 index 3c5b5497..00000000 --- a/docs/User-Guide_Armbian-Config/Localisation/L03.user.md +++ /dev/null @@ -1,16 +0,0 @@ -# Change APT mirrors -This will change the APT mirrors - -**Command:** -~~~ -armbian-config --cmd L03 -~~~ - -**Author:** - -**Status:** Disabled - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/Localisation/L04.user.md b/docs/User-Guide_Armbian-Config/Localisation/L04.user.md deleted file mode 100644 index 8e1dfc53..00000000 --- a/docs/User-Guide_Armbian-Config/Localisation/L04.user.md +++ /dev/null @@ -1,14 +0,0 @@ -# Change System Hostname -**Command:** -~~~ -armbian-config --cmd L04 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/Localisation/Localisation.user.md b/docs/User-Guide_Armbian-Config/Localisation/Localisation.user.md deleted file mode 100644 index 363e1ee7..00000000 --- a/docs/User-Guide_Armbian-Config/Localisation/Localisation.user.md +++ /dev/null @@ -1,77 +0,0 @@ -# Localisation - - -*** - -## Change Global timezone (WIP) -**Command:** -~~~ -armbian-config --cmd L00 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Change Locales reconfigure the language and character set -**Command:** -~~~ -armbian-config --cmd L01 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Change Keyboard layout -**Command:** -~~~ -armbian-config --cmd L02 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Change APT mirrors -This will change the APT mirrors - -**Command:** -~~~ -armbian-config --cmd L03 -~~~ - -**Author:** - -**Status:** Disabled - - - -*** - -## Change System Hostname -**Command:** -~~~ -armbian-config --cmd L04 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/Network.md b/docs/User-Guide_Armbian-Config/Network.md deleted file mode 120000 index a01f64a4..00000000 --- a/docs/User-Guide_Armbian-Config/Network.md +++ /dev/null @@ -1 +0,0 @@ -Network/Network.user.md \ No newline at end of file diff --git a/docs/User-Guide_Armbian-Config/Network/N01.user.md b/docs/User-Guide_Armbian-Config/Network/N01.user.md deleted file mode 100644 index daba9c57..00000000 --- a/docs/User-Guide_Armbian-Config/Network/N01.user.md +++ /dev/null @@ -1,61 +0,0 @@ -# Configure network interfaces - - -*** - -## Add / change interface -**Command:** -~~~ -armbian-config --cmd N02 -~~~ - -**Author:** Igor Pecovnik - -**Status:** Preview - - - -*** - -## Revert to Armbian defaults -**Command:** -~~~ -armbian-config --cmd N03 -~~~ - -**Author:** Igor Pecovnik - -**Status:** Preview - - - -*** - -## Show configuration -**Command:** -~~~ -armbian-config --cmd N04 -~~~ - -**Author:** Igor Pecovnik - -**Status:** Preview - - - -*** - -## Show active status -**Command:** -~~~ -armbian-config --cmd N06 -~~~ - -**Author:** Igor Pecovnik - -**Status:** Preview - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/Network/N15.user.md b/docs/User-Guide_Armbian-Config/Network/N15.user.md deleted file mode 100644 index 402a6c86..00000000 --- a/docs/User-Guide_Armbian-Config/Network/N15.user.md +++ /dev/null @@ -1,14 +0,0 @@ -# Install Bluetooth support -**Command:** -~~~ -armbian-config --cmd N15 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/Network/N16.user.md b/docs/User-Guide_Armbian-Config/Network/N16.user.md deleted file mode 100644 index dbb0c14f..00000000 --- a/docs/User-Guide_Armbian-Config/Network/N16.user.md +++ /dev/null @@ -1,14 +0,0 @@ -# Remove Bluetooth support -**Command:** -~~~ -armbian-config --cmd N16 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/Network/N17.user.md b/docs/User-Guide_Armbian-Config/Network/N17.user.md deleted file mode 100644 index 192068b6..00000000 --- a/docs/User-Guide_Armbian-Config/Network/N17.user.md +++ /dev/null @@ -1,17 +0,0 @@ -# Bluetooth Discover -This will enable bluetooth and discover devices - - -**Command:** -~~~ -armbian-config --cmd N17 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/Network/N18.user.md b/docs/User-Guide_Armbian-Config/Network/N18.user.md deleted file mode 100644 index 015b54c1..00000000 --- a/docs/User-Guide_Armbian-Config/Network/N18.user.md +++ /dev/null @@ -1,16 +0,0 @@ -# Toggle system IPv6/IPv4 internet protocol -This will toggle your internet protocol - -**Command:** -~~~ -armbian-config --cmd N18 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/Network/Network.user.md b/docs/User-Guide_Armbian-Config/Network/Network.user.md deleted file mode 100644 index 18a11f80..00000000 --- a/docs/User-Guide_Armbian-Config/Network/Network.user.md +++ /dev/null @@ -1,127 +0,0 @@ -# Fixed and wireless network settings - - -*** - -## Configure network interfaces - - -*** - -### Add / change interface -**Command:** -~~~ -armbian-config --cmd N02 -~~~ - -**Author:** Igor Pecovnik - -**Status:** Preview - - - -*** - -### Revert to Armbian defaults -**Command:** -~~~ -armbian-config --cmd N03 -~~~ - -**Author:** Igor Pecovnik - -**Status:** Preview - - - -*** - -### Show configuration -**Command:** -~~~ -armbian-config --cmd N04 -~~~ - -**Author:** Igor Pecovnik - -**Status:** Preview - - - -*** - -### Show active status -**Command:** -~~~ -armbian-config --cmd N06 -~~~ - -**Author:** Igor Pecovnik - -**Status:** Preview - - - -*** - -## Install Bluetooth support -**Command:** -~~~ -armbian-config --cmd N15 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Remove Bluetooth support -**Command:** -~~~ -armbian-config --cmd N16 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Bluetooth Discover -This will enable bluetooth and discover devices - - -**Command:** -~~~ -armbian-config --cmd N17 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Toggle system IPv6/IPv4 internet protocol -This will toggle your internet protocol - -**Command:** -~~~ -armbian-config --cmd N18 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/Software.md b/docs/User-Guide_Armbian-Config/Software.md deleted file mode 120000 index d189abc7..00000000 --- a/docs/User-Guide_Armbian-Config/Software.md +++ /dev/null @@ -1 +0,0 @@ -Software/Software.user.md \ No newline at end of file diff --git a/docs/User-Guide_Armbian-Config/Software/Benchy.user.md b/docs/User-Guide_Armbian-Config/Software/Benchy.user.md deleted file mode 100644 index c53238e6..00000000 --- a/docs/User-Guide_Armbian-Config/Software/Benchy.user.md +++ /dev/null @@ -1,14 +0,0 @@ -# System benchmaking and diagnostics -**Command:** -~~~ -armbian-config --cmd Benchy -~~~ - -**Author:** - -**Status:** Preview - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/Software/Containers.user.md b/docs/User-Guide_Armbian-Config/Software/Containers.user.md deleted file mode 100644 index 20fb4bb5..00000000 --- a/docs/User-Guide_Armbian-Config/Software/Containers.user.md +++ /dev/null @@ -1,69 +0,0 @@ -# Containerlization and Virtual Machines - - -*** - -## Install Docker Minimal -This operation will install Docker Minimal. - -**Command:** -~~~ -armbian-config --cmd SW25 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Install Docker Engine -This operation will install Docker Engine. - -**Command:** -~~~ -armbian-config --cmd SW26 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Remove Docker -This operation will purge Docker. - -**Command:** -~~~ -armbian-config --cmd SW27 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Purge all Docker images, containers, and volumes -This operation will delete all Docker images, containers, and volumes. - -**Command:** -~~~ -armbian-config --cmd SW28 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/Software/Desktops.user.md b/docs/User-Guide_Armbian-Config/Software/Desktops.user.md deleted file mode 100644 index 29e43932..00000000 --- a/docs/User-Guide_Armbian-Config/Software/Desktops.user.md +++ /dev/null @@ -1,341 +0,0 @@ -# Desktop Environments - - -*** - -## XFCE desktop - - -*** - -### XFCE desktop Install -Install XFCE: -Xfce is a lightweight desktop environment for UNIX-like operating systems. It aims to be fast and low on system resources, while still being visually appealing and user friendly. - -**Command:** -~~~ -armbian-config --cmd DE01 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -### Uninstall -**Command:** -~~~ -armbian-config --cmd DE02 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -### Enable autologin -**Command:** -~~~ -armbian-config --cmd DE03 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -### Disable autologin -**Command:** -~~~ -armbian-config --cmd DE04 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -## Gnome desktop - - -*** - -### Gnome desktop Install -**Command:** -~~~ -armbian-config --cmd DE11 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -### Uninstall -**Command:** -~~~ -armbian-config --cmd DE12 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -### Enable autologin -**Command:** -~~~ -armbian-config --cmd DE13 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -### Disable autologin -**Command:** -~~~ -armbian-config --cmd DE14 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -## i3-wm desktop -**Status:** Disabled - - - -*** - -### i3 desktop Install -**Command:** -~~~ -armbian-config --cmd DE21 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -### i3 desktop uninstall -**Command:** -~~~ -armbian-config --cmd DE22 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -### Enable autologin -**Command:** -~~~ -armbian-config --cmd DE23 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -### Disable autologin -**Command:** -~~~ -armbian-config --cmd DE24 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -## Cinnamon desktop - - -*** - -### Cinnamon desktop Install - - -[![Cinnamon desktop Install](images/DE31.png)](#) - - -**Command:** -~~~ -armbian-config --cmd DE31 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -Cinnamon is a Linux desktop that provides advanced innovative features and a traditional user experience.The desktop layout is similar to Gnome 2 with underlying technology forked from Gnome Shell. Cinnamon makes users feel at home with an easy-to-use and comfortable desktop experience. - - - - -*** - -### Cinnamon desktop uninstall -**Command:** -~~~ -armbian-config --cmd DE32 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -### Enable autologin -**Command:** -~~~ -armbian-config --cmd DE33 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -### Disable autologin -**Command:** -~~~ -armbian-config --cmd DE34 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -## Kde-neon desktop -**Status:** Disabled - - - -*** - -### Kde-neon desktop Install -**Command:** -~~~ -armbian-config --cmd DE41 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -### Uninstall -**Command:** -~~~ -armbian-config --cmd DE42 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -### Enable autologin -**Command:** -~~~ -armbian-config --cmd DE43 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -### Disable autologin -**Command:** -~~~ -armbian-config --cmd DE44 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -## Improve application search speed -**Command:** -~~~ -armbian-config --cmd DE99 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/Software/DevTools.user.md b/docs/User-Guide_Armbian-Config/Software/DevTools.user.md deleted file mode 100644 index 7acf212e..00000000 --- a/docs/User-Guide_Armbian-Config/Software/DevTools.user.md +++ /dev/null @@ -1,33 +0,0 @@ -# Development - - -*** - -## Install tools for cloning and managing repositories (git) -**Command:** -~~~ -armbian-config --cmd SW17 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Remove tools for cloning and managing repositories (git) -**Command:** -~~~ -armbian-config --cmd SW18 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/Software/Management.user.md b/docs/User-Guide_Armbian-Config/Software/Management.user.md deleted file mode 100644 index efdb0211..00000000 --- a/docs/User-Guide_Armbian-Config/Software/Management.user.md +++ /dev/null @@ -1,66 +0,0 @@ -# Remote Management tools - - -*** - -## Install Cockpit web-based management tool -This operation will install Cockpit. -cockpit cockpit-ws cockpit-system cockpit-storaged - -**Command:** -~~~ -armbian-config --cmd M00 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Purge Cockpit web-based management tool -This operation will purge Cockpit. - -**Command:** -~~~ -armbian-config --cmd M01 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Start Cockpit Service -**Command:** -~~~ -armbian-config --cmd M02 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Stop Cockpit Service -**Command:** -~~~ -armbian-config --cmd M03 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/Software/Media.user.md b/docs/User-Guide_Armbian-Config/Software/Media.user.md deleted file mode 100644 index 63d03917..00000000 --- a/docs/User-Guide_Armbian-Config/Software/Media.user.md +++ /dev/null @@ -1,69 +0,0 @@ -# Media Servers and Editors - - -*** - -## Install Plex Media server -This operation will install Plex Media server. - -**Command:** -~~~ -armbian-config --cmd SW21 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Remove Plex Media server -This operation will purge Plex Media server. - -**Command:** -~~~ -armbian-config --cmd SW22 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Install Emby server -This operation will install Emby server. - -**Command:** -~~~ -armbian-config --cmd SW23 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Remove Emby server -This operation will purge Emby server. - -**Command:** -~~~ -armbian-config --cmd SW24 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/Software/Netconfig.user.md b/docs/User-Guide_Armbian-Config/Software/Netconfig.user.md deleted file mode 100644 index d57a80c8..00000000 --- a/docs/User-Guide_Armbian-Config/Software/Netconfig.user.md +++ /dev/null @@ -1,117 +0,0 @@ -# Network tools - - -*** - -## Install realtime console network usage monitor (nload) -**Command:** -~~~ -armbian-config --cmd SW08 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Remove realtime console network usage monitor (nload) -**Command:** -~~~ -armbian-config --cmd SW09 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Install bandwidth measuring tool (iperf3) -**Command:** -~~~ -armbian-config --cmd SW10 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Remove bandwidth measuring tool (iperf3) -**Command:** -~~~ -armbian-config --cmd SW11 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Install IP LAN monitor (iptraf-ng) -**Command:** -~~~ -armbian-config --cmd SW12 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Remove IP LAN monitor (iptraf-ng) -**Command:** -~~~ -armbian-config --cmd SW13 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Install hostname broadcast via mDNS (avahi-daemon) -**Command:** -~~~ -armbian-config --cmd SW14 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Remove hostname broadcast via mDNS (avahi-daemon) -**Command:** -~~~ -armbian-config --cmd SW15 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/Software/Software.user.md b/docs/User-Guide_Armbian-Config/Software/Software.user.md deleted file mode 100644 index 3339ea03..00000000 --- a/docs/User-Guide_Armbian-Config/Software/Software.user.md +++ /dev/null @@ -1,714 +0,0 @@ -# Run/Install 3rd party applications - - -*** - -## Desktop Environments - - -*** - -### XFCE desktop - - -*** - -#### XFCE desktop Install -Install XFCE: -Xfce is a lightweight desktop environment for UNIX-like operating systems. It aims to be fast and low on system resources, while still being visually appealing and user friendly. - -**Command:** -~~~ -armbian-config --cmd DE01 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -#### Uninstall -**Command:** -~~~ -armbian-config --cmd DE02 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -#### Enable autologin -**Command:** -~~~ -armbian-config --cmd DE03 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -#### Disable autologin -**Command:** -~~~ -armbian-config --cmd DE04 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -### Gnome desktop - - -*** - -#### Gnome desktop Install -**Command:** -~~~ -armbian-config --cmd DE11 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -#### Uninstall -**Command:** -~~~ -armbian-config --cmd DE12 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -#### Enable autologin -**Command:** -~~~ -armbian-config --cmd DE13 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -#### Disable autologin -**Command:** -~~~ -armbian-config --cmd DE14 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -### i3-wm desktop -**Status:** Disabled - - - -*** - -#### i3 desktop Install -**Command:** -~~~ -armbian-config --cmd DE21 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -#### i3 desktop uninstall -**Command:** -~~~ -armbian-config --cmd DE22 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -#### Enable autologin -**Command:** -~~~ -armbian-config --cmd DE23 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -#### Disable autologin -**Command:** -~~~ -armbian-config --cmd DE24 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -### Cinnamon desktop - - -*** - -#### Cinnamon desktop Install - - -[![Cinnamon desktop Install](images/DE31.png)](#) - - -**Command:** -~~~ -armbian-config --cmd DE31 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -Cinnamon is a Linux desktop that provides advanced innovative features and a traditional user experience.The desktop layout is similar to Gnome 2 with underlying technology forked from Gnome Shell. Cinnamon makes users feel at home with an easy-to-use and comfortable desktop experience. - - - - -*** - -#### Cinnamon desktop uninstall -**Command:** -~~~ -armbian-config --cmd DE32 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -#### Enable autologin -**Command:** -~~~ -armbian-config --cmd DE33 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -#### Disable autologin -**Command:** -~~~ -armbian-config --cmd DE34 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -### Kde-neon desktop -**Status:** Disabled - - - -*** - -#### Kde-neon desktop Install -**Command:** -~~~ -armbian-config --cmd DE41 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -#### Uninstall -**Command:** -~~~ -armbian-config --cmd DE42 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -#### Enable autologin -**Command:** -~~~ -armbian-config --cmd DE43 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -#### Disable autologin -**Command:** -~~~ -armbian-config --cmd DE44 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -### Improve application search speed -**Command:** -~~~ -armbian-config --cmd DE99 -~~~ - -**Author:** @igorpecovnik - -**Status:** Stable - - - -*** - -## Network tools - - -*** - -### Install realtime console network usage monitor (nload) -**Command:** -~~~ -armbian-config --cmd SW08 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -### Remove realtime console network usage monitor (nload) -**Command:** -~~~ -armbian-config --cmd SW09 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -### Install bandwidth measuring tool (iperf3) -**Command:** -~~~ -armbian-config --cmd SW10 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -### Remove bandwidth measuring tool (iperf3) -**Command:** -~~~ -armbian-config --cmd SW11 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -### Install IP LAN monitor (iptraf-ng) -**Command:** -~~~ -armbian-config --cmd SW12 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -### Remove IP LAN monitor (iptraf-ng) -**Command:** -~~~ -armbian-config --cmd SW13 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -### Install hostname broadcast via mDNS (avahi-daemon) -**Command:** -~~~ -armbian-config --cmd SW14 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -### Remove hostname broadcast via mDNS (avahi-daemon) -**Command:** -~~~ -armbian-config --cmd SW15 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Development - - -*** - -### Install tools for cloning and managing repositories (git) -**Command:** -~~~ -armbian-config --cmd SW17 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -### Remove tools for cloning and managing repositories (git) -**Command:** -~~~ -armbian-config --cmd SW18 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## System benchmaking and diagnostics -**Command:** -~~~ -armbian-config --cmd Benchy -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Containerlization and Virtual Machines - - -*** - -### Install Docker Minimal -This operation will install Docker Minimal. - -**Command:** -~~~ -armbian-config --cmd SW25 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -### Install Docker Engine -This operation will install Docker Engine. - -**Command:** -~~~ -armbian-config --cmd SW26 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -### Remove Docker -This operation will purge Docker. - -**Command:** -~~~ -armbian-config --cmd SW27 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -### Purge all Docker images, containers, and volumes -This operation will delete all Docker images, containers, and volumes. - -**Command:** -~~~ -armbian-config --cmd SW28 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Media Servers and Editors - - -*** - -### Install Plex Media server -This operation will install Plex Media server. - -**Command:** -~~~ -armbian-config --cmd SW21 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -### Remove Plex Media server -This operation will purge Plex Media server. - -**Command:** -~~~ -armbian-config --cmd SW22 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -### Install Emby server -This operation will install Emby server. - -**Command:** -~~~ -armbian-config --cmd SW23 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -### Remove Emby server -This operation will purge Emby server. - -**Command:** -~~~ -armbian-config --cmd SW24 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Remote Management tools - - -*** - -### Install Cockpit web-based management tool -This operation will install Cockpit. -cockpit cockpit-ws cockpit-system cockpit-storaged - -**Command:** -~~~ -armbian-config --cmd M00 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -### Purge Cockpit web-based management tool -This operation will purge Cockpit. - -**Command:** -~~~ -armbian-config --cmd M01 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -### Start Cockpit Service -**Command:** -~~~ -armbian-config --cmd M02 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -### Stop Cockpit Service -**Command:** -~~~ -armbian-config --cmd M03 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/System.md b/docs/User-Guide_Armbian-Config/System.md deleted file mode 120000 index eed9de27..00000000 --- a/docs/User-Guide_Armbian-Config/System.md +++ /dev/null @@ -1 +0,0 @@ -System/System.user.md \ No newline at end of file diff --git a/docs/User-Guide_Armbian-Config/System/S01.user.md b/docs/User-Guide_Armbian-Config/System/S01.user.md deleted file mode 100644 index e9875ef6..00000000 --- a/docs/User-Guide_Armbian-Config/System/S01.user.md +++ /dev/null @@ -1,16 +0,0 @@ -# Enable Armbian kernel/firmware upgrades -This will enable Armbian kernel upgrades. - -**Command:** -~~~ -armbian-config --cmd S01 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/System/S02.user.md b/docs/User-Guide_Armbian-Config/System/S02.user.md deleted file mode 100644 index 7a498381..00000000 --- a/docs/User-Guide_Armbian-Config/System/S02.user.md +++ /dev/null @@ -1,16 +0,0 @@ -# Disable Armbian kernel upgrades -Disable Armbian kernel/firmware upgrades - -**Command:** -~~~ -armbian-config --cmd S02 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/System/S03.user.md b/docs/User-Guide_Armbian-Config/System/S03.user.md deleted file mode 100644 index b89aaefb..00000000 --- a/docs/User-Guide_Armbian-Config/System/S03.user.md +++ /dev/null @@ -1,19 +0,0 @@ -# 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:** -~~~ -armbian-config --cmd S03 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/System/S04.user.md b/docs/User-Guide_Armbian-Config/System/S04.user.md deleted file mode 100644 index e855c12f..00000000 --- a/docs/User-Guide_Armbian-Config/System/S04.user.md +++ /dev/null @@ -1,14 +0,0 @@ -# Install Linux headers -**Command:** -~~~ -armbian-config --cmd S04 -~~~ - -**Author:** @Tearran - -**Status:** Preview - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/System/S05.user.md b/docs/User-Guide_Armbian-Config/System/S05.user.md deleted file mode 100644 index 865fe34d..00000000 --- a/docs/User-Guide_Armbian-Config/System/S05.user.md +++ /dev/null @@ -1,14 +0,0 @@ -# Remove Linux headers -**Command:** -~~~ -armbian-config --cmd S05 -~~~ - -**Author:** @Tearran - -**Status:** Preview - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/System/S06.user.md b/docs/User-Guide_Armbian-Config/System/S06.user.md deleted file mode 100644 index d423f7fc..00000000 --- a/docs/User-Guide_Armbian-Config/System/S06.user.md +++ /dev/null @@ -1,14 +0,0 @@ -# Install to internal storage -**Command:** -~~~ -armbian-config --cmd S06 -~~~ - -**Author:** https://github.com/igorpecovnik - -**Status:** Preview - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/System/S17.user.md b/docs/User-Guide_Armbian-Config/System/S17.user.md deleted file mode 100644 index d243e607..00000000 --- a/docs/User-Guide_Armbian-Config/System/S17.user.md +++ /dev/null @@ -1,14 +0,0 @@ -# Change shell system wide to BASH -**Command:** -~~~ -armbian-config --cmd S17 -~~~ - -**Author:** https://github.com/igorpecovnik - -**Status:** Preview - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/System/S18.user.md b/docs/User-Guide_Armbian-Config/System/S18.user.md deleted file mode 100644 index 1e1c1d88..00000000 --- a/docs/User-Guide_Armbian-Config/System/S18.user.md +++ /dev/null @@ -1,14 +0,0 @@ -# Change shell system wide to ZSH -**Command:** -~~~ -armbian-config --cmd S18 -~~~ - -**Author:** https://github.com/igorpecovnik - -**Status:** Preview - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/System/S19.user.md b/docs/User-Guide_Armbian-Config/System/S19.user.md deleted file mode 100644 index 415e46fe..00000000 --- a/docs/User-Guide_Armbian-Config/System/S19.user.md +++ /dev/null @@ -1,18 +0,0 @@ -# Switch to rolling release -This will switch to rolling releases - -would you like to continue? - -**Command:** -~~~ -armbian-config --cmd S19 -~~~ - -**Author:** Igor Pecovnik - -**Status:** Preview - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/System/S20.user.md b/docs/User-Guide_Armbian-Config/System/S20.user.md deleted file mode 100644 index 9612be54..00000000 --- a/docs/User-Guide_Armbian-Config/System/S20.user.md +++ /dev/null @@ -1,18 +0,0 @@ -# Switch to stable release -This will switch to stable releases - -would you like to continue? - -**Command:** -~~~ -armbian-config --cmd S20 -~~~ - -**Author:** Igor Pecovnik - -**Status:** Preview - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/System/S21.user.md b/docs/User-Guide_Armbian-Config/System/S21.user.md deleted file mode 100644 index caee54e4..00000000 --- a/docs/User-Guide_Armbian-Config/System/S21.user.md +++ /dev/null @@ -1,17 +0,0 @@ -# Enable read only filesystem -This will enable Armbian read-only filesystem. Reboot is mandatory? - - -**Command:** -~~~ -armbian-config --cmd S21 -~~~ - -**Author:** Igor Pecovnik - -**Status:** Preview - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/System/S22.user.md b/docs/User-Guide_Armbian-Config/System/S22.user.md deleted file mode 100644 index 1487cb78..00000000 --- a/docs/User-Guide_Armbian-Config/System/S22.user.md +++ /dev/null @@ -1,17 +0,0 @@ -# Disable read only filesystem -This will disable Armbian read-only filesystem. Reboot is mandatory? - - -**Command:** -~~~ -armbian-config --cmd S22 -~~~ - -**Author:** Igor Pecovnik - -**Status:** Preview - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/System/S23.user.md b/docs/User-Guide_Armbian-Config/System/S23.user.md deleted file mode 100644 index e00ba100..00000000 --- a/docs/User-Guide_Armbian-Config/System/S23.user.md +++ /dev/null @@ -1,14 +0,0 @@ -# Adjust welcome screen (motd) -**Command:** -~~~ -armbian-config --cmd S23 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/System/S24.user.md b/docs/User-Guide_Armbian-Config/System/S24.user.md deleted file mode 100644 index 25886338..00000000 --- a/docs/User-Guide_Armbian-Config/System/S24.user.md +++ /dev/null @@ -1,18 +0,0 @@ -# Install alternative kernels -Switching between kernels might change functionality of your device. - -It might fail to boot! - -**Command:** -~~~ -armbian-config --cmd S24 -~~~ - -**Author:** Igor Pecovnik - -**Status:** Preview - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/System/S25.user.md b/docs/User-Guide_Armbian-Config/System/S25.user.md deleted file mode 100644 index c885d7c8..00000000 --- a/docs/User-Guide_Armbian-Config/System/S25.user.md +++ /dev/null @@ -1,41 +0,0 @@ -# Distribution upgrades - - -*** - -## Upgrade to latest stable / LTS -Release upgrade is irriversible operation which upgrades all packages. - -Resoulted upgrade might break your build beyond repair! - -**Command:** -~~~ -armbian-config --cmd S26 -~~~ - -**Author:** Igor Pecovnik - -**Status:** Active - - - -*** - -## Upgrade to rolling unstable -Release upgrade is irriversible operation which upgrades all packages. - -Resoulted upgrade might break your build beyond repair! - -**Command:** -~~~ -armbian-config --cmd S27 -~~~ - -**Author:** Igor Pecovnik - -**Status:** Active - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/System/S28.user.md b/docs/User-Guide_Armbian-Config/System/S28.user.md deleted file mode 100644 index f7de852c..00000000 --- a/docs/User-Guide_Armbian-Config/System/S28.user.md +++ /dev/null @@ -1,14 +0,0 @@ -# Manage device tree overlays -**Command:** -~~~ -armbian-config --cmd S28 -~~~ - -**Author:** Gunjan Gupta - -**Status:** Active - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/System/SSH.user.md b/docs/User-Guide_Armbian-Config/System/SSH.user.md deleted file mode 100644 index beb7131c..00000000 --- a/docs/User-Guide_Armbian-Config/System/SSH.user.md +++ /dev/null @@ -1,173 +0,0 @@ -# Manage SSH login options - - -*** - -## Disable root login -**Command:** -~~~ -armbian-config --cmd S07 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Enable root login -**Command:** -~~~ -armbian-config --cmd S08 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Disable password login -**Command:** -~~~ -armbian-config --cmd S09 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Enable password login -**Command:** -~~~ -armbian-config --cmd S10 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Disable Public key authentication login -**Command:** -~~~ -armbian-config --cmd S11 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Enable Public key authentication login -**Command:** -~~~ -armbian-config --cmd S12 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Disable OTP authentication -**Command:** -~~~ -armbian-config --cmd S13 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Enable OTP authentication -**Command:** -~~~ -armbian-config --cmd S14 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Generate new OTP authentication QR code -**Command:** -~~~ -armbian-config --cmd S15 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Show OTP authentication QR code -**Command:** -~~~ -armbian-config --cmd S16 -~~~ - -**Author:** Igor Pecovnik - -**Status:** Preview - - - -*** - -## Disable last login banner -**Command:** -~~~ -armbian-config --cmd S30 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Enable last login banner -**Command:** -~~~ -armbian-config --cmd S31 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - diff --git a/docs/User-Guide_Armbian-Config/System/System.user.md b/docs/User-Guide_Armbian-Config/System/System.user.md deleted file mode 100644 index a8799e96..00000000 --- a/docs/User-Guide_Armbian-Config/System/System.user.md +++ /dev/null @@ -1,456 +0,0 @@ -# System wide and admin settings - - -*** - -## Enable Armbian kernel/firmware upgrades -This will enable Armbian kernel upgrades. - -**Command:** -~~~ -armbian-config --cmd S01 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Disable Armbian kernel upgrades -Disable Armbian kernel/firmware upgrades - -**Command:** -~~~ -armbian-config --cmd S02 -~~~ - -**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:** -~~~ -armbian-config --cmd S03 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Install Linux headers -**Command:** -~~~ -armbian-config --cmd S04 -~~~ - -**Author:** @Tearran - -**Status:** Preview - - - -*** - -## Remove Linux headers -**Command:** -~~~ -armbian-config --cmd S05 -~~~ - -**Author:** @Tearran - -**Status:** Preview - - - -*** - -## Install to internal storage -**Command:** -~~~ -armbian-config --cmd S06 -~~~ - -**Author:** https://github.com/igorpecovnik - -**Status:** Preview - - - -*** - -## Manage SSH login options - - -*** - -### Disable root login -**Command:** -~~~ -armbian-config --cmd S07 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -### Enable root login -**Command:** -~~~ -armbian-config --cmd S08 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -### Disable password login -**Command:** -~~~ -armbian-config --cmd S09 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -### Enable password login -**Command:** -~~~ -armbian-config --cmd S10 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -### Disable Public key authentication login -**Command:** -~~~ -armbian-config --cmd S11 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -### Enable Public key authentication login -**Command:** -~~~ -armbian-config --cmd S12 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -### Disable OTP authentication -**Command:** -~~~ -armbian-config --cmd S13 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -### Enable OTP authentication -**Command:** -~~~ -armbian-config --cmd S14 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -### Generate new OTP authentication QR code -**Command:** -~~~ -armbian-config --cmd S15 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -### Show OTP authentication QR code -**Command:** -~~~ -armbian-config --cmd S16 -~~~ - -**Author:** Igor Pecovnik - -**Status:** Preview - - - -*** - -### Disable last login banner -**Command:** -~~~ -armbian-config --cmd S30 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -### Enable last login banner -**Command:** -~~~ -armbian-config --cmd S31 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Change shell system wide to BASH -**Command:** -~~~ -armbian-config --cmd S17 -~~~ - -**Author:** https://github.com/igorpecovnik - -**Status:** Preview - - - -*** - -## Change shell system wide to ZSH -**Command:** -~~~ -armbian-config --cmd S18 -~~~ - -**Author:** https://github.com/igorpecovnik - -**Status:** Preview - - - -*** - -## Switch to rolling release -This will switch to rolling releases - -would you like to continue? - -**Command:** -~~~ -armbian-config --cmd S19 -~~~ - -**Author:** Igor Pecovnik - -**Status:** Preview - - - -*** - -## Switch to stable release -This will switch to stable releases - -would you like to continue? - -**Command:** -~~~ -armbian-config --cmd S20 -~~~ - -**Author:** Igor Pecovnik - -**Status:** Preview - - - -*** - -## Enable read only filesystem -This will enable Armbian read-only filesystem. Reboot is mandatory? - - -**Command:** -~~~ -armbian-config --cmd S21 -~~~ - -**Author:** Igor Pecovnik - -**Status:** Preview - - - -*** - -## Disable read only filesystem -This will disable Armbian read-only filesystem. Reboot is mandatory? - - -**Command:** -~~~ -armbian-config --cmd S22 -~~~ - -**Author:** Igor Pecovnik - -**Status:** Preview - - - -*** - -## Adjust welcome screen (motd) -**Command:** -~~~ -armbian-config --cmd S23 -~~~ - -**Author:** - -**Status:** Preview - - - -*** - -## Install alternative kernels -Switching between kernels might change functionality of your device. - -It might fail to boot! - -**Command:** -~~~ -armbian-config --cmd S24 -~~~ - -**Author:** Igor Pecovnik - -**Status:** Preview - - - -*** - -## Distribution upgrades - - -*** - -### Upgrade to latest stable / LTS -Release upgrade is irriversible operation which upgrades all packages. - -Resoulted upgrade might break your build beyond repair! - -**Command:** -~~~ -armbian-config --cmd S26 -~~~ - -**Author:** Igor Pecovnik - -**Status:** Active - - - -*** - -### Upgrade to rolling unstable -Release upgrade is irriversible operation which upgrades all packages. - -Resoulted upgrade might break your build beyond repair! - -**Command:** -~~~ -armbian-config --cmd S27 -~~~ - -**Author:** Igor Pecovnik - -**Status:** Active - - - -*** - -## Manage device tree overlays -**Command:** -~~~ -armbian-config --cmd S28 -~~~ - -**Author:** Gunjan Gupta - -**Status:** Active - - - -*** - diff --git a/docs/User-Guide_Armbian-Software.md b/docs/User-Guide_Armbian-Software.md new file mode 100644 index 00000000..2b70cd38 --- /dev/null +++ b/docs/User-Guide_Armbian-Software.md @@ -0,0 +1,11 @@ +!!! warning teweew + + Following instructions are valid for next generation of Armbian config utility which is due for integration in **Armbian v24.11**. Until then please follow this installation instructions to test it out: + + +# Armbian Software + +To start the Armbian software section, use the following command: +~~~ +sudo armbian-config +~~~ \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index f438286a..44102bdc 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -119,7 +119,15 @@ nav: - 'System': 'User-Guide_Armbian-Config/System.md' - 'Network': 'User-Guide_Armbian-Config/Network.md' - 'Localisation': 'User-Guide_Armbian-Config/Localisation.md' - - 'Software': 'User-Guide_Armbian-Config/Software.md' + - 'ARMBIAN SOFTWARE': + - 'Overview': 'User-Guide_Armbian-Software.md' + - 'Containers': 'User-Guide_Armbian-Software/Containers.user.md' + - 'Desktops': 'User-Guide_Armbian-Software/Desktops.user.md' + - 'DevTools': 'User-Guide_Armbian-Software/DevTools.user.md' + - 'Management': 'User-Guide_Armbian-Software/Management.user.md' + - 'Media': 'User-Guide_Armbian-Software/Media.user.md' + - 'Netconfig': 'User-Guide_Armbian-Software/Netconfig.user.md' + - 'ARMBIAN BUILD FRAMEWORK' : - 'Overview' : 'Developer-Guide_Welcome.md' - 'Getting Started' : 'Developer-Guide_Build-Preparation.md'