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

FOSS powered Indian Political Party

FOSS powered Indian Political Party

Many politicians are not IT Savvy in INDIA but this news is really interesting. FOSS can help us build the softwares that are required for the e-Governance and there is no need to depend on an multinational for our country’s IT empowerment. We got to build...
FOSS powered Indian Political Party

NTFS support on RHEL5

RHEL doesn’t come with NTFS support by deffault. 1. Download fuse & ntfs-3g components: fuse: get it from https://www.atrpms.net/dist/el5/fuse/ ntfs-3g: get it from https://dag.wieers.com/rpm/packages/fuse-ntfs-3g/ 2. Install the RPM’s 3. Once...
Insane – Air Conditioner

Insane – Air Conditioner

Oh A/C how insane you’re. You won’t turn yourself off when the weather is so chilled outside. Oh A/C how insane you’re. You won’t turn the brains out of those who turn you on when the weather is so chilled outside. Oh A/C how insane...
Chandrayaan-1: Successfully Launched

Chandrayaan-1: Successfully Launched

India launched PSLV-C11 successfully this morning to write an history with Chandrayaan-1 Mission. It was a sight to see on the TV screen early this morning. Every thing went as per the schedules and calculations. Its pride of India to be the 6th nation in the world to...
FOSS powered Indian Political Party

Install perl module via console

How do you install Perl modules from console? Its very simple. 1) You can use Perl cpan command which helps you install the Perl module quickly and easily. I always prefer this option. Or 2) use the following command syntax perl -MCPAN -e 'install ' Read more...