How to Install IMAP for PHP and Apache Fairly straightforward but I always forget: sudo apt-get install php-imap sudo phpenmod imap sudo nano/etc/php/7.0/apache2/php.ini Add imap.so to the loaded...
How to Redirect IP Address to Your Domain Name Here's how to block people from accessing your site via IP Address with Apache and redirect it to your domain name.
How to Safely Restart Your Ubuntu Server I prefer to stop mysql server before I reboot, although it’s likely performed by the restart sequence. Stopping MySQL reduces...