Reaching out to others! Free & Open Source Software, Kannada, L10n, L18n Data Science, Cloud Computing & more…

Mount nfs shares in Ubuntu

Trying to mount NFS share on your system? First confirm that you have (nfs-common) package i.e. NFS support files common to client and server. Once you have it installed ony our PC, you will be able to easily mount the NFS shares. mount -t nfs...

Speed up website: Set HTTP Expires header

When I see my website loading very slow, I get irritated as I want that to load fast on any type of Internet connection. Because, I’m trying to reach out to all… Step by Step take action on website optimization and speed up your website. All it takes is...

Yum error: md5module.so: invalid ELF header

Are you getting the following error while working with Yum? # yum update There was a problem importing one of the Python modules required to run yum. The error leading to this problem was: /usr/lib/python2.4/lib-dynload/md5module.so: invalid ELF header Please install...

Memory issue after OS upgrade?

Out of memory? Did you upgrade your OS recently? Then carefully have a look at ps -auwx output for memory consumption. Today I found that initscripts package owned minilogd was eating up almost 70% of the server resources on a VPS running on OpenVZ virtualization....