Anwar

Posts

Export and import Cpanel website

https://documentation.cpanel.net/display/1144Docs/Restore+Package+Script

Cpanel hosting to Cpanel hosting site transfer

https://www.godaddy.com/help/migrating-your-cpanel-site-from-hostgator-to-godaddy-8971 Migrating Your cPanel Site from HostGator to GoDaddy If you want to migrate your site hosted by HostGator to GoDaddy, you can use cPanel’s...

Sendgrid plugin for multi wordpress

I found this https://wordpress.org/support/topic/multisite-compatibale https://wordpress.org/support/topic/multisite-216 https://wordpress.org/support/topic/multisite-settings-2

Apache2: Could not reliably determine the server’s fully qualified domain name

I googled it and have come across the following solutions, all of them involve changing the ServerName setting in httpd.conf: ServerName localhost ServerName www.example.com:80 ServerName...

Clearing Your DNS Cache

Your DNS cache stores the locations (IP addresses) of pages you have recently viewed. If the location of the page changes before the entry in...

How do I remove a full directory in Linux?

To remove a directory that is full with other files or directories, use the below command. rm -r directory In the above example, you would...

Installing PEAR Mail for PHP On Ubuntu

You need to run these commands in putty sudo apt-get install php-pear sudo pear install mail sudo pear install Net_SMTP sudo pear install Auth_SASL sudo...

Amazon EC2 Auto Scaling

In traditional IT world, there are limited number of servers to handle the application load. When the number of requests increases the load on the...

Amazon ec2 Lamp server

Tutorial: Installing a LAMP Web Server on Amazon Linux The following procedures help you install the Apache web server with PHP and MySQL support on...