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

Configuring PPPoE on Ubuntu for BSNL ADSL

Configuring PPPoE on Ubuntu for BSNL ADSL

Today I got a chance to test whether we could authenticate PPPoE via Ubuntu. I found that PPPoE configuration to be quite simple via frontend tool pppoeconf. I used to use wvdial command for dial-up configuration. Provide the information required by the program, it...

Rename file extension quickly

How do I quickly rename the file extensions? If you’re on Linux console, just run the following command inside the directory in which you have the files. for i in *.JPG; do mv $i `basename $i .JPG`.jpg; done; Yes, above command will rename all the files with...

Alert! Chrome hit by Carpet Worm Vulnerability

Ultimately nothing is secure and it depends on our risk taking capacity to go ahead with what we have got. Few of my friends from The Wifi-Hack have been quite busy testing Chrome and they also found few news updates from security hackers and watchers community. A new...