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 / Microsoft Windows Fixing a blank ipconfig output [Windows XP]
This came about after installing Panda Software Internet Security 2008 [12.00.00]
Resolution
Click the Start button and select Run.
Enter “cmd” and press ...
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 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 ...