How to start a blog?
any of us have, had or at least considered having a blog at one point or another. Blogs occupy a huge part of the internet, which has recently been confirmed by a study showing that 77% of the active internet users read them on a regular basis. What makes blogs a preferred option for a lot of the users is [...]
Types of web hosting services
Not many peoples know about all types of webhosting services available today. Most of them, look for cheapest and most affordable hosting plan and basically pick a shared plan.However, depends on customer (private person or business company) they should look for best fit, before anything else So, here are all existing types of website hosting services: Shared Dedicated Colocation Reseller Virtual [...]
How to stop spam on Drupal
Comment spam is an annoying problem for most of the CMS administrators, whether it is a Drupal, Joomla or WordPress, they all share this vulnerability to some extent. This article is a part of the series we are posting about the issue, focusing this time on Drupal spam prevention. Starting off with the most widely used spam-fighting module: Mollom mollom-logoMollom [...]
5 Reasons to Avoid Cheap Cloud Hosting
Poor Page Load Speed Cloud Hosting, in general, is known for its fast page load speed and scalability. In fact, according to a report by Hubspot, the ideal page load speed for a website’s HTML should be less than 1.5 seconds. Given these statistics, it is evident that Cloud Hosting is the most logical choice for blazing fast website speed. [...]
Creating a RAM Disk on Linux system
Linux has the native ability to support two filesystem types that allow for RAM-based storage: ramfs and tmpfs. A RAM disk can give faster-than-SSD read and write speeds ideally suited for applications that rely heavily on cached data. The key difference between ramfs and tmpfs is that ramfs does not take a maximum capacity, which could potentially give us problems, [...]