This article is complimentary to the previously published article What Are the Advantages of Cloud Server Over Dedicated Server for WordPress. Even the $100/month dedicated servers offer certain advantages over cloud server for the purpose of hosting WordPress. While the list of reasons why cloud servers are superior to running WordPress is endless, it is true that on a dedicated server, you are … [Read more...]
Cloud Computing
Cloud computing is becoming more and more important. Here are articles on Cloud Computing,Cloud Server,SaaS,PaaS,IaaS and Cloud related technology.
What Are the Advantages of Cloud Server Over Dedicated Server (for WordPress)
Premium cloud servers from reputed web hosts (including IBM, Fujitsu, and also Linode's dedicated CPU) offer several advantages over cheap dedicated servers. The 100% warranty of what you'll receive is only present for colocation hosting. Colocation is super costly, and complicated, adding extra headaches and expenditures. The reason cloud servers have been a popular choice over any kind of … [Read more...]
MySQL Vs MariaDB for WordPress
Earlier, we used to suggest Percona MySQL for WordPress. At this moment, we are inclined towards MariaDB. Although MariaDB is a fork of the "original" MySQL, these two database management systems are quite different in certain aspects. In real life, except 1-2 features, you will unable to feel the difference between MariaDB, Percona and MySQL. What Makes MySQL Different From MariaDB for … [Read more...]
Setup Varnish Cache with Apache and TLS/SSL Termination
Varnish demands experience and keeping an eye on your server. For that reason, test this guide on a non-production, non-money-making site with SSL. It will cost $5/month or less to host such a WordPress site on a VPS. If you manage the HTTPS site with Varnish for a couple of months, you'll gain some confidence. If ever Varnish started to throw errors on your production server, you have to … [Read more...]
How to Increase the WordPress Upload Size Limit (Ubuntu, Apache, MPM Event)
To follow this guide, your WordPress is required to be installed on a VPS or a cloud server or a dedicated server with root privileges on SSH. This guide does not apply to WordPress sites that are using shared hosting (such users can use WordPress plugins which increases the limit). LAMP server customization is complicated since not everything is documented clearly. It is common to try changing … [Read more...]
How to Protect WordPress wp-login Page on Cloud & Dedicated Server
There are many ways to protect the wp-login.php webpage, at least limit the attempts. For a single server single website setup, we should try to avoid (i) hosting a mail server on the web server and (ii) self-hosted forms. Today, there are many types of SaaS which provide the required services. If you ever forget your login password, you can reset it from the MySQL command line. … [Read more...]
What Is Offshore Hosting?
Generally offshore means "in a different country" or "outside the country" or simply "abroad". In the old days, waterways were the mode of transport for longer distances. Valuable people used to build houses in friend countries to hide their asses in difficult times. The purpose of offshore hosting is similar. Generally living in the US and hosting your site in India or vice versa is usually not … [Read more...]
Advantages and Disadvantages of RAID 1
In our earlier article, we have explained the types of RAID used in real life. RAID 1 consists of the use of n number redundant disks where each disk in the pool contains the same data at all times, hence we use the word "mirroring" to denote RAID 1. RAID 1 is a popular data storage technology for the operation of server applications particularly for entry-level to mid-range servers. But what … [Read more...]
Understanding RAID Arrays for Dedicated Servers
RAID is a set of storage virtualization techniques that distribute data across multiple hard drives to improve either performance, security, or fault tolerance for the entire system(s). Since its inception, the main feature of RAID architecture has been its ability to combine multiple low-cost storage devices and common technology into a single array, so that this grouping offers increased … [Read more...]
How to Install OpenLiteSpeed on Ubuntu Server
OpenLiteSpeed is the open-source edition of the LiteSpeed web server by LiteSpeed Technologies of China. It belongs to the closed-source segment and you have to install the PHP component from their repo. At the time of writing this guide, this web server supports HTTP/3. It supports a lot of Apache web server modules but there are differences with Apache. Unlike Apache, it provides a web-based … [Read more...]
What Elasticity in Cloud Computing Means?
Elasticity in cloud computing is the ability of this cloud to adapt to application needs as quickly as possible. There are several definitions according to various authors, some considering the notions of scalability and elasticity as identical, others as distinct. The advent of such distributed systems inevitably leads to technical problems that must be solved or limited. At the economic … [Read more...]