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 / 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 / Hosting Control Panels How do I log into SmarterStats as the admin?
To login into Smarter Stats as the admin user you need to use:
Site ID: admin
Username: admin
Password: <your password>
You should now ...
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 ...