Manage Domain On Apache Based Linux Server

htaccess tutorials

If you are on a shared hosting, you don't have to worry about it that much, as you get a nice control panel to manage domains easily. Well, if you now move to a VPS or dedicated server, you can still have it easily with help of cpanel or such … [Read more...]

How To Setup A Domain With AWS Route 53

AWS Route 53 Tutorial

Are you reading this tutorial as a part of the aws tutorials series? If yes, then I assume you have completed up to the part of setting up LAMP stack on your ubuntu EC2 instance. And you can write basic script through terminal and see it live on the … [Read more...]

How To Install LAMP Stack On Ubuntu Server

Install LAMP On Ubuntu

OK, As we now know how to connect to amazon EC2 instance remotely, it's time for us to go ahead one step ahead to install LAMP stack on Ubuntu EC2 server instance. We will install Apache, PHP and MySQL separately and will bind them together and get … [Read more...]

How To Connect To Amazon EC2 Instance From Local PC

Set Up Amazon EC2 Linux Instance

This article of amazon web service tutorial series , aims to show you step by step how you can connect to amazon EC2 instance remotely right from your PC so that you can manage it in the ways you wish. I hope, you have already know about setting up … [Read more...]

Getting Started With Amazon EC2 Linux Instance

Set Up Amazon EC2 Linux Instance

Today, we will explore how to set up an amazon EC2 Linux instance (micro) in the cloud and get it running successfully. We will also see how to attach an elastic ip to our instance and discuss about some points/facts which we will need to be aware … [Read more...]

Get Cloud Server Under AWS Free Usage Tier

AWS Free Tier

This is the first post among my AWS tutorials series for developers, for beginners. Goal of this article is to show you, in my point of view, why you may want to use AWS over other cloud service providers (such as Rackspace, HPCloud etc) and how … [Read more...]

AWS Tutorials – Amazon Web Service For Developers

aws tutorials

Recently, I did signed up with aws free one year trial and set up a fully functional virtual dedicated cloud hosting server for my new web application. Since then, I was thinking of writing a series of amazon web service tutorials which will help … [Read more...]

Improve Website Speed With mod_pagespeed

mod_pagespeed tutorial

Few months earlier, Google announced about their new developed Apache module, mod_pagespeed on their googlewebmaster's blog post. This is a apache module, which can be installed just like other apache modules and its command directives can be used on … [Read more...]