MikroTik OpenVPN – Server & Client Setup
I live in a underdeveloped country of South Asia, when I visit the Internet, my network identity appearing as from a poor country. But, I want to make my home network to a rich country like USA or UK. So, [...]
WHMCS – Amazon SES – SMTP Error: Could not connect to SMTP host
Problem sending mail via Amazon SES ? Are you getting error on WHMCS after smtp configuration ? We want to use Amazon SES (Simple Email Service) smtp in our WHMCS system. But, after configuration we may get error message from [...]
Convert SSL Certificate to PFX via cPanel
We can convert an SSL Certificate to a .pfx file for Windows server. Requirement: WHM /Terminal access. Login to WHM panel, and open Terminal: 1) Store your private key file to the /backup directory. nano /backup/private.key Paste your private key [...]
cPanel CloudLinux – Things to do for PHP Modules & Extensions
When you first install CloudLinux in cPanel, you may got issue on php modules and extensions such as ioncube, MySQL extention, etc. WordPress users may got the message: Your PHP installation appears to be missing the MySQL extension which is [...]
Mount Amazon S3 Bucket As Local Drive (CentOS)
How to mount s3 bucket as a local drive on CentOS ? Here I'm going to set this up step by step... We will use s3fs-fuse to integrate amazon s3 bucket into a CentOS Linux machine as a local drive. [...]