Which SSL Certificate You Need? Pricing of SSL Certificates Varies and SSL Certificate is Difficult To Change - This is a Critical Topic. As we are directly related to Cloud Computing and we are not a seller; often many individuals contact us for asking which SSL Certificate to pickup. Unfortunately, most assume a biggest wrong - just like a $10/year low cost SSL Certificate might not be the right … [Read more...]
Configuring Ngnix Server For Serving HTTPS URLs
Configuring Ngnix server for serving HTTPS URLs are more simple and easy compared to Apache2 Web Server Software. Here is a detailed guide. Previously, we have discussed how to optimize Nginx on Cloud Server after initial installation of Nginx on Rackspace Cloud Server. So your server is easy for serving via port 80. Port 443 by default is off. We need to add another server block, the path to the … [Read more...]
The Evolution of Modern Application Delivery
Application delivery changes itself to follow the evolution of a world in turmoil and the applications are almost always resource hungry. Application delivery is an important stage of application release that is part of the development of the same interest which was born as an area of interest in IT back in 2003 with the objective of optimizing applications and making them faster, more stable and … [Read more...]
Hybrid Cloud is The Door to Internet of Things (IoT)
Hybrid Cloud is protagonist of the new evolution of IT and is able to ensure the growth of new business models with low cost and robustness. Cloud computing and more specifically, the hybrid cloud may be the right way to allow corporate business to grow and innovate in the field of Internet of Things (IoT). As for the concern around safety and Internet of Things are going, our own prediction on … [Read more...]
Fix WordPress 404 Errors For Non Existing URLs
It is usual to get huge 404 errors like that of post images in Google WebMasters Tools. Here is permanent fix for these WordPress 404 errors. Usually we face three or four types of 404 errors. These can get exacerbated when Google Bots re-crawls the whole site, usually an old site again for some reason - change in server (crawl increases on A Grade web hosts due to many factors), change in domain … [Read more...]
Docker and Development of Cloud Container
Docker sold their dotCloud Platform as a Service business to a German Company. The decision to sell dotCloud is not accidental. As we wrote before, Docker becoming the centre of interest to the Cloud Providers, the recent concentration that the larger IT multinationals have dedicated to Docker, only for a big part - Container Based Virtualization. And concentration is synonymous with the … [Read more...]
Separate MySQL Database Setup on Rackspace Cloud Server
Here is a Step by Step Guide on How To Setup a Separate MySQL Database Server on Rackspace Cloud Server and Connect From FTP Server Easily. For scalability on cloud computing platform, we need to distribute the load. To run WordPress like CMS, it is almost mandatory to separate the application server from FTP server. In our case, the application server is MySQL Database Server; MySQL by default is … [Read more...]
Nginx Cartridge for OpenShift PaaS
Here is ready to use Nginx Cartridge for OpenShift PaaS. You will need to use OpenShift Command Line Tool for better control of installation. Apache2 is default web server software for OpenShift PaaS, but here is a special Nginx Cartridge for OpenShift. Nginx Cartridge for OpenShift PaaS : Source Code and Basics This Nginx Cartridge for OpenShift PaaS is developed by a … [Read more...]
Time To First Byte (TTFB) Demystified
In this article on Time To First Byte (TTFB), we have explained the relationship with good host, latency, CDN and how to know TTFB with cURL. Usually uneducated peoples who were last benchers in school found SEO is a way make quick money. Most has not a single masters' degree on science. Practically the things are logical. Rocket science is nothing but Newton's Law! Time To First Byte (TTFB) is … [Read more...]
Optimizing Nginx (nginx.conf) on Cloud Server
This guide for optimizing Nginx is related to the needed modification of the [crayon-69e809f1147bd053517407-i/] file on Cloud Server. Optimization will differ on Bare Metal. Practically we are using a multi tenant environment, even if on an instance there is Multi Core Processor, essentially they are virtual. There will be definite difference with physical multi-Core processor based computer vs. … [Read more...]
Create Graph From MySQL Data
It is quite practical thought to create graph from MySQL Data - the need can be for a standalone Cloud App or server stat on WordPress dashboard. We have talked about really lot of different libraries to create various types of charts and graphs - c3 Chart Library, Peity, Epoch. Everything basically depends on situation and need. We are using MySQL Database to store the data. So, it is better to … [Read more...]