Guides

Web hosting become nice business these days. I know people are saying this cloud computing age and shared and dedicated hosting are going to dead. I think 95% of people who has web sites doesn’t even know about the structure of cloud hosting. So shared hosting,vps and dedicated still rule the web hosting field! Here […]

{ 0 comments }

If you are running wordpress in your vps or dedicated and if you are newbie to linux it will be hard to fix if something goes wrong. Also if your server is sending thousands of emails per day with wordpress and got blacklisted on gmail,yahoo accounts it will be real pain. And you will need […]

{ 2 comments }

Text editor for programmers notepad++

by Ruchira on December 5, 2010

Editing simple HTML or PHP script with notepad is not actually very good practice because editing large code pages such as big CSS table is very hard with notepad even with “Word wrap” . And if you are on Windoze making linux bash scripts on notepad is terrible because it doesn’t saves unix bash script […]

{ 0 comments }

Simple PHP Web uptime script

by Ruchira on December 5, 2010

Having 100s days of server uptime with your shiny linux box? Wanna showoff like I want to do? 😛 Or want to monitor server uptime without SSHing to server? There is nice way to showoff your uptime in simple PHP script which requires nothing fancy changes on your linux box. Ill will display system time […]

{ 4 comments }

Find out uptime of a server without SSH

by Ruchira on November 28, 2010

If you have a VPS or dedicated server you might be definitely interested on keeping long uptime record ( Online time of server without restart). But if you have VPS or dedicated server you will probably have SSH access to your server so you can view uptime using just 1 easy command below uptime But […]

{ 4 comments }

LNMP0.5.1RB released

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 […]

{ 4 comments }

See how fast LNMP0.5RB with memcached

by Ruchira on November 4, 2010

I have done my full nginx setup guide any newbies can use this guide to install+configure all the necessary things to run their site within 30 minutes. This blog runs on LNMP0.5RB setup on 512MB  XEN VPS additionally memcached is installed to cache database and objects. Images hosted on amazon cloudfront to reduce disk usage […]

{ 0 comments }

How to setup DNS with godaddy

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 […]

{ 4 comments }