Tuesday, September 25, 2012

How to change the ulimit in linux environment

This is the nice article i have found to avoid a too many file open issue
http://manisha-eleperuma.blogspot.com/2011/03/how-to-resolve-too-many-open-files.html

Thursday, September 20, 2012

How to run 32 bit bin files on top of the 64 bit ubuntu machine


This is the serious issue which i faced long time ago. I got a installation file which can install 32 bit operating systems. But i had to install it on top of my 64 bit ubuntu machine.every time it get failed.
           Then i installed 32 bit support libraries in to the 64 bit operating system with "apt -get installia32-libs" command.
After install above libraries i managed to run 32 bit bin file in my 64 bit ubuntu operating system.