Learn .

Dive into the world of server mastery! Discover articles on hassle-free deployments, smart configurations, efficient processes, and the best tips & tricks every developer needs to know.

How to install PHPMyAdmin on Ubuntu 16.04

PHPMyAdmin

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 where email=’example@gmail.net’;` It is the […]

How to solve “remote host identification has changed”?

remote host identification has changed

Connecting to a remote server through SSH can sometimes lead to frustrating errors, one of which is the dreaded “Remote host identification has changed” warning. This warning can be alarming, but it’s crucial for security purposes as it helps protect against potential man-in-the-middle attacks. In this article, we’ll cover the causes behind this error, why […]

How to Leverage browser caching on WordPress and custom websites

Leverage Browser

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 website when a user does […]

How to setup WordPress with remote database server using ServerAvatar

WordPress with remote database

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. Not only blogs but you […]

How to set up and secure remote MySQL connections

Secure Remote MySQL

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, I will show you how […]

Get Started for Free!

ServerAvatar allows you to manage 1 server and 1 application/site with all essential features, free, forever!