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 ...
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 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 ...
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 ...
Software / Linux / Manuals Manual: crontab
NAME
crontab - maintain crontab files for individual users (ISC Cron V4.1)
SYNOPSIS
crontab [-u user] file crontab [-u user] [-l ...
Software / Hosting Control Panels How do I install Softaculous on cPanel?
To install Sofaculous follow these simple instructions:
Login via SSH to the server (as root, or "su - root" if accessing ...
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 ...
Software / Linux / Command Line How do I setup VNC for a user on Centos 7?
To setup your server to run a full desktop VNC session first we need to install the required packages.
yum groupinstall ...
Software / Linux How do I setup SNMPd on CentOS 7?
To setup SNMP daemon firstly install the required packages.
yum install net-snmp net-snmp-devel net-snmp-libs net-snmp-utils
Then edit the main configuration file
vi /etc/snmp/snmpd.conf
Find ...
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 ...