Internet / Email How do I see queued messages in qmail?
To view a count of the messages in qmail
/var/qmail/bin/qmail-qstat
To view more details on the messages in the queue
/var/qmail/bin/qmail-qread
To view 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 / Hosting Control Panels What is the MySQL password for OnApp installation?
You can view the MySQL database name and password for an onapp in the following file.
cat /onapp/interface/config/database.yml
You can then use ...
Software / Linux / Command Line How do I see the progress of a dd?
To view the current position of a dd you need to send signal SIGUSR1
You can either find the pid of ...