Internet / Email How do I test SMTP Auth using telnet?
To test AUTH LOGIN
Prepare the username and password by encoding them as follows:
$ perl -MMIME::Base64 -e 'print encode_base64("user\@domain");'dXNlckBkb21haW4=
$ perl -MMIME::Base64 ...
Software / Linux / Command Line How do I graphing mysql statistics in Cacti?
Graphing mysql statistics in Cacti
The HOWTO below will guide you through creating statistics graphs for MySQL usage in Cacti.
We have ...
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 / Virtualisation How do I make a KVM Virtual Server start on reboot?
Run the following command replacing SERVER_NAME with the name of the VM.
virsh autostart SERVER_NAME
You should then be notified the Domain ...
Software / Linux / Command Line How do I rename a KVM VM?
This example works on Debian 13, but will likely work on other distributions too (CentOS 7).
Save a copy of the ...