Guides

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

{ 2 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 [...]

{ 2 comments }

How to upload files without FTP

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

{ 2 comments }

LNMP0.5RB released!

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

{ 0 comments }

Page 5 of 11« First...34567...10...Last »