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

Fix: setting locale failed

Many package installations fail with the following errors. Especially the ones which involve databases etc. I found this following error while getting postgres SQL work. perl: warning: Setting locale failed. perl: warning: Please check that your locale settings:...

Corkscrew for SSH over Squid

Accessing SSH on networks powered through squid might be tricky if you’re new to tunneling etc. I was blocked by Squid from sshing to remote machines and making changes to squid config as well as iptables rules didn’t do any magic. Corkscrew helped me...

Installing ffmpeg on CentOS/RHEL servers

You can quickly install ffmpeg on CentOS or RHEL server via dag repository. To proceed insert following lines to /etc/yum.repos.d/dag.repo [dag] name=Dag RPM Repository for Red Hat Enterprise Linux baseurl=https://apt.sw.be/redhat/el$releasever/en/$basearch/dag...