Software / Linux / Command Line How do I manually install clusterctrl?
If you're using one of the provided ClusterCTRL images the cluserctrl tool will already be installed but those using the ...
Software / Linux / Command Line How do I list all packages and versions on Ubuntu?
To list installaed software and the versions numbers first install apt-show-versions
sudo apt-get install apt-show-versions
They run apt-show-versions which will display currently ...
Hardware / Cluster HAT / Cluster CTRL How do I write new firmware to Cluster Stack?
Control of the ClusterCTRL Stackis done using an ATmega328P (or ATmega328PB), the IC can be reprogrammed using either a standard ...
Hardware / Cluster HAT / Cluster CTRL How do I write new firmware to Cluster Stack
Control of the ClusterCTRL Stackis done using an ATmega328P (or ATmega328PB), the IC can be reprogrammed using either a standard ...
Hardware / Cluster HAT / Cluster CTRL How do I write new firmware to Cluster Triple?
Control of the Cluster Triple is done using an ATmega328P (or ATmega328PB), the IC can be reprogrammed using either a standard ...
Hardware / Cluster HAT / Cluster CTRL How do I write new firmware to Cluster Triple
Control of the Cluster Triple is done using an ATmega328P (or ATmega328PB), the IC can be reprogrammed using either a ...
Software / Linux / Command Line How do I disable NetworkManager?
If you want to configure your network devices manually via /etc/network/interfaces you can remove the service. Firtstly configure your network ...
Software / Linux / Command Line How do I enable mDNS/zeroconf/Bonjour on Armbian?
To allow <hostname>.local domains to be resolved on Armbian install the following.
sudo apt-get install avahi-daemon libnss-mdns libnss-mymachines
You should then be ...