Hosting Control Panels: How do I disable Greylisting in SmarterMail? Answer: To disable greylisting (graylisting) you will need to login as an admin and follow these simple steps.
Expand “Domains” and click on “All Domains” and find ...
Command Line: How do I convert text in a file to lower case? Answer: Converting the content of a file to lowercase a simple process using ‘tr’
cat input.txt | tr ‘[:upper:]‘ ‘[:lower:]‘ > output.txt
Remember the input.txt and output.txt can ...
Hosting Control Panels: How do I fix Unable to connect to database: saved admin password is incorrect (Plesk)? Answer: ERROR: PleskFatalExceptionUnable to connect to database: saved admin password is incorrect.
0: /usr/local/psa/admin/plib/common_func.php3:190psaerror(string ‘Unable to connect to database: saved admin password isincorrect.’)1: /usr/local/psa/admin/auto_prepend/auth.php3:93
The following instructions assume ...
Microsoft Windows: Fixing a blank ipconfig output [Windows XP] Answer: 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 “OK”.
Type the command “regsvr32 netshell.dll” ...
Command Line: How do I graphing mysql statistics in Cacti? Answer: Graphing mysql statistics in Cacti
The HOWTO below will guide you through creating statistics graphs for MySQL usage in Cacti.
We have modified the authentication to use ...