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 run a backup for a single account in DirectAdmin?
Set the USER variable to the account name to backup.
USER="example"
echo "action=backup&append%5Fto%5Fpath=nothing&database%5Fdata%5Faware=yes&email%5Fdata%5Faware=yes&local%5Fpath=%2Fhome%2Fadmin%2Fadmin%5Fbackups&owner=admin&select%30=$USER&type=admin&value=multiple&when=now&where=local" >> /usr/local/directadmin/data/task.queue
...
Software / Linux / Manuals Manual: vi
PROLOG
This manual page is part of the POSIX Programmer's Manual. The Linux implementation of this interface may differ (consult the ...
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 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 ...