How to configure haproxy load balancing on amazon ec2

Many people take amazon EC2 cloud hosting. Amazon does gives the load balancer for application load balancing. But Amazon load balancer is not that much good. Amazon load balancer is not working on hardware or software base. That balancer just … Continue reading

How to connect the amazon instance through linux command prompt

There are many articles we can found for to connect to amazon ec2 machine though ssh. But all I found for windows. Using putty and putty key gen tool you can connect to amazon ec2 linux machine. If you are … Continue reading

How to install imagemagick binary on CentOS

For many application we need to install the imagemagick on Centos linux server. Many Ruby on rails and PHP applications need the support of imagemagick for image resizing. We all the very traditional way of installing the application on linux … Continue reading

How to check the linux CPU and Disk uses for some time using shell script

When you are running any script on server or running any application you want to know how much memory or disk uses is happened by application. When you are doing load testing this time this kind of applications are very … Continue reading

How to use the Rdesktop on Linux Machine

You can use the the windows machine from linux OS. Using rdesktop program this is possiable.Windows and Linux have made inroads into organizations around the world. Rdesktop is a Linux implementation of Remote Display Protocol (RDP). Windows uses RDP to … Continue reading

How to install the Mysql workbench on Fedora

You can use following commands for installing the Mysql workbench on Linux system. Mysql workbench is very nice tool for creating the ER diagram on mysql database. I personaly like that tool so much. [root@sonyk-pc sony]# rpm -Uvh remi-release-11.rpm warning: … Continue reading