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

Apache: Segmentation Fault $HTTPD -k $ARGV

Hit with segfault while restarting apache? Segmentation Fault $HTTPD -k $ARGV Check if any one recompiled apache and other modules recently. If yes, try recompiling Apache or the module in question once again. See if there is any other error while compiling which...
VTUAlerts.com has got an update

VTUAlerts.com has got an update

Due to the high traffic our servers are not able to load the entire site. That doesn’t mean we do not provide the latest reports. We have pulled down the site for you. We will bring it back on sometime later in the evening.. Thank you. New report from : Naveen...

Xargs answers “Too Many Arguments” Problem

Unable to remove huge list of session files found in /tmp? Never mind. Use xargs. Yes, its simple and you can quickly learn lots of one liners while working on console. Check the quick solution given below: find . -type f -name “_sess*” -exec rm {} \;...
Technology Expression

Technology Expression

The above picture shows the website home page of Visvesvaraya Technological University of Karnataka which is accessible at https://vtu.ac.in . Internet has been an another face for businesses and institutes for people today who are not only technical savvy as...
Recovering data from LVM Hard disks

Recovering data from LVM Hard disks

While working with default partitioning plan ie. Guided partitioning, we might end up facing lots of issues. It creates / partition under LVM volume which makes it hard to recover the Operating system and other data stored in it as we couldn’t get into rescue...