Read Kannada Weekly Sudha (www.sudhaezine.com) through a simple plug-in built by Sunil Jayaprakash. Its new version has been made available with this article. Download it and use it today!
Few advantages of this plugin are:
* Ease of use – All the technical details are abstracted. Just click the page you want to read and woila!!! you have it on your desktop. (Check the attachment sudha-ezine-plugin.jpg)
* It provides off-line capabilities. – You can read Sudha even without using Internet.
* Saves your Internet bill (useful for dial ups and traffic based billing) – Once you read a page using this plugin, it archives in your system, so next time when you would want to read the article, the saved copy is served from your own desktop. No internet is required for subsequent visits.
After installing CDP agent on a debian server, I started getting following error while I tried installing kernel modules using r1soft-cki . Error is as follows:
relocation error: /lib/libnss_files.so.2: symbol \__rawmemchr, version GLIBC_2.2.5 \
not defined in file libc.so.6 with link time reference
Cause:
This is caused by a GLIBC version mis-match. The version of glibC that these binaries were built with is lower than what’s required to run in these newest OS releases.
Resolution:
This has been fixed in the 1.71.0 release of the CDP Linux Agent. At the time of this writing, the 1.71.0 release is not yet publicly available, but the updated r1soft-cki binaries are available from our tech support download site for direct download to your Linux hosts. You can download and run them directly, or replace your existing r1soft-cki binary.
# Replace existing r1soft-cki: wget http://support.r1soft.com/techfiles/r1soft-cki.64 -O /usr/bin/r1soft-cki
Once the new binary is downloaded, simply run r1soft-cki to build your new kernel module. Contact R1Soft Support if you have any questions!
Instacarma, launches cloud solutions to hosting industry. The new set of products and services were launched during the HostingCon 2010 at Austin, Texas. Instacarma has been expanding its reach from last 8 years in the industry and caters to business needs of hosting companies, Data centers, Design houses etc. Visit the freshly launched site for its new offerings.
Reading Kananda magazine on firefox was made possible through a plugin earlier by Sunil Jayaprakash. He is out with an Apple iPhone application for the same. This application is now approved by Apple and has been made available at Apple App Store for free.
Promotional Video:
Snapshot of the app on iPhone:
Kudo’s to Sunil once again.
His firefox extension’s new version is available. I will put that up online in my next post.
Not liking the following error while doing SVN commit?
svn: Commit failed (details follow):
svn: Could not use external editor to fetch log message; consider setting the $SVN_EDITOR environment variable or using the –message (-m) or –file (-F) options
svn: None of the environment variables SVN_EDITOR, VISUAL or EDITOR is set, and no ‘editor-cmd’ run-time configuration option was found
Add the following line into ~/.bash_profile
export SVN_EDITOR="/usr/bin/vim"
Logout and login back or execute the same command on console to get it svn commit working.