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
Tag Archives: linux
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 the memcached binary on CentOS
I always need to install the memcached on my linux servers like fedora or centos. On fedora box installing the memcached is very easy through yum install. But Centos installing and using memcached is not so easy. For my Ruby … 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 use mongodb with php
If you want to use the mongodb with php then you need to install pecl libraries. Mongo extension is not bundled with PHP. For installing the Mongo use following URL: If you dont have pecl installed on your linux machine … 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
Do access the Linux Drives from Windows
Many times we have dual boot os in computer. Data like file and videos or songs and important docs are spread under windows or linux. From linux accessing the windows drive there is no issue but from windows we did … Continue reading
How to open port 80 on linux
Many times we need to open 80 port on linux box. Through command line opening the 80 or any port that is easy. In this tutorial I will how you can open the port 80. Using following you can check … Continue reading
