Similar Posts
Protected: How to Configure Cpanel/WHM to Backup to Amazon S3 (Step by Step of Enabling Permissions in AWS)
There is no excerpt because this is a protected post.
Exim mail server Useful Commands
While the mailserver generally requires little interaction for those sending or receiving average volumes of email, there may be times when you wish to manage Exim’s settings. To do so, first log in to your server in a terminal client using secure shell (SSH). Use the following commands to work with Exim. Display the number…
Deleting many files – the easy way – [Argument list too long]
If you’ve ever gone in to a directory, for example a mail or log directory, and wanted to clear it of its contents, but faced an error like this: /bin/rm: cannot execute [Argument list too long] We have a solution for you. It’s nice and simple, and easy to remember. Paste and run the command…
Protected: Bash scripts to backup all databases in a MySQL server with the option to exclude some databases.
There is no excerpt because this is a protected post.
Using Multiple SSL Certificates in Apache with One IP Address
About the TLS Extension Server Name Indication (SNI) When website administrators and IT personnel are restricted to use a single SSL Certificate per socket (combination of IP Address and socket) it can cost a lot of money. This restriction causes them to buy multiple IP addresses for regular https websites from their domain host or…