lnmp

Google Page Speed service is the Google’s answer to Cloudflare and I have decided to give it a try on this blog to see how it works and if it makes my site faster. Normally I’m not much in to CDN’s because I could gain similar performance for less cost by using an tuned nginx […]

{ 5 comments }

Nginx Auto Installer minor update

by Ruchira on May 17, 2013

You might know about the Nginx Auto install script listed on this blog . Its been almost 3 years since I have released my first modified version of it. Those days my version brought a lot of changes to the original version because my version came with the latest versions of Nginx , PHP.  But later on the […]

{ 2 comments }

How to install PHP APC on LNMP

by Ruchira on May 13, 2013

Note : This is a part of https://www.ruchirablog.com/nginx-autoinstaller/ guide. APC Alternative PHP Cache, is a nice little caching add-on to PHP which can increase the performance of PHP significantly. APC works by optimizing the PHP compiler and storing the final compiled code in the memory. So this saves the burden of having to retrieve the source file from the disk […]

{ 2 comments }

How to enable IPv6 on Nginx

by Ruchira on April 23, 2013

We all know that IPv4 addresses are depleting really fast. But still IPv6 adoption is nowhere near it should be. For example IPv6 adoption in mexico is 0.00% as of Google Ipv6 statistics report . Even though the IPv6 adoption among the internet users is low, most Dedicated and Virtual Private Server providers are already offering IPv6 support. […]

{ 0 comments }

How to install LNMP on Ubuntu,Debian,Centos

by Ruchira on January 10, 2013

  Linux,Nginx,Mysql and PHP is the best way to go if you are considering to give your site a speed boost by switching away from Apache. However setting up LNMP stack is little bit hard if you are newbie on linux. To automate things there is lnmp auto installer from lnmp.org and I was featuring […]

{ 2 comments }

If you work on servers you might probably know bigdump  which is used to restore the mysql databases without using the shell, Bigdump is a life saver when you don’t have access to shell or when you are a noob. But dont get me wrong it has its own troubles too, such as handling database […]

{ 0 comments }

Amazon EC2 compute cloud is the new trend of the hosting world. EC2’s ability to scale and flexibility has become the key for medium to large scale enterprise users to get started with the cloud, You can host your blog on it, or you can build your own supercomputer out of it, there are unlimited […]

{ 0 comments }

LNMP V0.8 The complete Nginx auto installer!

by Ruchira on January 1, 2012

I have published article about my modified nginx auto installer about little over a year ago. Which can be found here. Which got somewhat famous and counted over 1000 installs. The framework which I was used was came from a chinese developer called licess and the framework now has been evolved a lot and now […]

{ 30 comments }