by Ruchira on November 23, 2010
Well its really nice to see that my modified LNMP installer is getting nice popularity! And its also nice to see lots of people used this guide to setup their servers as of now. You all know this is modified script and original rights goes to www.lnmp.org . What I did is simple modifications to original script.
Changelog 0.5.1
- Actually LNMP0.5RB script places a script called “prober” its located on /p.php on home directory and it shows all server data when viewing p.php so if you forget to delete it after installing it might be security risk. So on 0.5.1 I have decided no to install prober automatically when running script.
- And one problem that we had on 0.5RB the script itself rewrites local server time to china shanghai time. I dont know why original developer wanted this kind of thing. So I have removed that now it keeps your local time zone without rewriting it to china time!
- Installation process simplified with clear details when installing. Actually this is just minor change as LNMP is itself very simplified. Script searches for some scripts like nginx is already exists or not and used to give output called Error: So its bit misguiding, So I have cleaned up the code for newbies so they don’t need get scared seeing error!
- Software packages like php,mysql.,etc moved to my own server which runs on 1Gbps pipe so it makes installation faster. I have did because some users reported that some times previous host unavailable to pull the packages.
So there is nothing major updates on 0.5.1 its just security release for newbie users.
What should i do to update my 0.5 to 0.5.1 ?
- As said nothing major. If you are already running LNMP0.5RB please delete prober placed on /p.php and php info file located on /phpinfo.php as it might pose security vulnerability.
And kudos for all your support so far!
You can find updated LNMP0.5.1RB here http://www.ruchirablog.com/nginx-autoinstaller/
by Ruchira on November 18, 2010
*Jeez* Hong Kong bank guy use yahoo mail account to do business!

by Ruchira on November 9, 2010

Well im using 25 wordpress plugins *jeez* .Some of them are resource hungry and I have tried more than 50 plugins but ended up removing unnecessary things. Here is the list what is currently active.
- Akismet, (Akismet checks your comments against the Akismet web service to see if they look like spam or not.)
- All in One SEO Pack (Out-of-the-box SEO for your WordPress blog.)
- Autor Exposed (Simple and elegant way to get more information about author.)
- Comment Relish ( Increases your readership and RSS subscription rate by simply sending a short ‘Thank You’ message to users when they first comment on your site.)
- Contact Form with Captcha (Simple Contact Form with Captcha Enabled)
- DamnSexyBookmarks ( DamnSexyBookmarks adds a (X)HTML compliant list of social bookmarking icons to each of your posts.)
- Do Follow (Removes the evil nofollow attribute that WordPress adds in comments.)
- Easy AdSense (Easiest way to show AdSense and make money from your blog.)
- Fast Secure Contact Form (Fast Secure Contact Form for WordPress. The contact form lets your visitors send you a quick E-mail message)
- Google XML Sitemaps (This plugin will generate a special XML sitemap which will help search engines like Google, Yahoo, Bing and Ask.com to better index your blog.)
- MobilePress (Turn your WordPress blog into a mobile website/blog.)
- Permalinks Moved Permanently (When permalink isn’t found, this checks if a post with the requested slug exists somewhere else on your blog.)
- Posts by Author (At the bottom of every post, links are shown for that author’s last X posts. See options page for config.)
- Redirection (Manage all your 301 redirects and monitor 404errors)
- Robots Meta (This plugin allows you to add all the appropriate robots meta tags to your pages and feeds, disable unused archives and nofollow unnecessary links.)
- SEO Friendly Images (Automatically adds alt and title attributes to all your images. Improves traffic from search results and makes them W3C/xHTML valid as well.)
- SEO Slugs (Removes common words like ‘a’, ‘the’, ‘in’ from post slugs to improve SEO.)
- SEO Smart Links (SEO Smart Links provides automatic SEO benefits for your site in addition to custom keyword lists, nofollow and much more. )
- Top Commentators plugin (Adds a sidebar widget to show the top commentators in your WP site.)
- Twitter for WordPress (Displays your public Twitter messages for all to read. Based on Pownce for WordPress by Cavemonkey50.)
- W3 Total Cache
The fastest and most complete WordPress performance plugin. Dramatically improve the speed and user experience of your site. Add browser, page, object and database caching as well as minify and content delivery network (CDN) to WordPress.
- WordPress Related Posts
Generate a related posts list via tags of WordPress
- WP-PageNavi
Adds a more advanced paging navigation to your WordPress blog
- WP-UserOnline
Enable you to display how many users are online on your WordPress site
- WP Memcached Manager
A simple tool to manage memcached server(s) from inside the WordPress admin interface.
PS-Showing your plugins on public is not a good habit! Some of them might be vulnerable for hacking!
by Ruchira on November 5, 2010

Well, Pagerank is rotting these days. People keeps asking when? this week? next week? And most of people including myself now begun to hate pagerank because BigG looks like too lazy to push the Big Red button to update page ranks.
Why I dont think google will just stop updating the pagerank,
- Pagerank is one fact helps google to take over the internet
Link sales 99% based on Pagerank no matter you get 10 visitors a day if you got PR5 you can earn money. Traffic is not the fact for links sales these days.
by Ruchira on November 4, 2010
by Ruchira on November 4, 2010
This guide is about setting up your domain name to work with your vps or dedicated server remotely. It means without running DNS server like BIND,DJBdns locally on your server.
This guide is a part of LNMP0.5RB full web site setup guide!
You have little bit of a advantage of running your dns server remotely because it saves you some available ram on your server and allow you to easily setup failovers.So on this guide I’ll explain about setting up you domain on godaddy to work with LNMP0.5RB setup
You can use godaddy’s dns for free to point to your server. To do this you need to setup your domain to use godaddy’s DNS.
-
Park your domain with godaddy
If you already setup your domains for use another name server ex- in this pic ns*.linode.com

You will see – Total DNS
Total DNS: (Not hosted here)
[click to continue…]
by Ruchira on November 3, 2010
This post is also a guide to setup fully functional website with LNMP0.5RB
If you have SSH access to your vps or dedicated server you dont need to install FTP to upload your web site files to your server. You can use Filezilla to connect using SFTP to your server all you need to do is enter your ip address and root login details and also your SSH port on the filezilla port field.

You can use this method to upload files to your new LNMP0.5RB server so you dont need to install FTP deamon.
Your website directory is /home/wwwroot/ is you are using LNMP0.5RB setup!
by Ruchira on November 3, 2010
Nginx is claimed to me fastest web server software in the world. Most of people still use apache because ease of use and most of popular server control panels like cpanel is supporting apache. Apache is great web server if configured properly but its unstable,little bit memory and cpu hungry than nginx.
Unfortunately control panels for nginx like cpanel for apache is not available yet. So people needs to configure it by issuing SSH commands. Like working on DOS without windows 7.
A Chinese web developer called “Licess” wrote a nice script which installs and configure nginx for non tech savvy users. its official web page is www.lnmp.org and its free.
One disadvantage of that script is it doesnt install latest version of nginx (for now latest is 0.8.53) it installs legacy stable version. Actually its not major disadvantage but people kept asking for latest version. So I decided to modify his great script little bit to use the latest and greatest version of nginx. I call my modified script as LNMP0.5RB and original version is LNMP0.5 .
Whole credits goes for licess as original developer. And you can find the details about my modified installer script here- http://www.ruchirablog.com/nginx-autoinstaller/