by Joel | Jul 9, 2019 | aws, MySQL
We are going to see how we can migrate an existing database on MySQL / MariaDB to an already running RDS Instance on the AWS. Take the MySQLdump of the needed database. mysqldump -u username -p databasename –single-transaction –quick...
by Joel | Jun 28, 2019 | cPanel/WHM, Virtualmin
cPanel is changing their pricing structure and introducing massive hikes.Instead of the traditional 15-20$ / server, they are going to have it based on the number of accounts per server. https://www.cpanel.net/pricing/ For a server with upto 30 accounts, it costs you...
by Joel | Nov 17, 2018 | aws, cPanel/WHM, Mail service
In this post we will see how we can configure some domains in the server to relay through the amazon ses service and other domains which we dont want to go through ses to send via the local exim MTA. First create the file /etc/excludeindomains and add the domains...
by Joel | Oct 25, 2018 | Mail service, Plesk
Facing issues in uploading attachments to roundcube ? Last day, was not able to attach a PDF through webmail. Apache error logs showed the following : [Date [:error] [pid 12345:tid 123456789] [client xx.xx.xx.xx] [client xx.xx.xx.xx] ModSecurity: Access denied with...
by Joel | Jul 16, 2018 | aws
Taking automatic snapshots of ec2 volumes is currently not as ‘automatic’ as the case with an RDS instance in which we can fully automate it. However with AWS Ops Automator and CloudFormation, we can come up with a solution to automate the creation /...