How to install PHP imagemagick extension
PHP imagemagick extension is used to modify and create images using imagemagick API. Some WordPress plugins or some packages might require you to have PHP imagemagick installed in your configuration. By default, ServerAvatar does not install imagemagick PHP extension on your servers. To install the module, Just follow this tutorial. It’s very easy […]
How to install PHPMyAdmin on Ubuntu 16.04
MySQL is hard to deal with in case you don’t know SQL queries. For example, If you want to select a user that has specific email address example@gmail.net from users table, You will have to execute the following query in your MySQL console to select a record. mysql> SELECT * from users […]
How to solve “remote host identification has changed”?
Connecting to a remote server through command line or tools that use SSH can be a pain in the brain sometimes. We understand the situation when everything seems perfect but does not function properly. Here is the error you might be facing right now. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION […]
How to Leverage browser caching on WordPress and custom websites
It is crucial to optimize your website for performance when it comes to user experience. There are many ways to optimize your website for performance. In this article, We will talk about browser caching which works on the client side, and it will also improve the load time of your […]
How to setup WordPress with remote database server using ServerAvatar
WordPress is a big deal right now. It is because nearly 30% of the websites run on WordPress. Some of the huge sites and blogs like Techcrunch, BBC America, and Facebook Newsroom are running on WordPress. It is because WordPress is easy to use and has a massive repository of paid and free plugins. […]
How to set up and secure remote MySQL connections
Scaling is always done in a hurry! Like dividing a web application into two different servers to manage more traffic and distribute the load over multiple servers. Or having multiple web servers accessing data from a single database server. Remote MySQL database connection is the solution here! In this guide, […]