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 [...]
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 load [...]
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 [...]
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 [...]
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 [...]
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 [...]
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 [...]
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 [...]