Software / Hosting Control Panels How do I disable Greylisting in SmarterMail?
To disable greylisting (graylisting) you will need to login as an admin and follow these simple steps.
Expand “Domains” and click ...
Software / Linux / Command Line How do I convert text in a file to lower case?
Converting the content of a file to lowercase a simple process using ‘tr’
cat input.txt | tr ‘[:upper:]‘ ‘[:lower:]‘ > output.txt
Remember ...
Software / Microsoft Windows Fixing a blank ipconfig output [Windows XP]
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 ...
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 / Linux / Manuals Manual: crontab
NAME
crontab - maintain crontab files for individual users (ISC Cron V4.1)
SYNOPSIS
crontab [-u user] file crontab [-u user] [-l ...
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 / Linux / Manuals Manual: ps
PROLOG
This manual page is part of the POSIX Programmer's Manual. The Linux implementation of this interface may differ (consult the ...
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 / Microsoft Windows How do I disable Aero snap?
To disable Aero snap (Dragging windows off the edge get arranged into half of the screen):
Click on Start->Control Panel
Select 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 ...