<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Blogs on Me, Myself, and Technology</title><link>https://kalpik.com/blog/</link><description>Recent content in Blogs on Me, Myself, and Technology</description><generator>Hugo -- 0.138.0</generator><language>en</language><lastBuildDate>Fri, 28 Oct 2022 11:05:00 +0200</lastBuildDate><atom:link href="https://kalpik.com/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>Home Lab with Docker</title><link>https://kalpik.com/blog/2022-10-28-home-lab-with-docker/</link><pubDate>Fri, 28 Oct 2022 11:05:00 +0200</pubDate><guid>https://kalpik.com/blog/2022-10-28-home-lab-with-docker/</guid><description>&lt;p>Docker is awesome, and you should definitely be using it in your home setup. I have a Synology DS918+ NAS, and it supports docker. In fact docker support was the first item on my checklist while looking for a NAS. Even though the Docker UI on DSM is pretty decent, I think this is an area where &lt;a href="https://www.portainer.io/">Portainer&lt;/a> really shines! It&amp;rsquo;s essentially a Docker management UI. I have been using it for ages now, it it has been wonderful. You can find tutorials on how to get started with Portainer on your platform. All of the services running on my home network are all running as docker containers. Here&amp;rsquo;s the list of what I run:&lt;/p></description></item><item><title>Hosting your Hugo website for free on Cloudflare</title><link>https://kalpik.com/blog/2022-10-03-free-hosting-hugo-cloudflare/</link><pubDate>Mon, 03 Oct 2022 11:05:00 +0200</pubDate><guid>https://kalpik.com/blog/2022-10-03-free-hosting-hugo-cloudflare/</guid><description>&lt;p>You probably already know how big a fan I am of Cloudflare. So while looking around on the Cloudflare console, when I discovered Cloudflare pages, I was overjoyed! It took me only a couple of minutes to switch hosting this blog from DigitalOcean apps to Cloudflare pages. That&amp;rsquo;s the beauty of code driven deployments 🙂&lt;/p>
&lt;p>I followed the &lt;a href="https://developers.cloudflare.com/pages/framework-guides/deploy-a-hugo-site/">very handy documentation here on the Cloudflare developer portal&lt;/a>, and switching was a breeze! The only point to note is that by default Cloudflare uses an old version of Hugo, so your website may not compile. It&amp;rsquo;s a better idea to instead use the &lt;code>HUGO_VERSION&lt;/code> environment variable and set it to the same version as what you&amp;rsquo;re using locally (you can get your local version by running &lt;code>hugo version&lt;/code>).&lt;/p></description></item><item><title>Hosting your Hugo website for free</title><link>https://kalpik.com/blog/2022-09-29-free-hosting-hugo/</link><pubDate>Thu, 29 Sep 2022 11:05:00 +0200</pubDate><guid>https://kalpik.com/blog/2022-09-29-free-hosting-hugo/</guid><description>&lt;p>As promised, here I am with a blog post about how I &lt;a href="../2022-09-21-switched-to-hugo/">shifted to Hugo&lt;/a> from Wordpress. What we&amp;rsquo;ll achieve by the end of this blog post:&lt;/p>
&lt;ol>
&lt;li>Migrating your data out of Wordpress (optional)&lt;/li>
&lt;li>Installing Hugo&lt;/li>
&lt;li>Creating a new blank Hugo website&lt;/li>
&lt;li>Importing your wordpress content into your new Hugo site (optional)&lt;/li>
&lt;li>Committing your new website to Github&lt;/li>
&lt;li>Setting up a free account with DigitalOcean and linking your GitHub website repo to DigitalOcean apps to enable automated deployments&lt;/li>
&lt;li>Setting up a custom domain for your website on DigitalOcean&lt;/li>
&lt;/ol>
&lt;h3 id="migrating-your-data-out-of-wordpress">Migrating your data out of Wordpress&lt;/h3>
&lt;p>I found the easiest way to do this is to use the &lt;a href="https://wordpress.org/plugins/jekyll-exporter/">WordPress Jekyll Exporter&lt;/a> plugin. Just install this on your WordPress site, and download an export. Keep the zip file somewhere safe, we will need it later on.&lt;/p></description></item><item><title>Switched to Hugo</title><link>https://kalpik.com/blog/2022-09-21-switched-to-hugo/</link><pubDate>Wed, 21 Sep 2022 16:57:00 +0200</pubDate><guid>https://kalpik.com/blog/2022-09-21-switched-to-hugo/</guid><description>&lt;p>Static site generators have picked up a lot of steam in the past few years. This much neglected blog of mine was running WordPress up until now, and even though it was good enough for me (let&amp;rsquo;s face it, I wasn&amp;rsquo;t really doing much with my blog anyway), I wanted to play around with SSGs. The ultimate trigger for me was my host telling me that I&amp;rsquo;m running out on disk space, and needed to decide if I wanted to go to the next tier of hosting with them. I decided that I had had enough with WordPress, and started looking at alternate ways to host this blog. At first, I looked at &lt;a href="https://ghost.org/">Ghost&lt;/a>, and even though it was very fancy and easy to use, it was overkill for me, and I really wanted to go database-less. Out of all the SSGs I looked at, I decided to use &lt;a href="https://gohugo.io/">Hugo&lt;/a> for the following reasons:&lt;/p></description></item><item><title>Seamless roaming on Unifi</title><link>https://kalpik.com/2021/12/06/seamless-roaming-on-unifi/</link><pubDate>Mon, 06 Dec 2021 18:02:41 +0000</pubDate><guid>https://kalpik.com/2021/12/06/seamless-roaming-on-unifi/</guid><description>&lt;p>So, in the past few months, I have overhauled my entire home network setup. The details call for a separate blog post at some time, I guess. But yes, I’ve switched to Unifi access points.&lt;/p>
&lt;p>The one thing that took me a while to get right was the seamless roaming. I came to Unifi from Orbi, and man, Orbi worked awesome for seamless handoff between access points. On Unifi, it sometimes took ages before my clients switched to the nearest access point. After months of fiddling around, I think I’ve got it very close to how Orbi used to roam. You can follow the steps below to see if this works for you as well. These are all written according to Unifi Controller v6.5.53.&lt;/p></description></item><item><title>Running Windows Nano Server as an ECS host</title><link>https://kalpik.com/2017/11/06/running-windows-nano-server-as-an-ecs-host/</link><pubDate>Mon, 06 Nov 2017 15:23:16 +0000</pubDate><guid>https://kalpik.com/2017/11/06/running-windows-nano-server-as-an-ecs-host/</guid><description>&lt;p>Windows containers are still in &lt;a href="http://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_Windows.html">beta state&lt;/a> on AWS ECS, but it’s fun to try them out. AWS already has a Full Windows 2016 AMI with containers support. But I wanted to try something more interesting. Windows nanoserver is what I was looking at. It’s designed specifically for tasks such as running as container hosts in a cluster. AWS also has a nanoserver AMI, but I ran into issues very quickly.&lt;/p></description></item><item><title>Root for Micromax Canvas HD (A116), inclusive of CWM recovery</title><link>https://kalpik.com/2013/02/28/root-for-micromax-canvas-hd-a116-inclusive-of-cwm-recovery/</link><pubDate>Thu, 28 Feb 2013 09:20:13 +0000</pubDate><guid>https://kalpik.com/2013/02/28/root-for-micromax-canvas-hd-a116-inclusive-of-cwm-recovery/</guid><description>&lt;p>It’s been ages since I posted here, but I think this post will be worth it 🙂&lt;/p>
&lt;p>What we are going to achieve with this:&lt;/p>
&lt;ol>
&lt;li>Update your Canvas HD to the latest *official* ROM, which includes a fix for the &lt;a href="http://www.youtube.com/watch?v=aozcD14Gyn8">Flipboard issue&lt;/a>, and the G Sensor issue.&lt;/li>
&lt;li>Replace stock recovery by Clockworkmod Recovery. This will make installing future ROMs very easy, and can flash all update zips.&lt;/li>
&lt;li>Root your phone. If you don’t know what this is, you probably shouldn’t be reading this 😛&lt;/li>
&lt;/ol>
&lt;p>&lt;strong>&lt;!-- raw HTML omitted -->Disclaimer: I claim NO responsibility to what happens to your phone by doing this. You and you alone are responsible for the consequences.&lt;!-- raw HTML omitted -->&lt;/strong>&lt;/p></description></item><item><title>My Twitter achive</title><link>https://kalpik.com/2011/09/06/my-twitter-achive/</link><pubDate>Tue, 06 Sep 2011 14:44:40 +0000</pubDate><guid>https://kalpik.com/2011/09/06/my-twitter-achive/</guid><description>&lt;p>Have set up an off-site backup of my tweets over &lt;a href="http://www.kalpik.com/twitter">here&lt;/a>. Its fully searchable too 😉&lt;/p>
&lt;p>Oh and yes, if you’re not following me on twitter yet, you’re losing out! Follow me &lt;a href="http://twitter.com/kalpik">@kalpik&lt;/a>&lt;/p></description></item><item><title>JP6 De-deodexed and zipaligned ROM for GT-I9000 with Voodoo and 2e recovery!</title><link>https://kalpik.com/2010/10/19/jp6-de-deodexed-and-zipaligned-rom-for-gt-i9000-with-voodoo/</link><pubDate>Tue, 19 Oct 2010 11:32:34 +0000</pubDate><guid>https://kalpik.com/2010/10/19/jp6-de-deodexed-and-zipaligned-rom-for-gt-i9000-with-voodoo/</guid><description>&lt;h1 id="span-stylecolor-ff0000note-the-rom-has-a-new-home-at-xda-now-no-updatessupport-will-be-provided-here-please-check-this-posthttpforumxda-developerscomshowthreadphpt813954-on-xdaspan">&lt;strong>&lt;!-- raw HTML omitted -->NOTE: The ROM has a new home at XDA now. No updates/support will be provided here. Please check &lt;a href="http://forum.xda-developers.com/showthread.php?t=813954">THIS POST&lt;/a> on XDA.&lt;!-- raw HTML omitted -->&lt;/strong>&lt;/h1>
&lt;p>Since Voodoo for Froyo is out, here I’ve packaged &lt;a href="http://forum.xda-developers.com/showthread.php?t=807848">Doc’s JP6 rom&lt;/a> (full, with fixed Swype) with &lt;a href="http://project-voodoo.org/">Voodoo&lt;/a> and &lt;a href="http://forum.xda-developers.com/showthread.php?t=765419">Circle Battery Mod Version D&lt;/a>.&lt;/p>
&lt;p>&lt;!-- raw HTML omitted -->&lt;strong>Changelog:&lt;/strong>&lt;!-- raw HTML omitted -->&lt;/p>
&lt;p>&lt;strong>19th Oct 2010:&lt;/strong> Initial release with Voodoo Pre3&lt;/p>
&lt;p>&lt;strong>20th Oct 2010:&lt;/strong> Updated to accommodate Voodoo Pre4 (which contains fixes for some rooting issues, and enables logging by default). For those of you who flashed the previous version, don’t worry, the rooting issues were already fixed in the ROM. So there is no need to update. For those who still want to update, you can get Voodoo Pre4 from &lt;a href="http://project-voodoo.org/downloads/Voodoo-5-pre4-Froyo-GT-I9000-odin-pda.tar">here&lt;/a>, and you will have to flash it via Odin as PDA, with no PIT and re-partition un-checked.&lt;/p></description></item><item><title>Weechat v0.3.0 released</title><link>https://kalpik.com/2009/09/06/weechat-v0-3-0-released/</link><pubDate>Sun, 06 Sep 2009 17:46:23 +0000</pubDate><guid>https://kalpik.com/2009/09/06/weechat-v0-3-0-released/</guid><description>&lt;p>So lately I’ve been using this awesome IRC client called &lt;a href="http://weechat.org/">Weechat&lt;/a>! It’s minimal, yet highly configurable. It’s got me addicted to it! Weechat + Screen is the best combo! Anyway, a groundbreaking new version has been released today. And if you’re on an equally awesome distro (&lt;a href="http://www.archlinux.org">Arch&lt;/a>), then you should have it ready in your &lt;a href="http://www.archlinux.org/packages/?q=weechat">repository&lt;/a> 🙂&lt;/p></description></item><item><title>Updated to WP 2.8.4</title><link>https://kalpik.com/2009/09/06/updated-to-wp-2-8-4/</link><pubDate>Sun, 06 Sep 2009 17:41:03 +0000</pubDate><guid>https://kalpik.com/2009/09/06/updated-to-wp-2-8-4/</guid><description>&lt;p>Hmm.. So I’ve updated my blog to WordPress v2.8.4, in light of the recent attacks.. Have been negleting this blog a lot lately.. Let’s see if i can be regular here! To be honest, &lt;a href="http://twitter.com/kalpik">twitter&lt;/a> killed my blog 😛&lt;/p></description></item><item><title>Online Petition against Airtel&amp;#8217;s Fair Usage Policy</title><link>https://kalpik.com/2009/02/25/online-petition-against-airtels-fair-usage-policy/</link><pubDate>Wed, 25 Feb 2009 20:07:33 +0000</pubDate><guid>https://kalpik.com/2009/02/25/online-petition-against-airtels-fair-usage-policy/</guid><description>&lt;p>The members of India Broadband Forum have come up with an online petition against Airtel’s Fair usage policy. I urge all to sign it! It doesnt matter if you use Airtel or not!&lt;/p>
&lt;p>&lt;a href="http://afup.broadbandforum.in/">http://afup.broadbandforum.in/&lt;/a>&lt;/p></description></item><item><title>Airtel Caps &amp;#8220;Unlimited&amp;#8221; Connections</title><link>https://kalpik.com/2009/02/12/airtel-caps-unlimited-connections/</link><pubDate>Thu, 12 Feb 2009 14:12:18 +0000</pubDate><guid>https://kalpik.com/2009/02/12/airtel-caps-unlimited-connections/</guid><description>&lt;p>Last night i was following this discussion over at &lt;a href="http://broadbandforum.in/airtel-broadband/41680-airtel-finally-sets-25gb-limit-its-unlimited-plans/">Broadbandforum.in&lt;/a>. And it seems Airtel has put download caps on their supposedly unlimited connections. After you are finished with your quota, they throttle your speeds 😐 This is absolutely ridiculous! And before poeple try to defend by saying that speed caps are there internationally too, i say first match the kind of speeds they provide at the rates they provide it at, then talk about caps. Anyway, taken from a post from that thread:&lt;/p></description></item><item><title>Sametime (meanwhile) support in Pidgin on Arch Linux</title><link>https://kalpik.com/2009/01/18/sametime-meanwhile-support-in-pidgin-on-arch-linux/</link><pubDate>Sun, 18 Jan 2009 16:50:40 +0000</pubDate><guid>https://kalpik.com/2009/01/18/sametime-meanwhile-support-in-pidgin-on-arch-linux/</guid><description>&lt;p>We use IBM’s &lt;a href="http://www-01.ibm.com/software/lotus/sametime/">Lotus Sametime&lt;/a> as our IM client at work. And i like to be signed in all the time even on my Arch machine at home. Pidgin does support sametime protocol, but through an external library called &lt;a href="http://meanwhile.sourceforge.net/">meanwhile.&lt;/a> Although most popular distributions have meanwhile in their main repos, Arch does not. It has the meanwhile library in &lt;a href="http://aur.archlinux.org/">AUR&lt;/a>. And due to this, the pidgin in Arch has meanwhile support disabled. But even so, the latest stable meanwhile library (1.0.2) has a &lt;a href="http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1626349&amp;amp;group_id=110565&amp;amp;atid=656718">nasty bug&lt;/a> which does not report the correct online status of buddies. Most online buddies are shown as being offline. The problem has been fixed in the SVN version, but unfortunately ALL distributions carry the buggy version of meanwhile. It took me around 5-6 months to get to the root cause of this bug, and yes, i have managed to fix it in Arch. I’m providing here a compiled version of the fixed meanwhile library (64 bit). I’m also providing a complete tutorial on how to compile pidgin with meanwhile support on Arch.&lt;/p></description></item><item><title>New theme</title><link>https://kalpik.com/2009/01/18/new-theme/</link><pubDate>Sun, 18 Jan 2009 12:19:59 +0000</pubDate><guid>https://kalpik.com/2009/01/18/new-theme/</guid><description>&lt;p>Love it? Hate it? Let me know!&lt;/p></description></item><item><title>Kernel 2.6.28. Now with stable EXT4!</title><link>https://kalpik.com/2009/01/18/kernel-2628-now-with-stable-ext4/</link><pubDate>Sun, 18 Jan 2009 11:17:14 +0000</pubDate><guid>https://kalpik.com/2009/01/18/kernel-2628-now-with-stable-ext4/</guid><description>&lt;p>So.. A few days back, &lt;a href="http://www.kernel.org/">Kernel 2.6.28&lt;/a> was released. And amongst the many &lt;a href="http://kernelnewbies.org/LinuxChanges">new features&lt;/a>, the thing that attracted me most was stable &lt;a href="http://ext4.wiki.kernel.org/index.php/Main_Page">EXT4&lt;/a> support. For those of you who dont know, EXT4 is the successor to the most widely used linux filesystem, EXT3. EXT4 boasts of being a hell lot faster than EXT3, and ofcourse with &lt;a href="http://kernelnewbies.org/Ext4">added features&lt;/a>.&lt;/p>
&lt;p>&lt;a href="http://www.archlinux.org">Archlinux&lt;/a> just released Kernel 2.6.28 into it’s [core] repo a few days back, and since then im in a dillema whether i should switch to EXT4, or be content with my current filesystem, &lt;a href="http://en.wikipedia.org/wiki/JFS_(file_system)">JFS&lt;/a>. Switching to EXT4 means that I will have to re-install Arch, once the new installer CD with EXT4 support comes in (which should be soon). And configuring Arch _exactly_ the same way as it is right now will be almost impossible! I mean with all the small tweaks and configuration changes i’ve done over one year now! Will be a HUGE task! And nowdays, i really dont have time to mess with something that’s working absolutely the way i want it to work.&lt;/p></description></item><item><title>Flash 10 Native 64 bit for Linux!</title><link>https://kalpik.com/2008/11/19/flash-10-native-64-bit-for-linux/</link><pubDate>Wed, 19 Nov 2008 21:02:09 +0000</pubDate><guid>https://kalpik.com/2008/11/19/flash-10-native-64-bit-for-linux/</guid><description>&lt;p>Well, i know its kinda old news, but still im pretty excited that &lt;a href="http://www.adobe.com">Adobe&lt;/a> has released an alpha version of a native 64 bit Flash plugin for Linux! The best part is that Linux is the first platform that gets the alpha version, though Adobe says that it will ship the final version for Linux, Mac and Windows together. Thankyou Adobe for showering some of your love to us Linux users 😀&lt;/p></description></item><item><title>Google&amp;#8217;s workshop on Social Web and Cloud Computing</title><link>https://kalpik.com/2008/09/06/googles-workshop-on-social-web-and-cloud-computing/</link><pubDate>Sat, 06 Sep 2008 21:27:52 +0000</pubDate><guid>https://kalpik.com/2008/09/06/googles-workshop-on-social-web-and-cloud-computing/</guid><description>&lt;p>Google conducted a &lt;a href="http://sites.google.com/site/devrelindia/Home/sep5newdelhi">workshop&lt;/a> on their &lt;a href="http://code.google.com/appengine/">AppEngine&lt;/a> and &lt;a href="http://code.google.com/apis/opensocial/">OpenSocial&lt;/a> on 5th September at the Taj Palace, New Delhi. Im sorry i couldn’t blog about it earlier, to let all the Delhi readers know 😛 I myself was an unconfirmed guest at this event, but the people from Google were friendly enough to confirm my seat once i reached there 🙂&lt;/p>
&lt;p>The event started with &lt;a href="http://www.linkedin.com/in/rajdeepd">Rajdeep&lt;/a>, Anash and Seshu going into the depths of the OpenSocial API and what it stands for. &lt;a href="http://www.linkedin.com/pub/6/615/b39">Anirudh&lt;/a>, on the other hand, took us for a deep dive on the AppEngine. Their presentations covered everything from introduction to even code snippets. We also had presentations from Google’s partners for OpenSocial: &lt;a href="http://www.impetus.com/">Impetus&lt;/a> and &lt;a href="http://www.satyam.com/">Satyam&lt;/a>. They gave an insight on what they are doing with OpenSocial. I’m afraid, i still haven’t received any of the presentations from any of the presenters, although with a quick search on &lt;a href="http://www.slideshare.net/">SlideShare&lt;/a>, i was able to find some similar presentations. I’m embedding two of them here:&lt;/p></description></item><item><title>Google&amp;#8217;s Web Browser: Google Chrome</title><link>https://kalpik.com/2008/09/02/googles-web-browser-google-chrome/</link><pubDate>Tue, 02 Sep 2008 00:33:32 +0000</pubDate><guid>https://kalpik.com/2008/09/02/googles-web-browser-google-chrome/</guid><description>&lt;p>Ok, this just in! Google’s planning on an open source browser based on the &lt;a href="http://en.wikipedia.org/wiki/WebKit">WebKit engine&lt;/a>.&lt;/p>
&lt;p>Via &lt;a href="http://googlesystem.blogspot.com/2008/09/google-os-is-actually-browser-google.html">Googlesystem blog&lt;/a>,&lt;/p>
&lt;blockquote>
&lt;p>Google Chrome has been built in a time when browsers no longer render mostly web pages, but full-blown web applications. That’s why browsers need to be more powerful, more stable and more secure. One of the problems of the existing browsers is that a web page can lock the browser and there’s no way to isolate that tab and close it. Google Chrome uses a new process for each tab. “We’re applying the same isolation you find in modern operating systems,” says Arnaud Weber. Each process is &lt;a href="http://googlesystem.blogspot.com/2007/05/google-buys-greenborder-security.html">sandboxed&lt;/a> to prevent malware from affecting your computer.&lt;/p></description></item><item><title>Im back!</title><link>https://kalpik.com/2008/08/31/im-back/</link><pubDate>Sun, 31 Aug 2008 23:12:33 +0000</pubDate><guid>https://kalpik.com/2008/08/31/im-back/</guid><description>&lt;p>Hmm.. So i’ve been out of the blogging scene for quite sometime now. Mostly, i’ve been busy with work, and yeah, i’ve been spending all my free time watching F.R.I.E.N.D.S, just like &lt;a href="http://jainnidhi.wordpress.com/2008/08/29/friends/">Nidhi&lt;/a> 🙂 Now that i’m finished with all 10 seasons, i think ill get some time to post here 🙂&lt;/p>
&lt;p>So lets see.. What all is new.. On the linux front, i’ve migrated from &lt;a href="http://www.ubuntu.com">Ubuntu&lt;/a> to &lt;a href="http://www.archlinux.org/">Arch Linux&lt;/a>, which according to me, is the BEST distro out there! I love the fact how everything “just works” and how i have the latest software all the time. The best part is that its a rolling release, meaning no more waiting for updates or adding third party repos for new stuff. I evaluated &lt;a href="http://www.debian.org">Debian&lt;/a> and &lt;a href="http://www.gentoo.org/">Gentoo&lt;/a>, before moving to Arch. Debian always had some or the other problem. It wasnt just stable enough for me. And Gentoo on the other hand was too time consuming and crude. Arch is gonna stay on my PC for a long, long time! 🙂&lt;/p></description></item><item><title>Latest Pidgin and Firefox repositories for Ubuntu Hardy</title><link>https://kalpik.com/2008/05/23/latest-pidgin-and-firefox-repositories-for-ubuntu-hardy/</link><pubDate>Fri, 23 May 2008 10:35:37 +0000</pubDate><guid>https://kalpik.com/2008/05/23/latest-pidgin-and-firefox-repositories-for-ubuntu-hardy/</guid><description>&lt;p>Ubuntu Hardy ships with Pidgin v2.4.1 and Firefox 3.0 Beta5, while the latest Pidgin is v2.4.2 and the latest Firefox is 3.0 RC1. Here are two repositories that would always contain the latest versions of Pidgin and Firefox. Just type “&lt;strong>gksu gedit /etc/apt/sources.list&lt;/strong>” into the terminal, and add the following to the end of the file.&lt;/p>
&lt;p>For Pidgin:&lt;/p>
&lt;blockquote>
&lt;p>&lt;strong>deb &lt;a href="http://ppa.launchpad.net/pidgin-developers/ubuntu">http://ppa.launchpad.net/pidgin-developers/ubuntu&lt;/a> hardy main&lt;/strong>&lt;/p>
&lt;/blockquote>
&lt;p>For Firefox:&lt;/p>
&lt;blockquote>
&lt;p>&lt;strong>deb &lt;a href="http://ppa.launchpad.net/mozillateam/ubuntu">http://ppa.launchpad.net/mozillateam/ubuntu&lt;/a> hardy main&lt;/strong>&lt;/p>
&lt;/blockquote>
&lt;p>After adding the lines, just type “&lt;strong>sudo apt-get update&lt;/strong>” and then “&lt;strong>sudo apt-get dist-upgrade&lt;/strong>” in the terminal (apt will give a warning about unauthenticated packages, but its safe to ignore the warning and type “y”). After doing this, you should have the latest versions of both Pidgin and Firefox 🙂&lt;/p></description></item><item><title>BarCamp Delhi 4!</title><link>https://kalpik.com/2008/05/15/barcamp-delhi-4/</link><pubDate>Thu, 15 May 2008 07:52:52 +0000</pubDate><guid>https://kalpik.com/2008/05/15/barcamp-delhi-4/</guid><description>&lt;p>Calling all campers! BarCamp Delhi 4 is just around the corner! Considering &lt;a href="http://www.kalpiknigam.com/blog/2007/12/10/my-first-barcamp-barcampdelhi3-awesome/">how much fun&lt;/a> i had last time, ill definitely be present in this one! From the &lt;a href="http://wiki.barcampdelhi.com/index.php?title=Main_Page">BarCampDelhi4 Wiki&lt;/a>,&lt;/p>
&lt;blockquote>
&lt;p>BarCamp Delhi is proposed to be a camp where we get together and discuss/rant/brain-storm/share opinions/information/wisdom about anything. Be it Web Technologies, trends, Mobile Internet, Hacking, Blogging, Vlogs, Social Media etc. that interests us.&lt;/p>
&lt;/blockquote>
&lt;p>The details of the event are:&lt;/p>
&lt;p>Date: &lt;strong>17th May 2008&lt;/strong> (Saturday).&lt;/p></description></item><item><title>Ubuntu to rename top level directories?!</title><link>https://kalpik.com/2008/04/01/ubuntu-to-rename-top-level-directories/</link><pubDate>Tue, 01 Apr 2008 23:47:55 +0000</pubDate><guid>https://kalpik.com/2008/04/01/ubuntu-to-rename-top-level-directories/</guid><description>&lt;p>Well, i just &lt;a href="http://blog.drinsama.de/erich/en/linux/debian/2008040101-renaming-directories">heard&lt;/a> that Ubuntu is trying to rename all the top level directories! The proposed directory structure is:&lt;/p>
&lt;pre tabindex="0">&lt;code>/bin /system/executables
/boot /system/boot
/dev /system/devices
/etc /system/config
/lib /system/libraries
/home /users
/media /storage
/mnt /storage
/proc /system/processes
/root /users/Administrator
/sbin /system/executables/admin
/tmp /system/temporary
/usr /system/applications
&lt;/code>&lt;/pre>&lt;p>Well, that’s just plain stupid if you ask me.. It will create unnecessary confusion and difference between various linux distributions! I think Ubuntu should strive to be “User Friendly” not “Idiot Friendly”. We dont want another case of the Windows do we? 😉&lt;/p></description></item><item><title>My New Rig</title><link>https://kalpik.com/2008/03/16/my-new-rig/</link><pubDate>Sun, 16 Mar 2008 11:01:32 +0000</pubDate><guid>https://kalpik.com/2008/03/16/my-new-rig/</guid><description>&lt;p>Well.. Not exactly *new*, its about a month old now 🙂 I still have my old pc, and have set up a LAN 🙂 Here’s the configuration:&lt;/p>
&lt;p>Processor: Core2Quad Q6600 @2.4Ghz&lt;br>
Motherboard: MSI P35 Platinum&lt;br>
GFX Card: MSI 8600 GT (512MB)&lt;br>
RAM: Patriot 2x1GB DDR2 800 Mhz (matched pairs)&lt;br>
HDD: Western Digital 400GB HDD (16MB buffer)&lt;br>
SMPS: Cooler Master Real Power 550W&lt;br>
Cabinet: Cooler Master Elite&lt;br>
Screen: Viewsonic VX922 (19″)&lt;br>
DVD Writer: Samsung SH-S203D&lt;/p></description></item><item><title>Top 10 Reasons to use Linux</title><link>https://kalpik.com/2008/03/16/top-10-reasons-to-use-linux/</link><pubDate>Sun, 16 Mar 2008 10:49:21 +0000</pubDate><guid>https://kalpik.com/2008/03/16/top-10-reasons-to-use-linux/</guid><description>&lt;p>Hmm.. I’ve been out of the blogging scene for quote sometime now! Didn’t really get the time, or anything worthwhile to post. Well anyway, what better way to come back, then to list out the top 10 reasons to use linux! 😀&lt;/p>
&lt;blockquote>
&lt;p>Â If youâ€™re a Linux enthusiast like me, youâ€™ve probably tried to convert a few people over to Linux from another operating system. Even though you succeed many times, there are always a few â€˜geniusesâ€™ out there who need some real persuading to switch over to Linux.&lt;/p></description></item><item><title>Yahoo censoring status messages?</title><link>https://kalpik.com/2007/12/27/yahoo-censoring-status-messages/</link><pubDate>Thu, 27 Dec 2007 22:24:00 +0000</pubDate><guid>https://kalpik.com/2007/12/27/yahoo-censoring-status-messages/</guid><description>&lt;p>I discovered this when i tried to set my status message to “Benazir Bhutto killed..” it just didn’t reflect. Then i tried &lt;a href="http://pidgin.im">Pidgin’s&lt;/a> default away message “I’m not here right now” didn’t work.. But surprisingly “I’m not here right away” works.. &lt;a href="http://www.harshj.com">Harsh&lt;/a> confirmed the behavior. Seems as if yahoo is blocking some words such as “now” and “Bhutto” in various combinations in a sentence (“now” and “Bhutto” do work as status messages). At first i though it was a problem with &lt;a href="http://pidgin.im">pidgin&lt;/a>. But then &lt;a href="http://www.ankur-gupta.com">Ankur&lt;/a> confirmed that these words were not working with even the windows yahoo messenger client! I really don’t know what yahoo is trying to achieve but its really irritating 😐&lt;/p></description></item><item><title>Latest Pidgin/Rhythmbox repository for Ubuntu</title><link>https://kalpik.com/2007/12/18/latest-pidginrhythmbox-repository-for-ubuntu/</link><pubDate>Tue, 18 Dec 2007 16:52:15 +0000</pubDate><guid>https://kalpik.com/2007/12/18/latest-pidginrhythmbox-repository-for-ubuntu/</guid><description>&lt;p>Here is a repository i use on my gutsy install which always contains the latest builds of Pidgin and Rhythmbox. So no more hunting for debs or compiling sources 😀&lt;/p>
&lt;p>Steps to add the repository:&lt;/p>
&lt;p>1. Open Terminal (Applications-&amp;gt;Accessories-&amp;gt;Terminal)&lt;/p>
&lt;p>2. Type “&lt;strong>gksuÂ gedit /etc/apt/sources.list&lt;/strong>”&lt;/p>
&lt;p>3. Go to the end of the file and add the following onto a new line:&lt;/p>
&lt;blockquote>
&lt;p>&lt;strong>## Latest Pidgin/Rhythmbox&lt;br>
deb &lt;a href="http://www.telemail.fi/mlind/ubuntu">http://www.telemail.fi/mlind/ubuntu&lt;/a> gutsy main&lt;/strong>&lt;/p>
&lt;/blockquote>
&lt;p>4. Save the file and close Gedit.&lt;/p></description></item><item><title>My First BarCamp! BarCampDelhi3: AWESOME!</title><link>https://kalpik.com/2007/12/10/my-first-barcamp-barcampdelhi3-awesome/</link><pubDate>Mon, 10 Dec 2007 01:14:41 +0000</pubDate><guid>https://kalpik.com/2007/12/10/my-first-barcamp-barcampdelhi3-awesome/</guid><description>&lt;p>So.. I had wanted to attend un-conferences since a long time now, but didn’t really get to know the events on time, or the events were outside of Delhi/NCR. So this even was the perfect opportunity for me to explore! The even was held at the Noida Sector 59 office of &lt;a href="http://www.impetus.com/">Impetus Software&lt;/a>, which was quite close to my own office, so i kinda knew the area a bit. The event was scheduled to start at 9:30 AM. I, along with &lt;a href="http://idipp.wordpress.com/">Deepak&lt;/a>, &lt;a href="http://tech-trivia.blogspot.com/">Prateek&lt;/a> and Apoorv reached the venue around 9:15 AM. We did all the registration formalities, and then proceeded to the conference room. We were one of the first few people to arrive there. The first “known” person we met there was &lt;a href="http://www.amitranjan.com">Amit&lt;/a>. He greeted us with his usual smile (dunno whether he recognized me and Apoorv or not though 😛 ). Then we met this really friendly guy named &lt;a href="http://ankit.instablogs.com/">Ankit&lt;/a>, who had come with his baby daughter, who was later declared as the youngest attendee of the BarCamp 😀&lt;/p></description></item><item><title>08/12/07 &amp;#8211; BarCampDelhi3</title><link>https://kalpik.com/2007/12/06/081207-barcampdelhi3/</link><pubDate>Thu, 06 Dec 2007 22:44:24 +0000</pubDate><guid>https://kalpik.com/2007/12/06/081207-barcampdelhi3/</guid><description>&lt;p>&lt;img alt="BarCamp" loading="lazy" src="http://img48.imageshack.us/img48/6918/barcampdelhilogo2ni0.gif">&lt;/p>
&lt;p>Heh, no its not a booze party 😛 From the &lt;a href="http://barcamp.org/BarCampDelhi3">BarCamp wiki&lt;/a>:&lt;/p>
&lt;blockquote>
&lt;p>BarCamp Delhi is proposed to be a camp where we get together and discuss/rant/brain-storm/share opinions about about Web technologies &amp;amp; trends, Mobile Internet, Hacking, Blogging, Vlogs, Social Media, … everything about the Technology that interests us. As said before, “It’s about geekery and having a focal point for great ideas.”&lt;/p>
&lt;/blockquote>
&lt;p>This would actually be the first time i’d be attending a BarCamp. Got to know about BarCamp last year through &lt;a href="http://www.amitranjan.com/">Amit&lt;/a> of &lt;a href="http://www.uzanto.com/">Uzanto&lt;/a>, but missed it last year. Anyway, im surely attending it this time. Expecting to meet a lot of like minded &lt;!-- raw HTML omitted -->people&lt;!-- raw HTML omitted --> geeks 😛 I urge all people who can make it to the event, to register at the &lt;a href="http://barcamp.org/BarCampDelhi3">BarCampDelhi3 wiki page&lt;/a>. As for those who would have to miss it, dont worry, many people would be live blogging the event. Ill also try and blog a bit about it, otherwise ill surely link you to the people who do blog about it in detail 🙂&lt;/p></description></item><item><title>Adobe Flash Player 9 Update 3, Version 9.0.115.0 for Linux</title><link>https://kalpik.com/2007/12/05/adobe-flash-player-9-update-3-version-901150-for-linux/</link><pubDate>Wed, 05 Dec 2007 10:37:28 +0000</pubDate><guid>https://kalpik.com/2007/12/05/adobe-flash-player-9-update-3-version-901150-for-linux/</guid><description>&lt;p>Adobe has released a shining new version of Flash Player for linux. This is a big release fixing a lot of stability issues and also adding a truck load of features!&lt;/p>
&lt;p>Changelog:&lt;/p>
&lt;h4 id="new-audiovideo-options">New audio/video options&lt;/h4>
&lt;ul>
&lt;li>&lt;strong>H.264/HE-AAC codec support&lt;/strong>&lt;br>
Flash Player 9 Update 3 includes H.264 video and High Efficiency AAC (HE-AAC) audio codec support that opens up a broad ecosystem and selection of standards-based video â€” up to HD quality â€” that developers can leverage in their applications. Supporting a subset of MPEG-4 Part 12 (container) and Part 10 (H.264), including baseline, main and high profiles, Flash Player can play back existing MP4, M4A, MOV, MP4V, 3GP and 3G2 content.&lt;/li>
&lt;/ul>
&lt;h4 id="improved-performance">Improved Performance&lt;/h4>
&lt;ul>
&lt;li>&lt;strong>Multi-core support&lt;/strong>&lt;br>
Speed the rendering of vectors, bitmaps, filters and video, including true 1080p video, with new multi-core support that takes advantage of up to 4 CPUs.&lt;/li>
&lt;li>&lt;strong>Hardware scaling&lt;/strong>&lt;br>
Improve the performance and quality of full-screen video through the use of hardware scaling.&lt;/li>
&lt;li>&lt;strong>Multi-threaded video decoding&lt;/strong>&lt;br>
The VP6 video codec now runs in a separate thread on multi-core systems, enabling true 1080p video. In addition, the responsiveness and decode blockiness of the VP6 codec is improved with this change.&lt;/li>
&lt;li>&lt;strong>Image scaling&lt;/strong>&lt;br>
A new algorithm for scaling bitmap images enhances the quality and rendering performance of downscaled images.&lt;/li>
&lt;li>&lt;strong>Flash Player cache&lt;/strong>&lt;br>
The Flash Player cache enables common components, such as the Flex Framework, to be cached locally and then used by any SWF from any domain. Use of the Flash Player cache can significantly reduce SWF file sizes and speed application download times.&lt;/li>
&lt;li>&lt;strong>Flash Media Server buffering&lt;/strong>&lt;br>
The stream buffer is maintained while a stream is paused.&lt;/li>
&lt;/ul>
&lt;h4 id="universal-reach">Universal Reach&lt;/h4>
&lt;ul>
&lt;li>&lt;strong>Full screen mode for Linux&lt;/strong>&lt;br>
Full screen mode with hardware scaling is now supported in Linux.&lt;/li>
&lt;li>&lt;strong>Accessibility support for the plugin&lt;/strong>&lt;br>
Flash Player 9 update 3 adds support for Microsoftâ€™s Active Accessibility (MSAA) API to the plugin, enabling consistent support across plugin-based and Internet Explorer browsers.&lt;/li>
&lt;li>&lt;strong>Mac Os X Leopard suppor&lt;/strong>t&lt;br>
Flash Player 9 update 3 now supports the Mac OS X Leopard operating system.&lt;/li>
&lt;/ul>
&lt;h4 id="fixed-in-this-version">Fixed in this version:&lt;/h4>
&lt;ul>
&lt;li>On Linux, modal dialogs displayed by Flash Player stay in front of browser windows but do not prevent interaction with the browser as they should. (191331)&lt;/li>
&lt;li>On Windows Vista, Internet Explorer 7 Protected Mode may prompt users with security warnings when attempting to view Flash content after installing the Flash Player 9 (9.0.45.0) ActiveX control. Security warnings may also appear for users who choose to install the Google Toolbar from the Flash Player Download Center on adobe.com as part of the player installation process. This was fixed in an Internet Explorer update in June 2007.&lt;/li>
&lt;li>On certain SUSE 9.2 installations using the standalone player only, trying to Open a browser from the standalone player with SeaMonkey open will cause the player to hang. (193383)&lt;/li>
&lt;li>On Linux, networking operations in the standalone player are currently slow. (193158)&lt;/li>
&lt;li>On Linux, when the mouse is hovering over Flash content, keyboard input is not sent to the browser. (194265)&lt;/li>
&lt;li>Full-screen mode is not supported in the Opera Browser on Macintosh systems. (189140)&lt;/li>
&lt;li>Full-screen mode is now supported on Linux.&lt;/li>
&lt;li>Invoking document.write(..) method of JavaScript using ExternalInterface or FSCommand hangs Safari on next page load. This issue has been reported to Apple. (167996)&lt;/li>
&lt;li>The Mozilla Plugin Finder Service will not install Flash Player 9.0.20.0 on Intel-based Macs using double-byte language modes. Users may either install from the Adobe Player Download Center or use the Plugin Finder Service in non-double-byte language modes. (180719)&lt;/li>
&lt;li>The plugin version of Flash Player does not fire flash.events.Event.RENDER when wmode is set as transparent. (198515)&lt;/li>
&lt;li>Full-screen can be used when wmode is set (202290)&lt;/li>
&lt;li>Passing large amounts of XML through External Interface is significantly faster (206828)&lt;/li>
&lt;li>ExternalInterface now works with HTML objects that contain dots within the object name (199614)&lt;/li>
&lt;/ul>
&lt;p>Here is the list of &lt;a href="http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security.html">security updates&lt;/a>.&lt;/p></description></item><item><title>I&amp;#8217;m officially in Love!</title><link>https://kalpik.com/2007/11/23/im-officially-in-love/</link><pubDate>Fri, 23 Nov 2007 21:27:06 +0000</pubDate><guid>https://kalpik.com/2007/11/23/im-officially-in-love/</guid><description>&lt;p>Hehe.. With this car actually.. &lt;a href="http://www.audiusa.com/audi/us/en2/new_cars/Audi_R8.html">Audi R8&lt;/a>&lt;/p>
&lt;p>&lt;img alt="Audi R8" loading="lazy" src="http://img135.imageshack.us/img135/6897/audir810189mw0.jpg">&lt;/p>
&lt;p>Some &lt;a href="http://www.allcarwallpapers.com/audi/audi-r8/">wallpapers&lt;/a>.&lt;/p>
&lt;p>Now to see if i can muster up the $109,000 to own it. And trust me, one day i will 🙂&lt;/p></description></item><item><title>Fedora 8 Released!</title><link>https://kalpik.com/2007/11/09/fedora-8-released/</link><pubDate>Fri, 09 Nov 2007 09:11:38 +0000</pubDate><guid>https://kalpik.com/2007/11/09/fedora-8-released/</guid><description>&lt;p>&lt;a href="http://fedoraproject.org">&lt;img alt="fedora" loading="lazy" src="http://distrowatch.com/images/icon-large/fedora.png">&lt;/a>&lt;/p>
&lt;p>Fedora 8 has been released: “&lt;!-- raw HTML omitted -->Announcing the release of &lt;a href="https://www.redhat.com/archives/fedora-announce-list/2007-November/msg00006.html">Fedora 8 (Werewolf)&lt;/a>. This release includes significant new versions of many key components and technologies. Features: GNOME 2.20; Online Desktop; KDE 3.5.8; Xfce 4.4.1; NetworkManager 0.7 provides improved wireless network management support; PulseAudio is now installed and enabled by default; CodecBuddy is now included; CompizFusion, the compositing window manager that re-merges Compiz and Beryl, is installed by default; the completely free and open source Java environment called IcedTea is installed by default….&lt;!-- raw HTML omitted -->” Learn more about all the features in the &lt;a href="http://fedoraproject.org/wiki/Releases/8/ReleaseSummary">release summary&lt;/a> and &lt;a href="http://download.fedora.redhat.com/pub/fedora/linux/releases/8/Everything/i386/os/RELEASE-NOTES-en_US.html">release notes&lt;/a>. The installation DVD and live CD/DVD images are available for download &lt;a href="http://torrent.fedoraproject.org/">via BitTorrent&lt;/a> or directly from Fedora’s &lt;a href="http://mirrors.fedoraproject.org/">download mirrors&lt;/a>. Quick links: &lt;a href="http://torrent.fedoraproject.org/torrents//Fedora-8-dvd-i386.torrent">Fedora-8-dvd-i386&lt;/a> (3,369MB), &lt;a href="http://torrent.fedoraproject.org/torrents//Fedora-8-dvd-x86_64.torrent">Fedora-8-dvd-x86_64&lt;/a> (3,800MB), &lt;a href="http://mirrors.fedoraproject.org/mirrorlist?path=pub/fedora/linux/releases/8/Live/i686/Fedora-8-Live-i686.iso&amp;amp;redirect=1">Fedora-8-Live-i686.iso&lt;/a> (697MB, &lt;a href="http://mirrors.kernel.org/fedora/releases/8/Live/x86_64/SHA1SUM">SHA1&lt;/a>), &lt;a href="http://mirrors.fedoraproject.org/mirrorlist?path=pub/fedora/linux/releases/8/Live/x86_64/Fedora-8-Live-x86_64.iso&amp;amp;redirect=1">Fedora-8-Live-x86_64.iso&lt;/a> (767MB, &lt;a href="http://mirrors.kernel.org/fedora/releases/8/Live/x86_64/SHA1SUM">SHA1&lt;/a>).&lt;/p></description></item><item><title>WordPress 2.3 Released!</title><link>https://kalpik.com/2007/09/25/wordpress-23-released/</link><pubDate>Tue, 25 Sep 2007 09:05:36 +0000</pubDate><guid>https://kalpik.com/2007/09/25/wordpress-23-released/</guid><description>&lt;p>And i’ve already upgraded! 😀&lt;/p>
&lt;blockquote>
&lt;p>On Monday, September 24, 2007, WordPress version 2.3 was released to the public. For information on the changes and improvements in this new version, see &lt;a href="http://codex.wordpress.org/index.php?title=Changelog/2.3&amp;amp;action=edit" title="Changelog/2.3">Changelog for 2.3&lt;/a>.&lt;/p>
&lt;p>For Version 2.2, the database version (&lt;strong>db_version&lt;/strong> in &lt;strong>wp_option&lt;/strong>) is 6124.&lt;/p>
&lt;p>Two of the top five ideas are implemented in this release: &lt;a href="http://wordpress.org/extend/ideas/topic.php?id=30&amp;amp;page" title="http://wordpress.org/extend/ideas/topic.php?id=30&amp;amp;page">Plugin Update Notification&lt;/a>&lt;!-- raw HTML omitted --> (&lt;em>&lt;a href="http://wordpress.org/extend/ideas/topic.php?id=30&amp;amp;amp;page">http://wordpress.org/extend/ideas/topic.php?id=30&amp;amp;amp;page&lt;/a>&lt;/em>)&lt;!-- raw HTML omitted --> and &lt;a href="http://wordpress.org/extend/ideas/topic.php?id=59" title="http://wordpress.org/extend/ideas/topic.php?id=59">Tags!&lt;/a>&lt;!-- raw HTML omitted --> (&lt;em>&lt;a href="http://wordpress.org/extend/ideas/topic.php?id=59">http://wordpress.org/extend/ideas/topic.php?id=59&lt;/a>&lt;/em>)&lt;!-- raw HTML omitted -->, and another with very high rating &lt;a href="http://wordpress.org/extend/ideas/topic.php?id=560" title="http://wordpress.org/extend/ideas/topic.php?id=560">Revamp the default blogroll&lt;/a>&lt;!-- raw HTML omitted --> (&lt;em>&lt;a href="http://wordpress.org/extend/ideas/topic.php?id=560">http://wordpress.org/extend/ideas/topic.php?id=560&lt;/a>&lt;/em>)&lt;!-- raw HTML omitted -->.&lt;/p></description></item><item><title>AV-Comparatives antivirus test results</title><link>https://kalpik.com/2007/09/01/av-comparatives-antivirus-test-results/</link><pubDate>Sat, 01 Sep 2007 19:47:36 +0000</pubDate><guid>https://kalpik.com/2007/09/01/av-comparatives-antivirus-test-results/</guid><description>&lt;blockquote>
&lt;p>On this site you will find independent comparatives of Anti-Virus software. All products listed in our comparatives are already a selection of some very good anti-virus products. In order to get tested by us, companies must fulfill various conditions and minimum requirements.&lt;/p>
&lt;/blockquote>
&lt;p>This is one of the MOST respected antivirus tests on the internet! Do have a look! This times results might surprise you 🙂&lt;/p>
&lt;p>&lt;a href="http://www.av-comparatives.org/">AV-Comparatives&lt;/a>&lt;/p></description></item><item><title>Introducing the Hardy Heron</title><link>https://kalpik.com/2007/08/30/introducing-the-hardy-heron/</link><pubDate>Thu, 30 Aug 2007 08:59:17 +0000</pubDate><guid>https://kalpik.com/2007/08/30/introducing-the-hardy-heron/</guid><description>&lt;p>From the &lt;a href="https://lists.ubuntu.com/archives/ubuntu-devel-announce/2007-August/000336.html">Ubuntu Developer mailing list&lt;/a>:&lt;/p>
&lt;blockquote>
&lt;p>I am delighted to have the pleasure of announcing the Hardy Heron&lt;br>
(Ubuntu 8.04), the next version of Ubuntu that will succeed Gutsy Gibbon&lt;br>
(Ubuntu 7.10, due for release in October 2007). Not only will the Ubuntu&lt;br>
community continue to do what it does best, produce an easy-to-use,&lt;br>
reliable, free software platform, but this release will proudly wear the&lt;br>
badge of Long Term Support (LTS) and be supported with security updates&lt;br>
for five years on the server and three years on the desktop. We look&lt;br>
forward to releasing the Hardy Heron in April 2008.&lt;/p></description></item><item><title>Gutsy Gibbon Tribe 5!</title><link>https://kalpik.com/2007/08/24/gutsy-gibbon-tribe-5/</link><pubDate>Fri, 24 Aug 2007 19:03:32 +0000</pubDate><guid>https://kalpik.com/2007/08/24/gutsy-gibbon-tribe-5/</guid><description>&lt;p>Tribe 5 just hit the mirrors! Get it while its hot! This release includes a lot of new features like:&lt;/p>
&lt;ul>
&lt;li>Gnome 2.19.90&lt;/li>
&lt;li>Graphical Configuration tool for X Server&lt;/li>
&lt;li>A new plugin manager for Firefox, which allows to choose readily used plugins such as flash, adblock, beagle plugin etc&lt;/li>
&lt;li>A new printing system, with a default PDF printer being installed by default&lt;/li>
&lt;/ul>
&lt;p>I once tried Gutsy when it was tribe 2. Lots of things didn’t work, or were buggy at that time, so i went back to feisty then. But now i’ve been using Gutsy since tribe 4 and its been as stable as feisty! So all those people who like to stay on the edge, do try it out, as its completely usable!&lt;/p></description></item><item><title>Pidgin v2.1.1 Released!</title><link>https://kalpik.com/2007/08/21/pidgin-v211-released/</link><pubDate>Tue, 21 Aug 2007 08:52:03 +0000</pubDate><guid>https://kalpik.com/2007/08/21/pidgin-v211-released/</guid><description>&lt;p>No changelog yet, ill update &lt;a href="http://www.kalpiknigam.com/blog/2007/05/12/install-pidgin-200-on-ubuntu-feisty-with-all-plugins/">this thread&lt;/a> as soon as i get debs. Though, since a month now, i have shifted to &lt;a href="http://www.ubuntu.com">Ubuntu&lt;/a> Gutsy. 🙂&lt;/p>
&lt;p>Get it &lt;a href="http://pidgin.im">here&lt;/a>.&lt;/p></description></item><item><title>Kill Vista by pressing just two keys!</title><link>https://kalpik.com/2007/07/17/kill-vista-by-pressing-just-two-keys/</link><pubDate>Tue, 17 Jul 2007 08:37:33 +0000</pubDate><guid>https://kalpik.com/2007/07/17/kill-vista-by-pressing-just-two-keys/</guid><description>&lt;p>Windows Vista can be completely killed by pressing a simple combination of just two keys. All you need to crush Microsoft’s latest operating system and put the much-applauded Wow at an end is two fingers. This issue has been reported independently of Microsoft, and the Redmond company has failed to issue any official comment at the time of this article. The immediate question which comes to mind is if the problem is a security vulnerability or a simple bug.&lt;/p></description></item><item><title>Google Desktop for linux!</title><link>https://kalpik.com/2007/06/28/google-desktop-for-linux/</link><pubDate>Thu, 28 Jun 2007 11:08:24 +0000</pubDate><guid>https://kalpik.com/2007/06/28/google-desktop-for-linux/</guid><description>&lt;p>Google has just released Google Desktop for Linux! Get it &lt;a href="http://desktop.google.com/linux/">here&lt;/a>.&lt;/p></description></item><item><title>Sue me first, Microsoft</title><link>https://kalpik.com/2007/06/09/sue-me-first-microsoft/</link><pubDate>Sat, 09 Jun 2007 09:11:28 +0000</pubDate><guid>https://kalpik.com/2007/06/09/sue-me-first-microsoft/</guid><description>&lt;p>From &lt;a href="http://digitaltippingpoint.com/wiki/index.php?title=Sue_me_first%2C_Microsoft">Digital Tipping Point&lt;/a>,&lt;/p>
&lt;blockquote>
&lt;p>Hello, and welcome to our Microsoft lawsuit invitational. This page is intended to be a place where people would like to join together to invite a Microsoft patent infringement lawsuit. If you would like to invite a visit by Brad Smith, Microsoft’s head litigator, please feel free to add your name here. We are asking that people include their name, email address, version of GNU Linux disto(s) being used, and a short statement explaining why you are using that distro.&lt;/p></description></item><item><title>Fedora Core 7 &amp;#8220;Moonshine&amp;#8221; released!</title><link>https://kalpik.com/2007/05/31/fedora-core-7-moonshine-released/</link><pubDate>Thu, 31 May 2007 21:34:29 +0000</pubDate><guid>https://kalpik.com/2007/05/31/fedora-core-7-moonshine-released/</guid><description>&lt;p>The Fedora Project has announced the release of Fedora 7, code name “Moonshine”: “&lt;!-- raw HTML omitted -->Howdy, cousins! Welcome to our little Fedora hollow, where we’ve brewed up some mighty, mighty Fedora 7 Moonshine for your enjoyment.&lt;!-- raw HTML omitted -->”&lt;/p>
&lt;p>The latest version of the popular distribution comes with a number of new features, including “spins”, or variations of Fedora built from a specific set of software packages, the latest GNOME 2.18 and KDE 3.5.6 desktops, fast user switching, improved internationalisation support, a new SELinux troubleshooting tool, significantly faster package management utilities, a new kernel-based virtual machine technology, and many other enhancements. Please read the &lt;a href="https://www.redhat.com/archives/fedora-announce-list/2007-May/msg00009.html">release announcement&lt;/a> and consult the &lt;a href="http://download.fedora.redhat.com/pub/fedora/linux/releases/7/Fedora/i386/os/RELEASE-NOTES-en_US.html">release notes&lt;/a> for detailed information.&lt;/p></description></item><item><title>AOL Active Virus Shield new release (now Vista compatible)</title><link>https://kalpik.com/2007/05/30/aol-active-virus-shield-new-release-now-vista-compatible/</link><pubDate>Wed, 30 May 2007 15:45:27 +0000</pubDate><guid>https://kalpik.com/2007/05/30/aol-active-virus-shield-new-release-now-vista-compatible/</guid><description>&lt;p>Was just trying out &lt;a href="http://www,activevirusshield.com">AOL AVS&lt;/a>, and noticed something.. The file gets downloaded from this directory: &lt;a href="http://download.nullsoft.com/avs/">http://download.nullsoft.com/avs/&lt;/a>&lt;/p>
&lt;p>And surprise surprise! Its got a new file there &lt;a href="http://download.nullsoft.com/avs/AVS_v25.exe">http://download.nullsoft.com/avs/AVS_v25.exe&lt;/a> upon installing which, it says v6.0.2.621&lt;/p>
&lt;p>Ss listed on &lt;a href="http://www.kaspersky.com/productupdates?chapter=186435857">http://www.kaspersky.com/productupda…pter=186435857&lt;/a>&lt;/p>
&lt;p>It is the LATEST version of KAV 6! And its vista compatible too! 😀&lt;/p></description></item><item><title>Gmail upgrades maximum attachment size to 20 MB!</title><link>https://kalpik.com/2007/05/23/gmail-upgrades-maximum-attachment-size-to-20-mb/</link><pubDate>Wed, 23 May 2007 11:34:34 +0000</pubDate><guid>https://kalpik.com/2007/05/23/gmail-upgrades-maximum-attachment-size-to-20-mb/</guid><description>&lt;p>YAY! This move is a lot better than giving us unlimited storage space! A boon for gmail drive and gmailFS users!&lt;/p>
&lt;p>&lt;a href="http://mail.google.com/support/bin/answer.py?answer=8770">Source&lt;/a>.&lt;/p></description></item><item><title>Install Pidgin 2.0.0 on Ubuntu Feisty (with all plugins)</title><link>https://kalpik.com/2007/05/12/install-pidgin-200-on-ubuntu-feisty-with-all-plugins/</link><pubDate>Sat, 12 May 2007 22:51:34 +0000</pubDate><guid>https://kalpik.com/2007/05/12/install-pidgin-200-on-ubuntu-feisty-with-all-plugins/</guid><description>&lt;p>You can easily get the vanilla Pidgin 2.0 .deb (installation file for Ubuntu Feisty).&lt;/p>
&lt;p>The only thing i was missing badly were the plugins! I was really used to the libnotify and autoreply plugins. Anyway, so i’ve compiled a .deb here for the &lt;a href="http://plugins.guifications.org/trac/wiki/PluginPack">Purple Plugin Pack&lt;/a>.&lt;/p>
&lt;p>&lt;strong>Plugins in the Plugin Pack&lt;/strong>&lt;/p>
&lt;ol>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/album">Album&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/autoaccept">Auto Accept&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/autorejoin">Auto-rejoin&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/autoreply">Auto Reply&lt;/a>&lt;/li>
&lt;li>awaynotify&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/bash">Bash.org&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/bit">Buddy Icon Tools&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/blistops">Buddy List Options&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/buddynote">Buddy Note&lt;/a>&lt;/li>
&lt;li>buddytime&lt;/li>
&lt;li>chronic&lt;/li>
&lt;li>convcolors&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/dice">Dice&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/difftopic">DiffTopic&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/eight_ball">Magic 8 Ball&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/flip">Flip&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/gRIM">gRIM&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/groupmsg">Group Message&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/hideconv">Hide Conversation&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/irchelper">IRC Helper&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/irssi">Irssi Features&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/lastseen">Last Seen&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/listhandler">List Handler&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/markerline">Marker Line&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/mystatusbox">My Status Box&lt;/a>&lt;/li>
&lt;li>napster&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/newline">New Line&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/nicksaid">Nick Said&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/offlinemsg">Offline Message&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/oldlogger">Old Logger&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/plonkers">Plonkers&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/Schedule">Schedule&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/sepandtab">Separate and Tab&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/showoffline">Show Offline&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/simfix">Sim Fix&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/slashexec">Slash Exec&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/sslinfo">SSL Info&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/stocker">Stocker&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/switchspell">Switch Spell&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/talkfilters">Talk Filters&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/gxr">XMMS Remote&lt;/a>&lt;/li>
&lt;li>&lt;a href="http://plugins.guifications.org/trac/wiki/XChatChats">XChat-Chats&lt;/a>&lt;/li>
&lt;/ol>
&lt;p>&lt;!-- raw HTML omitted -->Edit:&lt;!-- raw HTML omitted --> Thanks to &lt;a href="http://www.blog.karthiksn.com/">Karthik&lt;/a>, we have 64 bit debs for the plugin pack too!&lt;/p></description></item><item><title>Pidgin v2.0.0 released!</title><link>https://kalpik.com/2007/05/05/pidgin-v200-released/</link><pubDate>Sat, 05 May 2007 01:12:15 +0000</pubDate><guid>https://kalpik.com/2007/05/05/pidgin-v200-released/</guid><description>&lt;p>After a LONG wait, finally the day is here! Pidgin 2.0.0 goes final!&lt;/p>
&lt;p>Pidgin (previously called Gaim) is a multi-protocol instant messaging (IM) client for Linux, BSD, MacOS X, and Windows. It is compatible with AIM and ICQ (Oscar protocol), MSN Messenger, Yahoo!, IRC, Jabber, Gadu-Gadu, SILC, GroupWise Messenger, and Zephyr networks.&lt;/p>
&lt;p>Pidgin users can log in to multiple accounts on multiple IM networks simultaneously. This means that you can be chatting with friends on AOL Instant Messenger, talking to a friend on Yahoo Messenger, and sitting in an IRC channel all at the same time.&lt;/p></description></item><item><title>Free Joost invites!</title><link>https://kalpik.com/2007/05/03/free-joost-invites/</link><pubDate>Thu, 03 May 2007 10:10:27 +0000</pubDate><guid>https://kalpik.com/2007/05/03/free-joost-invites/</guid><description>&lt;p>Yesterday i got 999 invites on my &lt;a href="http://www.joost.com">Joost&lt;/a> account! So im giving em away here! Anyone who wants them, please leave a comment here in the following format:&lt;/p>
&lt;p>&lt;strong>First Name:&lt;/strong>&lt;br>
&lt;strong>Last Name:&lt;/strong>&lt;/p>
&lt;p>No need to publish your email as i can get that from the admin panel.&lt;/p></description></item><item><title>Is DRM worth it?</title><link>https://kalpik.com/2007/05/02/is-drm-worth-it/</link><pubDate>Wed, 02 May 2007 20:20:40 +0000</pubDate><guid>https://kalpik.com/2007/05/02/is-drm-worth-it/</guid><description>&lt;p>So, you are the producer/publisher of a content. You want to make money of it. As much money as possible. You are wondering if you must use DRM or not.&lt;/p>
&lt;h5 id="first-question">First question&lt;/h5>
&lt;p>It might be obvious but, at first, ask yourself : “Why do I want to use DRM on my content ?”. To fight piracy or illegal copies ? Bad answer ! Your goal is NOT to fight piracy ! Your goal is to earn money. Lot of money. If you could make more money with the help of piracy, would you still fight it ? Of course not. So keep in my mind that you want to use DRM to make more money of your content. Nothing else.&lt;/p></description></item><item><title>HD-DVD encryption key out! Digg goes down</title><link>https://kalpik.com/2007/05/01/hd-dvd-encryption-key-out-digg-goes-down/</link><pubDate>Tue, 01 May 2007 09:15:33 +0000</pubDate><guid>https://kalpik.com/2007/05/01/hd-dvd-encryption-key-out-digg-goes-down/</guid><description>&lt;p>The &lt;a href="http://en.wikipedia.org/wiki/HD-DVD">HD-DVD&lt;/a> encryption key was leaked over the internet yesterday. The source got dugg pretty hard! It was being dugg so hard that digg was seeing 40 digs per second on this story! Ultimately digg went down and was showing 404 errors on every story! It was really great to see how strongly people feel about &lt;a href="http://en.wikipedia.org/wiki/Digital_Rights_Management">DRM&lt;/a>. This key actually enables people to decode legally bought HD-DVD movies on linux, though they are only supposed to be played on windows.&lt;/p></description></item><item><title>New Internet Data Speeds Set</title><link>https://kalpik.com/2007/04/26/new-internet-data-speeds-set/</link><pubDate>Thu, 26 Apr 2007 08:30:43 +0000</pubDate><guid>https://kalpik.com/2007/04/26/new-internet-data-speeds-set/</guid><description>&lt;p>&lt;!-- raw HTML omitted -->A group of researchers testing out the so called Internet2 network said it had broken speed records by first sending data at 7.67 gigabits per second, and breaking it the next day with a data transfer rate of 9.08Gbps.&lt;!-- raw HTML omitted -->&lt;/p>
&lt;p>“These records are final for the 10Gbps network era because they represent more than 98% of the upper limit of network capacity,” University of Tokyo researcher Dr. Kei Hiraki said. “Through collaboration by a number of institutions, we have demonstrated the ability to overcome the distance and achieve this newest mark.”&lt;/p></description></item><item><title>Ubuntu 7.04 Feisty Fawn Released</title><link>https://kalpik.com/2007/04/19/ubuntu-704-feisty-fawn-released/</link><pubDate>Thu, 19 Apr 2007 23:15:27 +0000</pubDate><guid>https://kalpik.com/2007/04/19/ubuntu-704-feisty-fawn-released/</guid><description>&lt;p>Its finally here! And im running it 😀 Due to all the traffic rush, &lt;a href="http://www.ubuntu.com">Ubuntu.com&lt;/a> is down! On their homepage:&lt;/p>
&lt;blockquote>
&lt;p>Thank you to everyone who has helped make Ubuntu 7.04 a reality. Thousands of you have helped code, test, translate and promote Ubuntu and everyone can celebrate today’s release.&lt;/p>
&lt;p>If you are looking for general information about the Ubuntu project, the main site will be back shortly.&lt;/p>
&lt;/blockquote>
&lt;p>For official mirrors to download, please see the &lt;a href="http://www.ubuntu.com">Ubuntu homepage&lt;/a>.&lt;/p></description></item><item><title>Introducing the Gutsy Gibbon</title><link>https://kalpik.com/2007/04/12/introducing-the-gutsy-gibbon/</link><pubDate>Thu, 12 Apr 2007 23:12:37 +0000</pubDate><guid>https://kalpik.com/2007/04/12/introducing-the-gutsy-gibbon/</guid><description>&lt;p>From the Ubuntu mailing lists:&lt;/p>
&lt;blockquote>
&lt;p>Folks, allow me to introduce the Gutsy Gibbon, who will be succeeding&lt;br>
the Feisty Fawn as the focus of our development love in a few short&lt;br>
weeks, for release in October 2007.&lt;/p>
&lt;/blockquote>
&lt;p>Hehe.. Funny name i must say.. But then i think about Warty Warthog, Hoary Hedgehog, Breezy Badger, Dapper Drake, Edgy Eft and Feisty Fawn.. Anyway, whatever the name may be, Ubuntu ROCKS!&lt;/p></description></item><item><title>Phoenix BIOS Locks out all OSâ€™s except Vista!!!</title><link>https://kalpik.com/2007/04/11/phoenix-bios-locks-out-all-os%e2%80%99s-except-vista/</link><pubDate>Wed, 11 Apr 2007 21:53:46 +0000</pubDate><guid>https://kalpik.com/2007/04/11/phoenix-bios-locks-out-all-os%e2%80%99s-except-vista/</guid><description>&lt;p>&lt;!-- raw HTML omitted -->Taken from &lt;a href="http://linux.wordpress.com/2007/04/11/phoenix-bios-locks-out-all-oss-except-vista/">The Linux and OpenSource&lt;/a> blog:&lt;!-- raw HTML omitted -->&lt;/p>
&lt;blockquote>
&lt;p>&lt;!-- raw HTML omitted -->If youâ€™re buying a new computer in the near future, it may be a good idea to avoid systems with Phoenix bios on them. Thereâ€™s recent proof that their 2003 contract with Microsoft has born fruit in their latest bios versions which now &lt;a href="http://www.linuxquestions.org/questions/showthread.php?p=2705017#post2705017">prevent you from installing any OS other than Vista.&lt;/a> Not only is this a really, really bad move by Phoenix, but itâ€™s also another strike against Microsoft as it seems to be trying to become uber monopolistic in the PC market again simply by locking out anyone and everyone they can. Thank goodness the open bios project is in full swing. We may need them in the near future.&lt;!-- raw HTML omitted -->&lt;/p></description></item><item><title>Windows Vista â€“ the Last Big Windows Operating System</title><link>https://kalpik.com/2007/04/11/windows-vista-%e2%80%93-the-last-big-windows-operating-system/</link><pubDate>Wed, 11 Apr 2007 21:37:50 +0000</pubDate><guid>https://kalpik.com/2007/04/11/windows-vista-%e2%80%93-the-last-big-windows-operating-system/</guid><description>&lt;p>Windows Vista will be the last big Windows operating system. Further more, Microsoft is losing its grip on the desktop to business solutions built on SaaS, open source and virtualization. These are the conclusions put forward by analysts from Goldman Sachs.&lt;/p>
&lt;p>Goldman Sachs’ perspective on Windows Vista is not singular. In fact, the view that Vista is the last client operating system from Microsoft has been perpetuating itself even before the product hit the shelves. In fact, back in 2006, Gartner analysts have also put forward the possibility that Windows Vista would be the last of its kind.&lt;/p></description></item><item><title>Is Wine really faster than Windows?</title><link>https://kalpik.com/2007/04/03/is-wine-really-faster-than-windows/</link><pubDate>Tue, 03 Apr 2007 22:22:10 +0000</pubDate><guid>https://kalpik.com/2007/04/03/is-wine-really-faster-than-windows/</guid><description>&lt;p>Would you believe that &lt;a href="http://www.winehq.com/">&lt;!-- raw HTML omitted -->Wine&lt;!-- raw HTML omitted -->&lt;/a>, the open-source, program that enables you to run some Windows programs on Linux, is faster than native Windows XP on the same hardware?&lt;/p>
&lt;p>I have trouble buying that one too, but according to the Wine crew’s &lt;a href="http://wiki.winehq.org/BenchMark-0.9.5">&lt;!-- raw HTML omitted -->latest benchmark runs&lt;!-- raw HTML omitted -->&lt;/a>, it’s true.&lt;/p>
&lt;p>These were primarily graphic tests. Both systems, Windows XP SP 2 and Gentoo with Wine 0.9.5, were asked to show their stuff on a 3.8GHz Intel 570 Pentium box with an 800MHz FSB (front side bus), a gigabyte of 533MHz DDR2 (double data rate) RAM, and a 60GB IDE ATA100 hard drive.&lt;/p></description></item><item><title>IBM Series x3455 Servers</title><link>https://kalpik.com/2007/04/01/ibm-series-x3455-servers/</link><pubDate>Sun, 01 Apr 2007 13:54:31 +0000</pubDate><guid>https://kalpik.com/2007/04/01/ibm-series-x3455-servers/</guid><description>&lt;p>Hi! Many of you might be wondering why i was hardly online since the past few days. The reason was this 🙂 I was setting up 3 IBM Series x3455 servers for my company &lt;a href="http://www.csc.com">CSC&lt;/a>. These are blade servers which are supposed to run Sourceforge Enterprise Edition have the following configuration:&lt;/p>
&lt;ul>
&lt;li>2 x AMD Opteron 2.6 GHz Dual Core 64 bit processors (that’s 4 cores with 2.6 Ghz per core)&lt;/li>
&lt;li>4 GB DDR2 667 Mhz RAM (ECC RAM)&lt;/li>
&lt;li>2 x 160 GB SATA II HDDs&lt;/li>
&lt;li>2 x 1GBps LAN cards&lt;/li>
&lt;/ul>
&lt;p>The servers came from Singapore with every component in a separate box! So they had to be assembled first over here. After assembling, RedHat Enterprise Linux v4 was chosen as the OS with the following partitioning scheme:&lt;/p></description></item><item><title>A Six-Year-Old Girl Hacks Computers</title><link>https://kalpik.com/2007/03/28/a-six-year-old-girl-hacks-computers/</link><pubDate>Wed, 28 Mar 2007 21:30:48 +0000</pubDate><guid>https://kalpik.com/2007/03/28/a-six-year-old-girl-hacks-computers/</guid><description>&lt;p>A UK Parliamentâ€™s computer was hacked by a six-year-old child after he managed to install a keylogger on the system. It was a part of a UK campaign meant to improve the security of the online activities using several experiments. The Get Safe Online program was started some time ago and is currently promoted through a website that presents useful statistics and number about the online security.&lt;/p>
&lt;p>â€œA six year-old child has hacked into the UK Parliamentâ€™s computer system, installing a keylogger onto an MPâ€™s machine. As part of an experiment run by the UK campaign â€˜Get Safe Onlineâ€™, the minister agreed to leave her PC unattended for 60 seconds. In a quarter of that time, the schoolgirl had successfully installed an application that monitored every keystroke without anyone noticing. The keylogger, if left undetected, would have recorded everything the MP wrote on her PC in the next six months,â€ the same author sustained.&lt;/p></description></item><item><title>Ubuntu Feisty 7.04 Beta Released!</title><link>https://kalpik.com/2007/03/24/ubuntu-feisty-704-beta-released/</link><pubDate>Sat, 24 Mar 2007 10:14:08 +0000</pubDate><guid>https://kalpik.com/2007/03/24/ubuntu-feisty-704-beta-released/</guid><description>&lt;p>Ubuntu Feisty Beta hits the servers! From &lt;a href="http://www.ubuntu.com/news/Ubuntu704Beta">Official Announcement&lt;/a>:&lt;/p>
&lt;blockquote>
&lt;p>The Ubuntu team is proud to announce the beta release of Ubuntu 7.04.&lt;/p>
&lt;p>Ubuntu 7.04 is the most user-friendly Ubuntu to date and includes a ground-breaking Windows migration assistant, excellent wireless networking support and improved multimedia support.&lt;/p>
&lt;p>Ubuntu 7.04 server edition adds support for hardware facilities that speed up the use of virtual machines as well as other improved hardware support, making it an excellent choice as a web, database, file and print server, the fastest growing area of Linux server use.&lt;/p></description></item><item><title>WordPress 2.1.1 dangerous, upgrade..</title><link>https://kalpik.com/2007/03/03/wordpress-211-dangerous-upgrade/</link><pubDate>Sat, 03 Mar 2007 10:31:13 +0000</pubDate><guid>https://kalpik.com/2007/03/03/wordpress-211-dangerous-upgrade/</guid><description>&lt;p>Long story short: If you downloaded WordPress 2.1.1 within the past 3-4 days, your files may include a security exploit that was added by a cracker, and you should upgrade all of your files to 2.1.2 immediately.&lt;/p>
&lt;p>Longer explanation: This morning we received a note to our security mailing address about unusual and highly exploitable code in WordPress. The issue was investigated, and it appeared that the 2.1.1 download had been modified from its original code. We took the website down immediately to investigate what happened.&lt;/p></description></item><item><title>Acrobat Reader Actually Reads, with Voice!</title><link>https://kalpik.com/2007/02/26/acrobat-reader-actually-reads-with-voice/</link><pubDate>Mon, 26 Feb 2007 13:20:30 +0000</pubDate><guid>https://kalpik.com/2007/02/26/acrobat-reader-actually-reads-with-voice/</guid><description>&lt;p>PDF documents are very familiar among the computer users especially those from the educational field. Sometimes, a large quantity of educational information is stored in this file format rather than the usual Doc or RTF document. In this case, working with Acrobat Reader has become mandatory. Being just a viewer, not an editor like Word, means that it should be easier to work with.&lt;/p>
&lt;p>In my opinion, it is. However, many people do not feel too comfortable using Acrobat Reader and the pdf file format. Some complain that the loading time takes to much, other feel no confidence to work with a text document without being able to edit it and finally there are those who get confused when trying to download a pdf document using a web browser, find out that the document actually opens within the browserâ€™s window.&lt;/p></description></item><item><title>Windows Live Messenger Serves Malware</title><link>https://kalpik.com/2007/02/21/windows-live-messenger-serves-malware/</link><pubDate>Wed, 21 Feb 2007 21:03:29 +0000</pubDate><guid>https://kalpik.com/2007/02/21/windows-live-messenger-serves-malware/</guid><description>&lt;p>Microsoft has managed to put itself in an uncomfortable position after serving malicious code to Windows Live Messenger users via ads embedded in the instant messaging client. According to the Redmond Company, actions were taken swiftly in order to remove an advertisement banner featured for several days in the IM program that pointed to a â€œsecurityâ€ solution delivering anything but security.&lt;/p>
&lt;p>â€œWe have learned that Microsoft was notified of malware that was being served through ads placed in Windows Live Messenger banners. As a result of this notification Microsoft immediately investigated the reports and removed the offending ads, as this is a violation of Microsoft’s ad serving policy. Microsoft can confirm that the ads are no longer being served by any Microsoft system,â€ said Whitney Burk, a company PR manager.&lt;/p></description></item><item><title>Enjoy 5.1 Surround Sound with Just 1 Speaker</title><link>https://kalpik.com/2007/02/18/enjoy-51-surround-sound-with-just-1-speaker/</link><pubDate>Sun, 18 Feb 2007 15:13:44 +0000</pubDate><guid>https://kalpik.com/2007/02/18/enjoy-51-surround-sound-with-just-1-speaker/</guid><description>&lt;p>The lack of personal space is something that affects us all, since the size of our houses, especially in crowded areas, is becoming smaller and smaller. And since Japan is one of the countries with the smallest living space (in square meters) per inhabitant, the people from Yamaha have come up with the very intelligent idea of creating a speaker that can take advantage of this situation, and use the walls in order to create a surround effect. Enters the Yamaha YSP-900 digital sound projector, a device that, according to its manufacturers, is actually capable of simulating different audio modes, such as 2.1 or 5.1, without requiring any extra-speakers.&lt;/p></description></item><item><title>Get Vista Features on Your XP</title><link>https://kalpik.com/2007/02/12/get-vista-features-on-your-xp/</link><pubDate>Mon, 12 Feb 2007 22:42:50 +0000</pubDate><guid>https://kalpik.com/2007/02/12/get-vista-features-on-your-xp/</guid><description>&lt;p>Windows Vista is on the shelves! Available for the general public, not only for enterprises, everyone can upgrade the current Windows XP or buy the brand new OS from Microsoft.&lt;/p>
&lt;p>Due to different reasons like high hardware requirements, software incompatibility or the price, some people cannot afford to do the migration, at least not in the near future. Of course there are also the conservative users who attached themselves too much to the XP that now they hesitate to make the move believing in its endurance.&lt;/p></description></item><item><title>Kaspersky Reveals the Fundamental Vulnerability of Vista PatchGuard</title><link>https://kalpik.com/2007/02/10/kaspersky-reveals-the-fundamental-vulnerability-of-vista-patchguard/</link><pubDate>Sat, 10 Feb 2007 09:42:23 +0000</pubDate><guid>https://kalpik.com/2007/02/10/kaspersky-reveals-the-fundamental-vulnerability-of-vista-patchguard/</guid><description>&lt;p>Kaspersky regards the Kernel Patch Protection introduced in 64-bit Windows Vista as a joke. Alisa Shevchenko, Virus analyst, Kaspersky Lab, claims that PatchGuard can â€œhardly be viewed as providing serious protection against rootkits.â€ In this context, Kaspersky has revealed that the Windows Vista kernel, for 64-bit platforms only, is just â€œallegedlyâ€ immune to modifications.&lt;/p>
&lt;p>â€œIt is, by its very nature, vulnerable, as is demonstrated by the existence of documented methods for disabling protection. The major vulnerability within PatchGuard is architectural: the code which ensures protection is executed at the same level as code which it is both designed to protect, and to protect against. This protection has the same rights as a potential attacker, and can be evaded or disabled. Ways in which PatchGuard can be exploited or disabled are already known,â€ explained Shevchenko.&lt;/p></description></item><item><title>Ubuntu CDs only Rs. 1500 per CD!</title><link>https://kalpik.com/2007/02/04/ubuntu-cds-only-rs-1500-per-cd/</link><pubDate>Sun, 04 Feb 2007 16:44:14 +0000</pubDate><guid>https://kalpik.com/2007/02/04/ubuntu-cds-only-rs-1500-per-cd/</guid><description>&lt;p>Taken from &lt;a href="http://mehulved.wordpress.com/2007/02/04/look-whos-conning-too/">Mehul’s Blog&lt;/a>.&lt;/p>
&lt;blockquote>
&lt;p>I had almost given up blogging but came across this nice incident so had to post it.&lt;/p>
&lt;p>This is a true incident that happened with my friend rahul, whoâ€™s been looking to try linux but heâ€™s a dumbhead when it comes to technology.&lt;/p>
&lt;p>This dude, Utsav &lt;a href="http://www.thinkdigit.com/forum/showthread.php?t=48028">came on digit forum and announced that he was selling linux 10 cdâ€™s for Rs. 1500 each&lt;/a>. But that thread was locked by the Admin before he could get to talk with the fellow&lt;/p></description></item><item><title>Google to Release Microsoft Office Alternative</title><link>https://kalpik.com/2007/01/30/google-to-release-microsoft-office-alternative/</link><pubDate>Tue, 30 Jan 2007 19:44:26 +0000</pubDate><guid>https://kalpik.com/2007/01/30/google-to-release-microsoft-office-alternative/</guid><description>&lt;p>Microsoft Office is surely the most popular office suite in the entire world, providing extremely useful applications such as Word, Excel, PowerPoint, Access and many other tools that are making our computers work much easier. At this time, Microsoftâ€™s solution is challenged by a similar product available for free, OpenOffice representing a tool that is chosen by millions of users from all around the world.&lt;/p>
&lt;p>Nowadays, Google owns the most powerful search engine technology in the entire world, being challenged by similar services provided by other companies. Microsoft is trying to win the battle with Googleâ€™s search engine by improving Live Search, a similar technology that allows users to search the internet.&lt;/p></description></item><item><title>Animated boot screen on openSuSE 10.2</title><link>https://kalpik.com/2007/01/25/animated-boot-screen-on-opensuse-102/</link><pubDate>Thu, 25 Jan 2007 10:05:29 +0000</pubDate><guid>https://kalpik.com/2007/01/25/animated-boot-screen-on-opensuse-102/</guid><description>&lt;p>Everyone who has used openSuSE 10.2 must have come across the animated boot screen. But the problem is that its not permanent. It comes sometimes, and doesnt come at other times. Im writing this tutorial for all you penguin lovers who would like to see the animated boot everytime!&lt;/p>
&lt;p>1. In the terminal (from your home folder) type &lt;strong>mkdir new&lt;/strong>&lt;br>
2. Type &lt;strong>cp /boot/message new&lt;/strong>&lt;br>
3. Now type &lt;strong>cd new&lt;/strong>&lt;br>
4. Type &lt;strong>cpio -i &amp;lt; message&lt;/strong>&lt;br>
5. Dont close the terminal, and open the folder new in your home folder (from konqueror or nautilus) and edit “gfxboot.cfg” file in kwrite/gedit&lt;br>
6. Change “penguin=-1” to “penguin=100” and save the file&lt;br>
7. Now delete the message file in the new directory by typing &lt;strong>rm message&lt;/strong>&lt;br>
8. Now type &lt;strong>ls . | cpio -o &amp;gt; message&lt;/strong>&lt;br>
9. Now type &lt;strong>sudo cp message /boot&lt;/strong>, enter your root password if required.&lt;/p></description></item><item><title>Frustrated with Hutch</title><link>https://kalpik.com/2007/01/21/frustrated-with-hutch/</link><pubDate>Sun, 21 Jan 2007 12:17:05 +0000</pubDate><guid>https://kalpik.com/2007/01/21/frustrated-with-hutch/</guid><description>&lt;p>My hutch connection was disconnected yesterday without prior notification on the basis of “verification”. I cannot make any outgoing calls and SMSs even though i have a balance of around 1800 Rs. Incoming calls do not show the caller ID. Now even though i have submitted the required documents (not that i didn’t submit them when i bought the connection, i did submit a photocopy of my Driver’s License!), my connection has not been activated. There are problems with the network too. Calls get dropped, network congestion. I cannot dial Hutch Care “111” from my mobile. It always shows network busy. So if i need to talk to customer care, i need to dial “9811098110” from my landline and pay for it while i listen to “you and i” for an hour!&lt;/p></description></item><item><title>INTEL Shows Off an 8-Core PC</title><link>https://kalpik.com/2007/01/10/intel-shows-off-an-8-core-pc/</link><pubDate>Wed, 10 Jan 2007 09:20:07 +0000</pubDate><guid>https://kalpik.com/2007/01/10/intel-shows-off-an-8-core-pc/</guid><description>&lt;p>INTEL has showcased at CES a system capable of hosting 8 cores onto a single motherboard. While many knew that this was actually possible, it is a surprise nevertheless. To give you some details, let me say that the â€œV8â€ platform that was showcased today is similar to the one that is being used in Appleâ€™s Mac Pro systems.&lt;/p>
&lt;p>Last year when the Macs were launched, the idea was to offer real quad core systems motive for which two dual-core Xeons were used to turn the concept into reality. At the moment, quad-core Xeons existed only on papers but when they came out, users replaced the older dual cores with the newcomers and obtained eight-core home computers.&lt;/p></description></item><item><title>Windows Vista Ultimate Site</title><link>https://kalpik.com/2007/01/08/windows-vista-ultimate-site/</link><pubDate>Mon, 08 Jan 2007 16:38:00 +0000</pubDate><guid>https://kalpik.com/2007/01/08/windows-vista-ultimate-site/</guid><description>&lt;p>With &lt;a href="http://www.windowsultimate.com/">Windowsultimate.com&lt;/a>, a website dedicated to Windows Vista Ultimate, Microsoft is offering a life experience outside the box. â€œWelcome to the new website for Windows Vista Ultimate. This is a space where we, the people who make Windows Vista Ultimate and Ultimate Extras, can talk to you about what weâ€™re doingâ€, reads Microsoft’s welcoming message.&lt;/p>
&lt;p>The Redmond Company informed that it plans to introduce a high frequency rate of updates to the website and therefore has made available an RSS feed that would enable users to stay up to date with Windowsultimate.com.&lt;/p></description></item><item><title>Happy new year!</title><link>https://kalpik.com/2007/01/01/happy-new-year/</link><pubDate>Mon, 01 Jan 2007 22:37:48 +0000</pubDate><guid>https://kalpik.com/2007/01/01/happy-new-year/</guid><description>&lt;p>Wishing all the readers of my blog a very happy and prosperous new year!&lt;/p></description></item><item><title>5 things about me!</title><link>https://kalpik.com/2006/12/28/5-things-about-me/</link><pubDate>Thu, 28 Dec 2006 21:00:16 +0000</pubDate><guid>https://kalpik.com/2006/12/28/5-things-about-me/</guid><description>&lt;p>Ok.. So i was tagged by my friend &lt;a href="http://manast.blogspot.com">Manas&lt;/a>. So here are 5 things about me:&lt;/p>
&lt;p>1. &lt;strong>Love technology and gadgets&lt;/strong>: Im the kinda guy who’d like to own the latest hardware/mobile phones, but alas my budget does not permit :p&lt;/p>
&lt;p>2. &lt;strong>Im an introvert&lt;/strong>: I get like at least 20-25 genuine emails a day (naah, not spam). And im a very busy person. The internet is my connection to the world. Im not the outgoing and mixing types 🙂 And i wont bug someone unless i really need some help from him. Live and let live 🙂&lt;br>
3. &lt;strong>I dont keep people close to me&lt;/strong>: Hehe.. Its just that i dont keep anyone “that” close to me. And no one is that important for me. This is due to some past bad experiences i had with people really close to me. I have that “i dont care” attitude.&lt;/p></description></item><item><title>An AWESOME wallpaper site</title><link>https://kalpik.com/2006/12/21/an-awesome-wallpaper-site/</link><pubDate>Thu, 21 Dec 2006 10:06:29 +0000</pubDate><guid>https://kalpik.com/2006/12/21/an-awesome-wallpaper-site/</guid><description>&lt;p>This site has all the wallpaper is all the resolutions! You widescreen guys would love it! All wallpapers are extremely beautiful!&lt;/p>
&lt;p>&lt;a href="http://www.interfacelift.com">Check it out&lt;/a>!&lt;/p></description></item><item><title>A Windows Vista Zero-Day Exploit Costs $50,000</title><link>https://kalpik.com/2006/12/18/a-windows-vista-zero-day-exploit-costs-50000/</link><pubDate>Mon, 18 Dec 2006 22:43:13 +0000</pubDate><guid>https://kalpik.com/2006/12/18/a-windows-vista-zero-day-exploit-costs-50000/</guid><description>&lt;p>$50,000 for a Windows Vista zero-day exploit. The 0-day exploits have not been released in the wild but are, instead, made an integer part of the underground Internet commerce. The Proof of Concept code for an exploit affecting Microsoft’s latest operating system can cost as much as $50.000.&lt;/p>
&lt;p>As far, neither the exploit nor the PoC for Windows Vista have been submitted to an independent evaluation process. In this context, the authenticity of the Windows Vista 0-day exploit has not been confirmed from any sources aside from its creators. Microsoft has, as yet, failed to issue an official comment.&lt;/p></description></item><item><title>Hosting Upgrade</title><link>https://kalpik.com/2006/12/14/hosting-upgrade/</link><pubDate>Thu, 14 Dec 2006 22:34:20 +0000</pubDate><guid>https://kalpik.com/2006/12/14/hosting-upgrade/</guid><description>&lt;p>From my inbox:&lt;/p>
&lt;blockquote>
&lt;p>&lt;!-- raw HTML omitted -->Hello!&lt;!-- raw HTML omitted -->&lt;/p>
&lt;p>&lt;!-- raw HTML omitted --> &lt;!-- raw HTML omitted -->&lt;/p>
&lt;!-- raw HTML omitted -->
&lt;!-- raw HTML omitted -->
&lt;!-- raw HTML omitted -->
&lt;!-- raw HTML omitted -->
&lt;!-- raw HTML omitted -->
&lt;p>\n &lt;!-- raw HTML omitted -->After the transfer the old cPanel shall remain \n accessible for 2 more weeks with the IP address.&lt;!-- raw HTML omitted -->\n &lt;!-- raw HTML omitted -->&lt;!-- raw HTML omitted -->&lt;!-- raw HTML omitted -->&lt;!-- raw HTML omitted -->\n &lt;!-- raw HTML omitted -->If you have any questions or face any problems, please \n do not open a support ticket. Kindly send an email to &lt;!-- raw HTML omitted -->&amp;quot;,1] ); //&amp;ndash;&amp;gt;. &lt;!-- raw HTML omitted -->&lt;strong>You are requested not to make any changes to your site after 15 December 7 PM IST&lt;/strong>&lt;!-- raw HTML omitted -->. A complete transfer is likely to take about 48 hours, mainly due to DNS propogation.&lt;!-- raw HTML omitted -->&lt;!-- raw HTML omitted -->&lt;!-- raw HTML omitted -->&lt;!-- raw HTML omitted -->&lt;strong>&lt;!-- raw HTML omitted -->&lt;!-- raw HTML omitted -->Quick FAQ&lt;!-- raw HTML omitted -->&lt;!-- raw HTML omitted -->&lt;/strong>&lt;!-- raw HTML omitted -->&lt;!-- raw HTML omitted --> &lt;!-- raw HTML omitted -->&lt;/p></description></item><item><title>Call Center</title><link>https://kalpik.com/2006/12/14/call-center/</link><pubDate>Thu, 14 Dec 2006 22:22:30 +0000</pubDate><guid>https://kalpik.com/2006/12/14/call-center/</guid><description>&lt;p>After a LONG time, here’s some humour on my blog! Check out the call center movie &lt;a href="http://www.callcentermovie.com/movie/movie2.html">here&lt;/a>.&lt;br>
Its really hilarious! Its about the life in call centers! Do check it out and leave comments! Its HIGHLY recommended!&lt;/p></description></item><item><title>Java 6 Released</title><link>https://kalpik.com/2006/12/13/java-6-released/</link><pubDate>Wed, 13 Dec 2006 19:12:35 +0000</pubDate><guid>https://kalpik.com/2006/12/13/java-6-released/</guid><description>&lt;p>Java SE 6 is the current major release of the Java SE platform. Sun endeavors to foster the highest level of transparency and collaboration on the platform with the Java community through Project JDK 6, resulting in the following key features:&lt;/p>
&lt;!-- raw HTML omitted -->
&lt;!-- raw HTML omitted -->
&lt;!-- raw HTML omitted -->
&lt;!-- raw HTML omitted -->
&lt;!-- raw HTML omitted -->
&lt;!-- raw HTML omitted -->
&lt;!-- raw HTML omitted -->
&lt;!-- raw HTML omitted -->
&lt;!-- raw HTML omitted -->
&lt;!-- raw HTML omitted -->
&lt;!-- raw HTML omitted -->
&lt;!-- raw HTML omitted -->
&lt;!-- raw HTML omitted -->
&lt;!-- raw HTML omitted -->
&lt;!-- raw HTML omitted -->
&lt;!-- raw HTML omitted -->
&lt;!-- raw HTML omitted -->
&lt;p>Get it &lt;a href="http://java.sun.com/javase/downloads/">here&lt;/a>.&lt;/p></description></item><item><title>VideoLan Client 0.8.6 Final</title><link>https://kalpik.com/2006/12/11/videolan-client-086-final/</link><pubDate>Mon, 11 Dec 2006 01:08:15 +0000</pubDate><guid>https://kalpik.com/2006/12/11/videolan-client-086-final/</guid><description>&lt;p>Building on feedback from the 29 million downloads of VLC media player 0.8.5, we bring you version 0.8.6 with many bugfixes, as well as a couple of new features we think you will truly enjoy. Most prominent are probably Windows Media Video 9 and Flash Video. Other important changes are improved H.264 decoding, better Windows Unicode support, a Fullscreen controller and Apple Remote support for Mac OS X.&lt;br>
&lt;!-- raw HTML omitted -->&lt;br>
Have a look &lt;a href="http://developers.videolan.org/vlc/NEWS">here&lt;/a> for the full list of changes.&lt;!-- raw HTML omitted -->&lt;/p></description></item><item><title>openSUSE v10.2 Released!</title><link>https://kalpik.com/2006/12/08/opensuse-v102-released/</link><pubDate>Fri, 08 Dec 2006 09:23:25 +0000</pubDate><guid>https://kalpik.com/2006/12/08/opensuse-v102-released/</guid><description>&lt;p>The openSUSE project is a community program sponsored by &lt;a href="http://www.novell.com/" title="http://www.novell.com">Novell&lt;/a>. Promoting the use of Linux everywhere, openSUSE.org provides free, easy access to the world’s most usable Linux distribution, openSUSE. The openSUSE project gives Linux developers and enthusiasts everything they need to get started with Linux.&lt;/p>
&lt;p>The goals of the openSUSE project are:&lt;/p>
&lt;ul>
&lt;li>Make openSUSE the easiest Linux distribution for anyone to obtain and the most widely used open source platform.&lt;/li>
&lt;li>Provide an environment for open source collaboration that makes openSUSE the world’s best Linux distribution for new and experienced Linux users.&lt;/li>
&lt;li>Dramatically simplify and open the development and packaging processes to make openSUSE the platform of choice for Linux hackers and application developers.&lt;/li>
&lt;/ul>
&lt;p>Read more &lt;a href="http://en.opensuse.org">here&lt;/a>.&lt;/p></description></item><item><title>AV-Comparatives Nov 2006 Retrospective Test</title><link>https://kalpik.com/2006/12/06/av-comparatives-nov-2006-retrospective-test/</link><pubDate>Wed, 06 Dec 2006 09:16:33 +0000</pubDate><guid>https://kalpik.com/2006/12/06/av-comparatives-nov-2006-retrospective-test/</guid><description>&lt;p>&lt;a href="http://www.av-comparatives.org/">&lt;!-- raw HTML omitted -->&lt;strong>AV-Comparatives&lt;/strong>&lt;!-- raw HTML omitted -->&lt;/a>&lt;/p>
&lt;p>On this site you will find independent comparatives of Anti-Virus software. All products listed in our comparatives are already a selection of some very good anti-virus products. In order to get tested by us, companies must fulfill various conditions and minimum requirements..&lt;/p>
&lt;p>&lt;strong>The following products were used in the last comparative (with best possible settings):&lt;/strong>&lt;br>
Look into the online results to determine the exact version number.&lt;br>
&lt;a href="http://www.avast.com/">Avast!&lt;/a> Professional Edition 4.7&lt;br>
&lt;a href="http://www.grisoft.com/">AVG&lt;/a> Professional 7.1&lt;br>
&lt;a href="http://www.avira.com/">AVIRA&lt;/a> AntiVir Personal Edition Premium 7.01&lt;br>
&lt;a href="http://www.bitdefender.com/">BitDefender&lt;/a> Professional Plus 9.5&lt;br>
&lt;a href="http://www.drweb.com/">Dr.Web&lt;/a> for Windows 95-XP 4.33.2&lt;br>
&lt;a href="http://www.nod32.com/">ESET&lt;/a> NOD32 Anti-Virus 2.51.26&lt;br>
&lt;a href="http://www.f-prot.com/">F-Prot&lt;/a> for Windows 3.16f&lt;br>
&lt;a href="http://www.f-secure.com/">F-Secure&lt;/a> Anti-Virus 6.12&lt;br>
&lt;a href="http://www.gdata.de/gdc/us_start">G DATA&lt;/a> AntiVirusKit (AVK) 16.0.7&lt;br>
&lt;a href="http://www.kaspersky.com/">Kaspersky&lt;/a> Anti-Virus 6.0&lt;br>
&lt;a href="http://www.mcafee.com/">McAfee&lt;/a> VirusScan 11.0&lt;br>
&lt;a href="http://www.norman.com/">Norman&lt;/a> Virus Control 5.81&lt;br>
&lt;a href="http://www.symantec.com/">Symantec&lt;/a> Norton Anti-Virus 12.2&lt;br>
&lt;a href="http://www.aec.cz/index.php?english">TrustPort&lt;/a> Antivirus Workstation 2.0&lt;br>
&lt;a href="http://www.anti-virus.by/en/">VBA32&lt;/a> Workstation 3.11.0&lt;/p></description></item><item><title>Releases..</title><link>https://kalpik.com/2006/12/06/releases/</link><pubDate>Wed, 06 Dec 2006 09:12:04 +0000</pubDate><guid>https://kalpik.com/2006/12/06/releases/</guid><description>&lt;p>&lt;a href="http://www.rarlab.com">WinRAR v3.62&lt;/a> (&lt;a href="http://rarlab.com/rar/wrar362.exe">Direct Link&lt;/a>)&lt;br>
&lt;a href="http://messenger.yahoo.com">Yahoo Messenger v8.1.0.209&lt;/a> (&lt;a href="http://download.yahoo.com/dl/msgr8/us/ymsgr8us.exe">Direct Link&lt;/a>)&lt;br>
&lt;a href="http://www.adobe.com/products/reader/">Adobe Reader v8&lt;/a> (&lt;a href="http://ardownload.adobe.com/pub/adobe/reader/win/8.x/8.0/enu/AdbeRdr80_en_US.exe">Direct Link&lt;/a>)&lt;/p></description></item><item><title>A 2,100 Years Old Astronomical Computer from Ancient Greece</title><link>https://kalpik.com/2006/11/30/a-2100-years-old-astronomical-computer-from-ancient-greece/</link><pubDate>Thu, 30 Nov 2006 17:31:53 +0000</pubDate><guid>https://kalpik.com/2006/11/30/a-2100-years-old-astronomical-computer-from-ancient-greece/</guid><description>&lt;p>A 2,100-year-old clockwork machine recovered from the sea has turned out to be the celestial super-computer of the ancient Greece.&lt;/p>
&lt;p>The Antikythera Mechanism has puzzled academics for more than a century after it discovery. Latest technology revealed beneath the surface of the 82 encrusted gearwheels bronze fragments a mechanism that could predict the Sun and Moon trajectories over decades and calculate a lunar anomaly that gave headaches to Isaac Newton himself.&lt;/p></description></item><item><title>Vista Launched at the Burj Al Arab &amp;#8211; Dubai</title><link>https://kalpik.com/2006/11/21/vista-launched-at-the-burj-al-arab-dubai/</link><pubDate>Tue, 21 Nov 2006 20:31:59 +0000</pubDate><guid>https://kalpik.com/2006/11/21/vista-launched-at-the-burj-al-arab-dubai/</guid><description>&lt;p>The most luxurious hotel in the world was the stage where Microsoft launches Windows Vista, the Office 2007 System and Exchange Server 2007. The three Microsoft products were released with both English and Arabic language support.&lt;/p>
&lt;p>â€œWindows Vista and the 2007 Microsoft Office system are among Microsoftâ€™s most significant product innovations, representing years of research and development,â€ said Mr. Ali Faramawy, Vice President Microsoft Europe, Middle East &amp;amp; Africa and Regional Vice President, Microsoft Middle East &amp;amp; Africa. â€œThese products will help businesses overcome the challenges of our increasingly information-saturated world, enhancing the way people collaborate, communicate, protect and manage content, and find, use and share information.â€&lt;/p></description></item><item><title>300GB Holographic Disc Due Next Month</title><link>https://kalpik.com/2006/11/17/300gb-holographic-disc-due-next-month/</link><pubDate>Fri, 17 Nov 2006 23:16:15 +0000</pubDate><guid>https://kalpik.com/2006/11/17/300gb-holographic-disc-due-next-month/</guid><description>&lt;!-- raw HTML omitted -->
&lt;p>Hitachi Maxell acquired InPhase Technologies in 2000 and the subsidiary has been working on the development of holographic media ever since. The present 300GB holographic disc is called Tapestry HDS-300R. The new DVD-like medium is being demonstrated this week at the International Broadcast Equipment Exhibition in Tokyo. InPhase announced the technology breakthrough in holographic storage earlier this year. The first generation of holodiscs is primarily aimed at commercial users, but InPhase plans to release consumer-grade products over the next two years, when the format should be standardized, hopefully.&lt;/p></description></item><item><title>Kentsfield Will Cost Less than $1200</title><link>https://kalpik.com/2006/11/13/kentsfield-will-cost-less-than-1200/</link><pubDate>Mon, 13 Nov 2006 22:17:28 +0000</pubDate><guid>https://kalpik.com/2006/11/13/kentsfield-will-cost-less-than-1200/</guid><description>&lt;!-- raw HTML omitted -->
&lt;p>The retail price actually varies from $1020 to $1218 with a medium value of $1167 per CPU. That may not be as cheap as you would expect but it will surely turn out cheaper than the offer coming from Dell: $1234 over an E6300 Core 2 Duo, when you choose the CPU that will be mounted onto your new PC.&lt;/p>
&lt;p>Dell plays it cool since it probably has a sufficient amount of QX6700 CPUs, unlike most suppliers who are almost out when it comes to Kentsfield. A quad core with no less than 8MB of level 2 cache is not an easy thing to find in stores. And the situation can only change for the better with the arrival of another CPU from the same family. Q6600 is set to come out in January and will have the same attributes as his older brother but it will work at a lower speed (2.4GHz). The price tag will be of $851.&lt;/p></description></item><item><title>WinDVD v8</title><link>https://kalpik.com/2006/11/08/windvd-v8/</link><pubDate>Wed, 08 Nov 2006 22:07:47 +0000</pubDate><guid>https://kalpik.com/2006/11/08/windvd-v8/</guid><description>&lt;p>The world’s #1 DVD and video playback software, with over 175 million copies sold worldwide. Enjoy crystal-clear, smooth playback of your standard and High-Def video and audio. Whether you’re a movie buff, frequent flyer, or just like to watch video clips, WinDVD 8 gives you the best digital entertainment experience.&lt;/p>
&lt;p>More info &lt;a href="http://www.intervideo.com/WinDVD/">here&lt;/a>.&lt;/p></description></item><item><title>Core 2 Duo to Reach 3GHz</title><link>https://kalpik.com/2006/11/07/core-2-duo-to-reach-3ghz/</link><pubDate>Tue, 07 Nov 2006 22:09:35 +0000</pubDate><guid>https://kalpik.com/2006/11/07/core-2-duo-to-reach-3ghz/</guid><description>&lt;!-- raw HTML omitted -->
&lt;p>Take into account that there is still a large quantity of older NetBurst CPUs represented by the 900 series and only about 20% of the sales this year INTEL has made represent Core 2 Duo products. And thereâ€™s also the problem of availability, since high priced Conroes are pretty rare. And youâ€™d better remember this if youâ€™re planning to buy a new PC on Christmas, since youâ€™ll be lucky if you catch an Allendale CPU.&lt;/p></description></item><item><title>New phone Nokia N70</title><link>https://kalpik.com/2006/11/03/new-phone-nokia-n70/</link><pubDate>Fri, 03 Nov 2006 21:41:48 +0000</pubDate><guid>https://kalpik.com/2006/11/03/new-phone-nokia-n70/</guid><description>&lt;p>Finally after a month of planning, i bought the Nokia N70! Im *very* happy with it! The sound quality in the headphones is simply amazing! The camera is also of amazing quality! Hopefully this phone should satisfy my appetite for another 2-3 years 🙂&lt;/p>
&lt;p>&lt;a href="http://www.nseries.com/nseries/v2/media/product/tech_specs/en-AP/tech_specs_n70_en_AP.html?lang=en&amp;amp;country=AP">Tech Specs of Nokia N70&lt;/a>&lt;/p></description></item><item><title>New releases..</title><link>https://kalpik.com/2006/11/03/new-releases/</link><pubDate>Fri, 03 Nov 2006 21:34:01 +0000</pubDate><guid>https://kalpik.com/2006/11/03/new-releases/</guid><description>&lt;p>Two new releases this week:&lt;/p>
&lt;p>&lt;a href="http://www.nvidia.com/content/drivers/drivers.asp">Nvidia Drivers v93.71 (Official)&lt;/a>&lt;/p>
&lt;p>&lt;a href="http://www.adobe.com/products/acrobat/">Adobe Acrobat v8 (Reader, Professional)&lt;/a>&lt;/p></description></item><item><title>Windows Media Player 11 Final Released!</title><link>https://kalpik.com/2006/10/31/windows-media-player-11-final-released/</link><pubDate>Tue, 31 Oct 2006 08:10:14 +0000</pubDate><guid>https://kalpik.com/2006/10/31/windows-media-player-11-final-released/</guid><description>&lt;p>So microsoft is on a release spree! First it was Internet Explorer 7 and now WMP11. And Vista is gonna RTM this month only! Anyway find out more about WMP11 &lt;a href="http://www.microsoft.com/windows/windowsmedia/player/11/default.aspx">here&lt;/a>.&lt;/p></description></item><item><title>Need for Speed Carbon &amp;#8211; Demo!</title><link>https://kalpik.com/2006/10/29/need-for-speed-carbon-demo/</link><pubDate>Sun, 29 Oct 2006 23:55:57 +0000</pubDate><guid>https://kalpik.com/2006/10/29/need-for-speed-carbon-demo/</guid><description>&lt;p>Need for Speed Carbon delivers the next generation of adrenaline-filled street racing and will challenge players to face the ultimate test of driving skill on treacherous canyon roads. What starts in the city is settled in the canyons as Need for Speed Carbon immerses you into the world’s most dangerous and adrenaline-filled form of street racing. You and your crew must race in an all-out war for the city, risking everything to take over your rivals’ neighbourhoods one block at a time. As the police turn up the heat, the battle ultimately shifts to Carbon Canyon, where territories and reputations can be lost on every perilous curve. Need for Speed Carbon delivers the next generation of customization giving you the power to design and tweak your crew’s cars in every way using the ground-breaking new Autosculpt technology. Represent your car class, your crew, and your turf in Need for Speed Carbon, the next revolution in racing games.&lt;/p></description></item><item><title>Nero CD-DVD Speed 4.7.0.0 released!</title><link>https://kalpik.com/2006/10/29/nero-cd-dvd-speed-4700-released/</link><pubDate>Sun, 29 Oct 2006 23:47:58 +0000</pubDate><guid>https://kalpik.com/2006/10/29/nero-cd-dvd-speed-4700-released/</guid><description>&lt;p>This is a small (just in size, not in features) tool bundled with the Nero Burning Rom application. It’s used for benchmarking and doing quality scans of the burnt media. A must have IMHO.&lt;br>
&lt;strong>Changes&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>
&lt;p>Added Advanced Disc Quality test for certain BenQ drives&lt;br>
Following parameters are measured:&lt;br>
CD: E11,E21,E31,E12,E22,E32,BLER,Jitter&lt;br>
DVD: 1-5 PIE,PIE,PIF,POE,POF,Jitter&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Disc Quality test:&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Jitter can be reported with recent LiteOn drives&lt;/p>
&lt;/li>
&lt;li>
&lt;p>Added CLV and P-CAV settings for BenQ drives (CD scanning)&lt;/p></description></item><item><title>Blog hozed!</title><link>https://kalpik.com/2006/10/29/blog-hozed/</link><pubDate>Sun, 29 Oct 2006 21:00:34 +0000</pubDate><guid>https://kalpik.com/2006/10/29/blog-hozed/</guid><description>&lt;p>Hi everyone!&lt;/p>
&lt;p>As many of you know, i was hosting my blog from &lt;a href="http://www.zeeblo.com">Zeeblo&lt;/a>, and it has been down since the past 4 days now! I think its gone for good. So anyways, i’ve taken hosting and a brand new domain name &lt;a href="http://www.kalpiknigam.com">http://www.kalpiknigam.com&lt;/a> from &lt;a href="http://www.mailnspace.com">Ashish&lt;/a>. I know i’ve lost a LOT of data due to my carelessness (was too lazy to backup). Anyway i hope now since im on a paid hosting, ill have 99.9% uptime with regular backups. Inconvenience to everyone is deeply regretted and if anyone of you finds that a link to your blog is missing from my linkroll, do notify me and ill update it ASAP.&lt;/p></description></item><item><title>WinRAR 3.60 Beta 3 relased</title><link>https://kalpik.com/2006/05/08/winrar-360-beta-3-relased/</link><pubDate>Mon, 08 May 2006 22:23:26 +0000</pubDate><guid>https://kalpik.com/2006/05/08/winrar-360-beta-3-relased/</guid><description>&lt;p>RAR is a general purpose archiving and compression program competing with/replacing programs such as PKZip, ARJ, and others. It offers significantly improved compression ratios, easier use and a cheaper price as well as supporting long file names, disk spanning, and self-extracting file creation.&lt;/p>
&lt;h2 id="latest-changes">Latest Changes:&lt;/h2>
&lt;ul>
&lt;li>Previous beta version could create duplicate copies of same file when updating an archived file with high ASCII characters in file name&lt;/li>
&lt;li>SFX module crashed if single string length in “License” or “Text” block exceeded 4096 characters&lt;/li>
&lt;/ul>
&lt;p>They are recruiting software professionals. I’ve joined their mailing lists so ill keep you updated.&lt;br>
Get it &lt;a href="http://www.rarlab.com">here&lt;/a>.&lt;/p></description></item><item><title>Sony Will Ship Blu-Ray Media</title><link>https://kalpik.com/2006/05/08/sony-will-ship-blu-ray-media/</link><pubDate>Mon, 08 May 2006 22:21:40 +0000</pubDate><guid>https://kalpik.com/2006/05/08/sony-will-ship-blu-ray-media/</guid><description>&lt;p>Sony Electronics announced that it had begun to ship its single-layer blank &lt;strong>Blu-ray&lt;/strong>&lt;a href="http://news.softpedia.com/news/Sony-introduces-Blu-Ray-Disc-Products-19988.shtml"> &lt;/a>optical media and that it would start delivering dual-layer discs at the beginning of June. The company also confirmed the rumor saying that the manufacturer plans to equip its computers with Blu-ray disc drives.&lt;/p>
&lt;p>Sony is shipping 25-GB BD media, which will retail for about $25 each disc. The 50-GB versions&lt;/p>
&lt;!-- raw HTML omitted -->
&lt;p>It seems that, later this year, Sony will also release the internal BWU-100A drive, which will be able to handle both 25-GB and 50-GB discs, burning a full 25 GB disc in about 30 minutes. Retail pricing for the BWU-100A drive will be available later this year.&lt;/p></description></item><item><title>VideoLAN Player v0.8.5 released</title><link>https://kalpik.com/2006/05/07/videolan-player-v085-released/</link><pubDate>Sun, 07 May 2006 09:54:26 +0000</pubDate><guid>https://kalpik.com/2006/05/07/videolan-player-v085-released/</guid><description>&lt;p>VLC (initially VideoLAN Client) is a highly portable multimedia player for various audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, ogg, …) as well as DVDs, VCDs, and various streaming protocols. It can also be used as a server to stream in unicast or multicast in IPv4 or IPv6 on a high-bandwidth network. (business web hosting).&lt;br>
&lt;strong>Release&lt;/strong>: VLC media player 0.8.5 (2006-05-066 May 2006) This new Release features many improvements, including MacIntel support, a statistic system, the support of DV inputs on Linux, improvements in the Audio CD playback (CDDB), many new and improved video filters, a new AJAX HTTP interface, Winamp 2 Skins support, a Mozilla plugin on Mac OS X (PowerPC only), a new default skin..&lt;/p></description></item><item><title>My New DVD Writer!</title><link>https://kalpik.com/2006/05/06/my-new-dvd-writer/</link><pubDate>Sat, 06 May 2006 10:37:46 +0000</pubDate><guid>https://kalpik.com/2006/05/06/my-new-dvd-writer/</guid><description>&lt;p>Just bought a brand new BenQ DW1650! Its an amazing DVD writer. Im getting a Quality Score of 97 in Nero CD/DVD Speed! Im now sooo close to fulfillment. Hope this one lasts long (unlike my Sony CRX320A 😛 ). Got an amazing deal Rs 2470/- inclusive of taxes from Mr. Anish Soni of Mass Computers Limited, 102 Manjusha, Nehru Place, Delhi. nevada corporation Now im thinking of joining some call center services to make up for the money 😛&lt;/p></description></item><item><title>Mozilla Firefox v1.5.0.3 released</title><link>https://kalpik.com/2006/05/03/mozilla-firefox-v1503-released/</link><pubDate>Wed, 03 May 2006 08:21:35 +0000</pubDate><guid>https://kalpik.com/2006/05/03/mozilla-firefox-v1503-released/</guid><description>&lt;p>The award-winning, free Web browser is better than ever. Browse the Web with confidence – Firefox protects you from viruses, spyware and pop-ups. Enjoy improvements to performance, ease of use and privacy. It’s easy to import your favorites and settings and get started. Download Firefox now and get the most out of the Web.&lt;/p>
&lt;p>Firefox 1.5.0.3 is a security update that is part of our ongoing program to provide a safe Internet experience for our customers. We recommend that all users upgrade to this latest version.&lt;/p></description></item><item><title>Top paying keywords on adsense!</title><link>https://kalpik.com/2006/05/02/top-paying-keywords-on-adsense/</link><pubDate>Tue, 02 May 2006 14:34:43 +0000</pubDate><guid>https://kalpik.com/2006/05/02/top-paying-keywords-on-adsense/</guid><description>&lt;p>Here’s a list of the top paying keywords on google adsense. The prices are in Canadian dollars.&lt;/p>
&lt;ul>
&lt;li>$78.30 chicago personal injury lawyer&lt;/li>
&lt;li>$73.01 chicago personal injury attorney&lt;/li>
&lt;li>$69.17 lasik new york city&lt;/li>
&lt;li>$64.27 new york personal injury lawyer&lt;/li>
&lt;li>$64.17 new jersey car insurance&lt;/li>
&lt;li>$63.10 new york personal injury attorney&lt;/li>
&lt;li>$61.64 chicago personal injury lawyers&lt;/li>
&lt;li>$61.17 mesothelioma lawyers&lt;/li>
&lt;li>$60.74 atlanta personal injury lawyer&lt;/li>
&lt;li>$60.29 new york personal injury lawyers&lt;/li>
&lt;li>$59.00 lasik dallas&lt;/li>
&lt;li>$58.68 new york personal injury lawyers&lt;/li>
&lt;li>$58.38 miami personal injury attorney&lt;/li>
&lt;li>$58.25 what is mesothelioma&lt;/li>
&lt;li>$58.08 best equity loan&lt;/li>
&lt;li>$57.95 lasik new york&lt;/li>
&lt;li>$56.88 whole life insurance quote&lt;/li>
&lt;li>$56.75 new york car insurance&lt;/li>
&lt;li>$56.55 the lasik vision institute&lt;/li>
&lt;li>$56.40 what is mesothelioma&lt;/li>
&lt;li>$55.98 mesothelioma attorneys&lt;/li>
&lt;li>$55.39 peritoneal mesothelioma&lt;/li>
&lt;li>$54.81 new york personal injury attorney&lt;/li>
&lt;li>$53.74 lasik nyc&lt;/li>
&lt;li>$53.46 whole life insurance quotes&lt;/li>
&lt;li>$53.42 car insurance in new jersey&lt;/li>
&lt;li>$53.12 las vegas personal injury lawyer&lt;/li>
&lt;li>$53.12 term life insurance quotes&lt;/li>
&lt;li>$52.57 mesothelioma treatments&lt;/li>
&lt;li>$52.41 equity loan rate&lt;/li>
&lt;li>$51.78 equity loan&lt;/li>
&lt;li>$51.50 new york personal injury lawyer&lt;/li>
&lt;li>$51.29 equity loan rates&lt;/li>
&lt;li>$51.15 fixed rate equity loan&lt;/li>
&lt;li>$50.54 causes of mesothelioma&lt;/li>
&lt;li>$50.16 asbestos lawyers&lt;/li>
&lt;li>$49.88 manhattan lasik&lt;/li>
&lt;li>$49.38 whole life insurance quotes&lt;/li>
&lt;li>$49.12 miami personal injury lawyer&lt;/li>
&lt;li>$48.79 auto insurance in new jersey&lt;/li>
&lt;li>$48.64 lasik nj&lt;/li>
&lt;li>$48.52 beverly hills plastic surgery&lt;/li>
&lt;li>$48.52 new jersey auto insurance&lt;/li>
&lt;li>$48.39 apply for mortgage&lt;/li>
&lt;li>$47.36 laser eye surgery new york&lt;/li>
&lt;li>$47.35 [refinancing mortgage]&lt;/li>
&lt;li>$46.90 tampa personal injury attorney&lt;/li>
&lt;li>$46.61 cheap car insurance&lt;/li>
&lt;li>$45.93 mesothelioma symptoms&lt;/li>
&lt;li>$45.61 safe auto insurance&lt;/li>
&lt;li>$45.51 hair removal new york city&lt;/li>
&lt;li>$45.33 los angeles botox&lt;/li>
&lt;li>$45.07 new lasik&lt;/li>
&lt;li>$44.86 fixed equity loan&lt;/li>
&lt;li>$44.51 san diego personal injury attorney&lt;/li>
&lt;li>$44.19 125 equity loans&lt;/li>
&lt;li>$43.58 mesothelioma cases&lt;/li>
&lt;li>$43.57 car insurance in new york&lt;/li>
&lt;li>$42.97 equity refinance&lt;/li>
&lt;li>$42.70 asbestos and mesothelioma&lt;/li>
&lt;li>$42.52 auto insurance quote&lt;/li>
&lt;li>$42.06 homeowners insurance quotes&lt;/li>
&lt;li>$41.99 lasik san diego&lt;/li>
&lt;li>$41.86 mesothelioma is&lt;/li>
&lt;li>$41.63 lasik new jersey&lt;/li>
&lt;li>$41.05 mesothelioma&lt;/li>
&lt;li>$40.47 [cosmetic surgery los angeles]&lt;/li>
&lt;li>$40.04 personal injury attorney atlanta&lt;/li>
&lt;li>$39.67 car insurance california&lt;/li>
&lt;li>$39.66 oregon personal injury lawyer&lt;/li>
&lt;li>$39.43 auto insurance&lt;/li>
&lt;li>$39.35 albany personal injury lawyer&lt;/li>
&lt;li>$39.21 fixed equity loans&lt;/li>
&lt;li>$39.11 personal injury lawyers&lt;/li>
&lt;li>$38.84 ameriquest mortgage&lt;/li>
&lt;li>$38.31 auto insurance quotes&lt;/li>
&lt;li>$38.19 mortgage refinance&lt;/li>
&lt;li>$38.17 lump sum settlement&lt;/li>
&lt;li>$37.43 cause of mesothelioma&lt;/li>
&lt;li>$36.46 mesothelioma activists&lt;/li>
&lt;li>$36.31 mesothelioma diagnosis&lt;/li>
&lt;li>$36.12 mesothelioma diagnosis&lt;/li>
&lt;li>$36.10 lasik connecticut&lt;/li>
&lt;li>$36.04 pictures of mesothelioma&lt;/li>
&lt;li>$35.95 personal injury lawyer los angeles&lt;/li>
&lt;li>$35.83 insurance auto florida&lt;/li>
&lt;li>$35.80 equity loan interest rates&lt;/li>
&lt;li>$35.67 equity mortgage&lt;/li>
&lt;li>$35.46 equity line loan&lt;/li>
&lt;li>$35.41 lucerne hotel new york&lt;/li>
&lt;li>$35.19 san francisco dui&lt;/li>
&lt;li>$35.01 personal injury lawyer&lt;/li>
&lt;li>$34.99 pennsylvania personal injury lawyer&lt;/li>
&lt;li>$34.59 laser eye surgery seattle&lt;/li>
&lt;li>$33.97 refi mortgage&lt;/li>
&lt;li>$33.94 mesothelioma texas&lt;/li>
&lt;li>$33.78 mesothelioma treatment&lt;/li>
&lt;li>$33.61 personal injury lawyers in&lt;/li>
&lt;li>$33.56 lasik san antonio&lt;/li>
&lt;li>$33.51 mesothelioma treatment&lt;/li>
&lt;li>$33.51 mesothelioma treatment&lt;/li>
&lt;li>$33.46 boat insurance&lt;/li>
&lt;li>$33.19 mesothelioma research&lt;/li>
&lt;li>$33.18 malignant mesothelioma&lt;/li>
&lt;li>$33.15 asbestos attorneys&lt;/li>
&lt;li>$32.90 lucerne hotel new york&lt;/li>
&lt;li>$32.66 symptoms of mesothelioma&lt;/li>
&lt;li>$32.62 malignant pleural mesothelioma&lt;/li>
&lt;li>$32.32 lasik orlando&lt;/li>
&lt;li>$32.31 los angeles messenger&lt;/li>
&lt;li>$32.28 sarcomatoid mesothelioma&lt;/li>
&lt;li>$31.98 15 year mortgage rates&lt;/li>
&lt;li>$31.86 detroit mortgage&lt;/li>
&lt;li>$31.74 mortgage refinance rate&lt;/li>
&lt;li>$31.67 new york accident&lt;/li>
&lt;li>$31.62 125 equity loan&lt;/li>
&lt;li>$31.48 laser eye surgery san francisco&lt;/li>
&lt;li>$31.42 personal injury attorney&lt;/li>
&lt;li>$31.38 whole life insurance&lt;/li>
&lt;li>$31.21 the lasik center&lt;/li>
&lt;li>$31.14 massachusetts personal injury lawyer&lt;/li>
&lt;li>$31.07 personal injury attorney los angeles&lt;/li>
&lt;li>$30.83 ny lasik&lt;/li>
&lt;li>$30.66 equity lender&lt;/li>
&lt;li>$30.52 lasik denver&lt;/li>
&lt;li>$30.49 american equity mortgage&lt;/li>
&lt;li>$30.34 oregon personal injury attorney&lt;/li>
&lt;li>$30.24 philadelphia personal injury lawyer&lt;/li>
&lt;li>$30.17 personal injury attorneys&lt;/li>
&lt;li>$29.86 pleural mesothelioma&lt;/li>
&lt;li>$29.00 champion mortgage&lt;/li>
&lt;li>$28.76 massachusetts personal injury lawyers&lt;/li>
&lt;li>$28.74 florida personal injury attorney&lt;/li>
&lt;li>$28.67 asbestos claim&lt;/li>
&lt;li>$28.67 sell mortgage&lt;/li>
&lt;li>$28.65 mortgage loans&lt;/li>
&lt;li>$28.36 [mortgage financing]&lt;/li>
&lt;li>$28.34 syracuse new york real estate&lt;/li>
&lt;li>$28.31 los angeles attorneys&lt;/li>
&lt;li>$28.17 los angeles lawyer&lt;/li>
&lt;li>$28.10 new york moving companies&lt;/li>
&lt;li>$27.91 individual health insurance new york&lt;/li>
&lt;li>$27.82 allstate new jersey insurance&lt;/li>
&lt;li>$27.81 san diego personal injury lawyer&lt;/li>
&lt;li>$27.78 equity mortgage calculator&lt;/li>
&lt;li>$27.74 san francisco insurance&lt;/li>
&lt;li>$27.55 tampa personal injury lawyer&lt;/li>
&lt;li>$27.42 lasik financing&lt;/li>
&lt;li>$27.38 new york city personal injury lawyer&lt;/li>
&lt;li>$27.06 term insurance&lt;/li>
&lt;li>$26.90 liposuction new york&lt;/li>
&lt;li>$26.76 insurance companies new jersey&lt;/li>
&lt;li>$26.73 lasik kansas&lt;/li>
&lt;li>$26.71 insurance companies in new jersey&lt;/li>
&lt;li>$26.56 new york city personal injury lawyer&lt;/li>
&lt;li>$26.39 lasik hair removal&lt;/li>
&lt;li>$26.32 [w hotel san francisco]&lt;/li>
&lt;li>$26.30 lasik surgery milwaukee&lt;/li>
&lt;li>$26.28 lasik vision&lt;/li>
&lt;li>$26.22 michigan personal injury lawyer&lt;/li>
&lt;li>$26.21 equity loan information&lt;/li>
&lt;li>$26.06 california personal injury attorneys&lt;/li>
&lt;li>$26.01 equity mortgage rates&lt;/li>
&lt;li>$25.91 equity lenders&lt;/li>
&lt;li>$25.78 new york auto insurance&lt;/li>
&lt;li>$25.78 new york auto insurance&lt;/li>
&lt;li>$25.78 new york auto insurance&lt;/li>
&lt;li>$25.63 2nd mortgage loans&lt;/li>
&lt;li>$25.53 mortgage loan&lt;/li>
&lt;li>$25.51 lasik surgery chicago&lt;/li>
&lt;li>$25.44 mortgage application&lt;/li>
&lt;li>$25.40 california personal injury lawyers&lt;/li>
&lt;li>$25.39 california personal injury attorney&lt;/li>
&lt;li>$25.21 no equity loans&lt;/li>
&lt;li>$25.18 no equity loan&lt;/li>
&lt;li>$25.11 insurance&lt;/li>
&lt;li>$25.02 auto insurance in new york&lt;/li>
&lt;li>$24.94 california personal injury lawyer&lt;/li>
&lt;li>$24.77 asbestos survey&lt;/li>
&lt;li>$24.77 florida personal injury lawyer&lt;/li>
&lt;li>$24.77 lasik kansas city&lt;/li>
&lt;li>$24.73 refinancing a mortgage&lt;/li>
&lt;li>$24.72 new york city personal injury lawyer&lt;/li>
&lt;li>$24.72 new york city personal injury lawyer&lt;/li>
&lt;li>$24.56 mortgage companies&lt;/li>
&lt;li>$24.50 lasik oregon&lt;/li>
&lt;li>$24.49 lasik boston&lt;/li>
&lt;li>$24.33 new york state car insurance&lt;/li>
&lt;li>$24.32 san jose lasik&lt;/li>
&lt;li>$24.23 asbestos lung cancer&lt;/li>
&lt;li>$24.05 [countrywide mortgage]&lt;/li>
&lt;li>$24.02 low mortgage rate&lt;/li>
&lt;li>$23.96 lasik cincinnati&lt;/li>
&lt;li>$23.92 lasik san francisco&lt;/li>
&lt;li>$23.86 lasik plus&lt;/li>
&lt;li>$23.70 allstate insurance&lt;/li>
&lt;li>$23.69 lasik atlanta&lt;/li>
&lt;li>$23.64 bay area lasik&lt;/li>
&lt;li>$23.63 asbestos lung&lt;/li>
&lt;li>$23.51 renterâ€™s insurance new york&lt;/li>
&lt;li>$23.47 abatement technologies&lt;/li>
&lt;li>$23.37 mesothelioma law&lt;/li>
&lt;li>$23.26 lasik los angeles&lt;/li>
&lt;li>$23.25 cheap lasik&lt;/li>
&lt;li>$23.23 mesothelioma california&lt;/li>
&lt;li>$23.19 equity loan calculator&lt;/li>
&lt;li>$23.12 mesothelioma victims&lt;/li>
&lt;li>$23.05 california asbestos&lt;/li>
&lt;li>$23.04 equity mortgage company&lt;/li>
&lt;li>$22.93 gmac mortgage&lt;/li>
&lt;li>$22.89 life insurance&lt;/li>
&lt;li>$22.88 no closing cost mortgage&lt;/li>
&lt;li>$22.85 mesothelioma lawyer texas&lt;/li>
&lt;li>$22.85 mesothelioma lawyer texas&lt;/li>
&lt;li>$22.81 dallas personal injury lawyer&lt;/li>
&lt;li>$22.74 houston personal injury lawyer&lt;/li>
&lt;li>$22.73 personal injury attorneys los angeles&lt;/li>
&lt;li>$22.66 invisalign&lt;/li>
&lt;li>$22.56 mortgage rate quote&lt;/li>
&lt;li>$22.55 asbestos claims&lt;/li>
&lt;li>$22.53 lasik eye surgery canada&lt;/li>
&lt;li>$22.52 mesothelioma law firm&lt;/li>
&lt;li>$22.35 chicago lasik&lt;/li>
&lt;li>$22.34 texas homeowners insurance&lt;/li>
&lt;li>$22.27 california mortgage rates&lt;/li>
&lt;li>$22.26 [homeownerâ€™s insurance]&lt;/li>
&lt;li>$22.15 lasik center&lt;/li>
&lt;li>$22.02 asbestos lawsuit&lt;/li>
&lt;li>$21.97 pericardial mesothelioma&lt;/li>
&lt;li>$21.94 mortgage notes&lt;/li>
&lt;li>$21.93 boston personal injury attorney&lt;/li>
&lt;li>$21.86 lasik california&lt;/li>
&lt;li>$21.80 low cost health insurance new york&lt;/li>
&lt;li>$21.72 asbestos cancer&lt;/li>
&lt;li>$21.71 affordable health insurance new york&lt;/li>
&lt;li>$21.71 lasik eye surgury&lt;/li>
&lt;li>$21.67 lasik eye&lt;/li>
&lt;li>$21.64 lasik prices&lt;/li>
&lt;li>$21.56 lasik eye surgery&lt;/li>
&lt;li>$21.56 lasik eye surgery&lt;/li>
&lt;li>$21.52 all laser lasik&lt;/li>
&lt;li>$21.48 lasik pricing&lt;/li>
&lt;li>$21.48 lasik surgury&lt;/li>
&lt;li>$21.48 mesothelioma settlement&lt;/li>
&lt;li>$21.39 lasik treatment&lt;/li>
&lt;li>$21.35 mesothelioma settlement&lt;/li>
&lt;li>$21.30 [house insurance]&lt;/li>
&lt;li>$21.28 lasik doctor&lt;/li>
&lt;li>$21.27 mesothelioma memorial scholarship&lt;/li>
&lt;li>$21.27 utah personal injury attorney&lt;/li>
&lt;li>$21.20 los angeles asbestos&lt;/li>
&lt;li>$21.17 dallas personal injury attorney&lt;/li>
&lt;li>$21.10 laser eye surgery&lt;/li>
&lt;li>$20.95 homeowners insurance new jersey&lt;/li>
&lt;li>$20.91 insurance company in new jersey&lt;/li>
&lt;li>$20.87 commercial vehicle insurance&lt;/li>
&lt;li>$20.85 eye surgery los angeles&lt;/li>
&lt;li>$20.85 eye surgery los angeles&lt;/li>
&lt;li>$20.76 allstate new jersey&lt;/li>
&lt;li>$20.72 lasik surgery&lt;/li>
&lt;li>$20.72 lasik surgery&lt;/li>
&lt;li>$20.69 lasik surgery houston&lt;/li>
&lt;li>$20.65 lasik indianapolis&lt;/li>
&lt;li>$20.62 lasik doctors&lt;/li>
&lt;li>$20.61 san francisco party bus&lt;/li>
&lt;li>$20.59 safeco&lt;/li>
&lt;li>$20.54 utah mortgage&lt;/li>
&lt;li>$20.52 homeowners insurance new york&lt;/li>
&lt;li>$20.46 [mortgage lenders]&lt;/li>
&lt;li>$20.32 mortgage rate comparison&lt;/li>
&lt;li>$20.28 mortgage note&lt;/li>
&lt;li>$20.27 lasik eye surgery washington&lt;/li>
&lt;li>$20.22 new jersey life insurance&lt;/li>
&lt;li>$20.19 mortgage in new jersey&lt;/li>
&lt;li>$20.17 wavefront lasik&lt;/li>
&lt;li>$20.16 new jersey personal injury attorneys&lt;/li>
&lt;li>$20.15 lasik eye surgeons&lt;/li>
&lt;li>$20.14 trip insurance&lt;/li>
&lt;li>$20.08 fort worth personal injury lawyer&lt;/li>
&lt;li>$19.97 boston personal injury lawyer&lt;/li>
&lt;li>$19.95 metropolitan hotel in new york city&lt;/li>
&lt;li>$19.91 connecticut mortgage rates&lt;/li>
&lt;li>$19.90 asbestos lawsuits&lt;/li>
&lt;li>$19.88 lasik tampa&lt;/li>
&lt;li>$19.85 idaho mortgage&lt;/li>
&lt;li>$19.80 texas asbestos&lt;/li>
&lt;li>$19.74 los angeles movers&lt;/li>
&lt;li>$19.63 lasik milwaukee&lt;/li>
&lt;li>$19.63 new jersey insurance&lt;/li>
&lt;li>$19.61 lasik phoenix&lt;/li>
&lt;li>$19.55 cost lasik&lt;/li>
&lt;li>$19.51 laser lasik&lt;/li>
&lt;li>$19.51 san diego asbestos&lt;/li>
&lt;li>$19.41 va mortgage rate&lt;/li>
&lt;li>$19.38 www mesothelioma&lt;/li>
&lt;li>$19.36 investment property loan&lt;/li>
&lt;li>$19.32 wavefront surgery&lt;/li>
&lt;li>$19.28 new york automobile insurance&lt;/li>
&lt;li>$19.23 lasik sacramento&lt;/li>
&lt;li>$19.23 renters insurance new york city&lt;/li>
&lt;li>$19.22 lasik illinois&lt;/li>
&lt;li>answering service&lt;/li>
&lt;/ul>
&lt;p>&lt;a href="http://www.cwire.org/highest-paying-search-terms/">Source&lt;/a>&lt;/p></description></item><item><title>Free Download Manager v2.0 build 423 released</title><link>https://kalpik.com/2006/05/02/free-download-manager-v20-build-423-released/</link><pubDate>Tue, 02 May 2006 12:07:25 +0000</pubDate><guid>https://kalpik.com/2006/05/02/free-download-manager-v20-build-423-released/</guid><description>&lt;p>Here’s the best &lt;strong>FREE&lt;/strong> download manager. This is the download manager of my choice. It has every feature of paid counterparts and more..&lt;/p>
&lt;p>Free Download Manager (FDM) is a full-featured download accelerator and manager. It is absolutely free! Using this software product you can easily download a list of files and whole web sites from any remote server via HTTP, HTTPS and FTP. With FDM the downloading process will be as easy as never before!&lt;/p></description></item><item><title>100 Amazing Facts!</title><link>https://kalpik.com/2006/05/01/100-amazing-facts/</link><pubDate>Mon, 01 May 2006 09:52:45 +0000</pubDate><guid>https://kalpik.com/2006/05/01/100-amazing-facts/</guid><description>&lt;p>1. The speed of light is generally rounded down to 186,000 miles per second. In exact terms it is 299,792,458 m/s (metres per second – that is equal to 186,287.49 miles per second).&lt;/p>
&lt;p>2. It takes 8 minutes 17 seconds for light to travel from the Sun’s surface to the Earth.&lt;/p>
&lt;p>3. October 12th, 1999 was declared “The Day of Six Billion” based on United Nations projections.&lt;/p>
&lt;p>4. 10 percent of all human beings ever born are alive at this very moment.&lt;/p></description></item><item><title>KAV/KIS v6.0.1.309 beta released</title><link>https://kalpik.com/2006/04/30/kaspersky-kavkis-v601309-released/</link><pubDate>Sun, 30 Apr 2006 22:56:39 +0000</pubDate><guid>https://kalpik.com/2006/04/30/kaspersky-kavkis-v601309-released/</guid><description>&lt;p>Seems to be a fixed build.&lt;/p>
&lt;p>Changelog:&lt;/p>
&lt;p>&lt;strong>Build [309]:&lt;/strong>&lt;br>
Kaspersky Anti-Virus 6.0&lt;br>
09069 ODS: “Run task if skipped” option sometimes work incorrectly&lt;br>
10000 ODS: Missing an alert “Active Threat Found” if the product started from a network share&lt;br>
10118 Crashes upon first product startup, on build 308&lt;/p>
&lt;p>Kaspersky Anti-Virus 6.0 FS&lt;br>
06626 Trusted Proc: Proccesses added from a different computer are not properly trusted&lt;/p>
&lt;p>&lt;strong>Build [308]:&lt;/strong>&lt;br>
New:&lt;br>
1. Settings for ABS on all tasks for ODS (On Demand Scanner)&lt;br>
2. Setting “don’t display icon in the main window”&lt;br>
3. Support tab is now customizable via the Admin Kit&lt;br>
4. Wizard for On Demand scan task creation&lt;/p></description></item><item><title>Making Winamp sound better</title><link>https://kalpik.com/2006/04/30/making-winamp-sound-better/</link><pubDate>Sun, 30 Apr 2006 16:28:05 +0000</pubDate><guid>https://kalpik.com/2006/04/30/making-winamp-sound-better/</guid><description>&lt;p>Though Winamp has by default a very good mp3 decoder, it lacks many features such as replaygain, resampling, higher bit-depths, etc. Here is where the mpeg123 input plugin by &lt;a href="http://otachan.com">Otachan&lt;/a> comes in. This plugin is considered to be the best decoder for mp3 so far. The sound quality is crystal clear. The main plus point is that it supports &lt;a href="http://www.replaygain.org/">ReplayGain&lt;/a>. ReplayGain is used to make the volume of all audio files equal. I recommend &lt;a href="http://mp3gain.sf.net">MP3Gain&lt;/a> to analyse your MP3 collection. MP3Gain will store the ReplayGain information into the ID3 tag.&lt;/p></description></item><item><title>85% of the Internet Could be Destroyed</title><link>https://kalpik.com/2006/04/29/85-of-the-internet-could-be-destroyed/</link><pubDate>Sat, 29 Apr 2006 22:02:23 +0000</pubDate><guid>https://kalpik.com/2006/04/29/85-of-the-internet-could-be-destroyed/</guid><description>&lt;p>The Internet is extremely vulnerable because of the chain of dependencies between the computers that hold different parts of net addresses. As a result, this main characteristic of the so called web could lead to several hacker attacks, it is said in a study of the Department of Computer Science at Cornell University.&lt;/p>
&lt;p>It seems that all simple attacks combined could lead to the take-over of 85% of the Internet, because of the huge number of computers that have to be consulted in order to trace the exact location of a web site.&lt;/p></description></item><item><title>Moving Servers</title><link>https://kalpik.com/2006/04/29/moving-servers/</link><pubDate>Sat, 29 Apr 2006 21:27:08 +0000</pubDate><guid>https://kalpik.com/2006/04/29/moving-servers/</guid><description>&lt;p>Hi!&lt;/p>
&lt;p>I’ve moved to a new server and a new domain name 😛 Couldn’t post all day because of the shifting. Sorry! Now this will be my permanent home. Please update your bookmarks to &lt;a href="http://www.kalpik.co.nr">http://www.kalpik.co.nr&lt;/a>&lt;/p></description></item><item><title>Semester Exams Here!</title><link>https://kalpik.com/2006/04/28/semester-exams-here/</link><pubDate>Fri, 28 Apr 2006 16:21:34 +0000</pubDate><guid>https://kalpik.com/2006/04/28/semester-exams-here/</guid><description>&lt;p>Datesheet for my 6th Semester exams has been released today. Now i got to be DEAD serious about studies 😛 Exams start 16th May, and end on 26th May. Wish me luck 😛&lt;/p></description></item><item><title>KGB Archiver</title><link>https://kalpik.com/2006/04/28/kgb-archiver/</link><pubDate>Fri, 28 Apr 2006 15:51:52 +0000</pubDate><guid>https://kalpik.com/2006/04/28/kgb-archiver/</guid><description>&lt;p>&lt;strong>KGB Archiver&lt;/strong> is the compression tool with unbelievable high compression rate. It surpasses even such efficient compression tool like 7zip and UHARC in terms of the abilities. Unfortunately although its powerful compression rate, it has high hardware requirements (I recommend processor with 1,5GHz clock and 256MB of RAM as an essential minimum). One of the advantages of KGB Archiver is also AES-256 encryption which is used to encrypt the archives. This is one of the strongest encryptions known for human.&lt;/p></description></item><item><title>Bit Comet v0.66</title><link>https://kalpik.com/2006/04/28/bit-comet-v066/</link><pubDate>Fri, 28 Apr 2006 06:03:35 +0000</pubDate><guid>https://kalpik.com/2006/04/28/bit-comet-v066/</guid><description>&lt;p>BitComet is a p2p file-sharing freeware fully compatible with &lt;a href="http://wiki.bitcomet.com/help/BitTorrent">Bittorrent&lt;/a>, which is one of the most popular p2p protocol designed for high-speed distribution of 100MB or GB sized files. BitComet is a powerful, clean, fast, and easy-to-use bittorrent client. It supports simultaneous downloads, download queue, selected downloads in torrent package, fast-resume, chatting, disk cache, speed limits, port mapping, proxy, ip-filter, etc.&lt;/p>
&lt;p>Changelog:&lt;/p>
&lt;h4 id="v066-2006427">v0.66 2006.4.27&lt;/h4>
&lt;p>Core Improved: more program run-time error can be detected by the crash report&lt;br>
Core Bugfix: fix the bug that the sometimes program will crash when display chat message&lt;/p></description></item><item><title>Avoiding &amp;#8220;FORMAT C:&amp;#8221;</title><link>https://kalpik.com/2006/04/28/avoiding-format-c/</link><pubDate>Fri, 28 Apr 2006 01:57:58 +0000</pubDate><guid>https://kalpik.com/2006/04/28/avoiding-format-c/</guid><description>&lt;p>This is the worst nightmare for any of us. Having to Format and re-install windows. And no matter how careful you are with installing software, a time comes when some software does not uninstall properly, or messes up your system, or even a virus attacks windows! There are many cases where Formatting is the only option left. Formatting the PC takes at least around 2 hours to get back everything to normal working conditions, as in re-installing all software, setting them up, just the way you like it. But here, im gonna tell you a trick which does all that within 5 minutes! Interested? Read on! We will use disk imaging to create an image of our windows partition. But its just not that! The key is to create a good image, and keep it organised. A list of software we would need:&lt;/p></description></item><item><title>Nero v7.2.0.3b released</title><link>https://kalpik.com/2006/04/28/nero-v7203b-released/</link><pubDate>Fri, 28 Apr 2006 00:43:30 +0000</pubDate><guid>https://kalpik.com/2006/04/28/nero-v7203b-released/</guid><description>&lt;p>Ah! Another release! Now i gotta download it again 😛 Still, NO official changelog!&lt;/p>
&lt;p>Get it &lt;a href="http://www.nero.com/nero7/eng/nero7-up.php">here&lt;/a>.&lt;/p></description></item><item><title>Google unleashes new tool!</title><link>https://kalpik.com/2006/04/27/google-unleashes-new-tool/</link><pubDate>Thu, 27 Apr 2006 16:20:21 +0000</pubDate><guid>https://kalpik.com/2006/04/27/google-unleashes-new-tool/</guid><description>&lt;p>Hmm.. Google is one company which is known for innovation and uniqueness in their software.. The latest offering from the Google stable is Google SketchUp! &lt;a href="http://sketchup.google.com/product_suf.html">Google SketchUp&lt;/a> is an easy-to-learn 3D modeling program that enables you to explore the world in 3D. With just a few simple tools, you can create 3D models of houses, sheds, decks, home additions, woodworking projects – even space ships. And once you’ve built your models, you can place them in Google Earth, post them to the &lt;a href="http://sketchup.google.com/product_3dwh.html">3D Warehouse&lt;/a>, or print hard copies. Google SketchUp is free for personal use. No registration is required.&lt;/p></description></item><item><title>New P2P Virus</title><link>https://kalpik.com/2006/04/27/new-p2p-virus/</link><pubDate>Thu, 27 Apr 2006 15:26:14 +0000</pubDate><guid>https://kalpik.com/2006/04/27/new-p2p-virus/</guid><description>&lt;p>&lt;strong>Win32.Polipos&lt;/strong>&lt;/p>
&lt;p>&lt;strong>SYMPTOMS&lt;/strong>:&lt;/p>
&lt;ul>
&lt;li>Size of executable increases with about 60-70 KB.&lt;/li>
&lt;li>There could be detected unusual network activity.&lt;/li>
&lt;li>Suspect activity for the running processes (searching and modifying executable files).&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>TECHNICAL DESCRIPTION&lt;/strong>:&lt;br>
Win32.Polipos.A is a dangerous, polymorphic file infector, with a worm-like spreading capability. It’s targets are EXE and SCR files.&lt;/p>
&lt;p>It is a memory-resident virus, because once executed, it injects code in the running processes. The first files it infects are those located in %ProgramFiles% and %WINDIR% directories. But it hooks imported functions for the infected proceses, so that all executables accessed by those processes will be infected.&lt;/p></description></item><item><title>Nero v7.2.0.3 released</title><link>https://kalpik.com/2006/04/27/nero-v7203-released/</link><pubDate>Thu, 27 Apr 2006 14:13:21 +0000</pubDate><guid>https://kalpik.com/2006/04/27/nero-v7203-released/</guid><description>&lt;p>A new version of nero has been released. Version number has gone up from 7.0.8.2 to 7.2.0.3. Seems to be a major update. No official changelog as of yet though. I didnt find *much* difference as usual 😛&lt;/p>
&lt;p>Get the update &lt;a href="http://www.nero.com/nero7/eng/nero7-up.php">here&lt;/a>.&lt;/p></description></item><item><title>Michal Zalewski Announces A New Bug for Internet Explorer</title><link>https://kalpik.com/2006/04/27/michal-zalewski-announces-a-new-bug-for-internet-explorer/</link><pubDate>Thu, 27 Apr 2006 10:08:32 +0000</pubDate><guid>https://kalpik.com/2006/04/27/michal-zalewski-announces-a-new-bug-for-internet-explorer/</guid><description>&lt;p>Michal Zalewski, the researcher who announced in March an Internet Explorer vulnerability whose exploitation could crash the browser, has some news for Microsoft and the companyâ€™s security experts wonâ€™t be too pleased with them.&lt;/p>
&lt;p>The bug comes not long after Microsoft plugged numerous security holes with the April patches.&lt;/p>
&lt;p>Secunia has rated the bug as being â€œhighly criticalâ€ (the last but one alert level used by the security company) and has warned that its successful exploitation could compromise a system.&lt;/p></description></item><item><title>New Bluetooth Virus</title><link>https://kalpik.com/2006/04/27/new-bluetooth-virus/</link><pubDate>Thu, 27 Apr 2006 10:03:59 +0000</pubDate><guid>https://kalpik.com/2006/04/27/new-bluetooth-virus/</guid><description>&lt;p>A newly detected mobile phone virus is charging mobile phone users $5 to send a premium rate SMS message, security experts warned today at Infosec Europe 2006.&lt;br>
F-Secure explained that this type of attack had been reengineered to make money illegally from mobile phone users.&lt;/p>
&lt;p>F-Secure warned that users are still leaving their mobile devices and laptops open to attack by using unsecured Bluetooth connections, despite the company’s warnings at trade shows such as CeBIT.&lt;/p></description></item><item><title>Yahoo Messenger v7.5.0.811</title><link>https://kalpik.com/2006/04/27/yahoo-messenger-v750811/</link><pubDate>Thu, 27 Apr 2006 09:58:37 +0000</pubDate><guid>https://kalpik.com/2006/04/27/yahoo-messenger-v750811/</guid><description>&lt;p>The much awaited &lt;a href="http://messenger.yahoo.com">yahoo messenger&lt;/a> v7.5 is finally out of beta! Grab it &lt;a href="http://messenger.yahoo.com">here&lt;/a>!&lt;/p></description></item><item><title>Online Malware Scan</title><link>https://kalpik.com/2006/04/27/online-malware-scan/</link><pubDate>Thu, 27 Apr 2006 09:53:30 +0000</pubDate><guid>https://kalpik.com/2006/04/27/online-malware-scan/</guid><description>&lt;p>Just thought i’d let you know about this site, &lt;a href="http://virusscan.jotti.org">http://virusscan.jotti.org&lt;/a>. Its a site using multiple anti-virus scan engines (15, as of yet, new engines being added regularly!) to scan files uploaded by users from across the globe. If you are suspicious of some file, and you think your current anti-virus is not detecting it, you can upload it to this site to get a second review on it! Basically, i just love it for the live stats it provides. The stats update every minute or so, depending on the activity on the site. Great effort &lt;a href="http://www.jotti.org">Mr Jotti&lt;/a>!&lt;/p></description></item><item><title>Birthdays and Characteristics!</title><link>https://kalpik.com/2006/04/27/birthdays-and-characteristics/</link><pubDate>Thu, 27 Apr 2006 09:39:06 +0000</pubDate><guid>https://kalpik.com/2006/04/27/birthdays-and-characteristics/</guid><description>&lt;p>January 01-10 ~ &lt;strong>Dog&lt;/strong>&lt;br>
January 10-24 ~ &lt;strong>Mouse&lt;/strong>&lt;br>
January 25-31 ~ &lt;strong>Lion&lt;/strong>&lt;br>
February 01-05 ~ &lt;strong>Cat&lt;/strong>&lt;br>
February 06-14 ~ &lt;strong>Dove&lt;/strong>&lt;br>
February 15-21 ~ &lt;strong>Turtle&lt;/strong>&lt;br>
February 22-28 ~ &lt;strong>Panther&lt;/strong>&lt;br>
March 01-12 ~ &lt;strong>Monkey&lt;/strong>&lt;br>
March 13-15 ~ &lt;strong>Lion&lt;/strong>&lt;br>
March 16-23 ~ &lt;strong>Mouse&lt;/strong>&lt;br>
March 24-31 ~ &lt;strong>Cat&lt;/strong>&lt;br>
April 01-03 ~ &lt;strong>Dog&lt;/strong>&lt;br>
April 04-14 ~ &lt;strong>Panther&lt;/strong>&lt;br>
April 15-26 ~ &lt;strong>Mouse&lt;/strong>&lt;br>
April 27-30 ~ &lt;strong>Turtle&lt;/strong>&lt;br>
May 01-13 ~ &lt;strong>Monkey&lt;/strong>&lt;br>
May 14-21 ~ &lt;strong>Dove&lt;/strong>&lt;br>
May 22-31 ~ &lt;strong>Lion&lt;/strong>&lt;br>
June 01-03 ~ &lt;strong>Mouse&lt;/strong>&lt;br>
June 04-14 ~ &lt;strong>Turtle&lt;/strong>&lt;br>
June 15-20 ~ &lt;strong>Dog&lt;/strong>&lt;br>
June 21-24 ~ &lt;strong>Monkey&lt;/strong>&lt;br>
June 25-30 ~ &lt;strong>Cat&lt;/strong>&lt;br>
July 01-09 ~ &lt;strong>Mouse&lt;/strong>&lt;br>
July 10-15 ~ &lt;strong>Dog&lt;/strong>&lt;br>
July 16-26 ~ &lt;strong>Dove&lt;/strong>&lt;br>
July 27-31 ~ &lt;strong>Cat&lt;/strong>&lt;br>
August 01-15 ~ &lt;strong>Monkey&lt;/strong>&lt;br>
August 16-25 ~ &lt;strong>Mouse&lt;/strong>&lt;br>
August 26-31 ~ &lt;strong>Turtle&lt;/strong>&lt;br>
September 01-14 ~ &lt;strong>Dove&lt;/strong>&lt;br>
September 15-27 ~ &lt;strong>Cat&lt;/strong>&lt;br>
September 28-30 ~ &lt;strong>Dog&lt;/strong>&lt;br>
October 01-15 ~ &lt;strong>Monkey&lt;/strong>&lt;br>
October 16-27 ~ &lt;strong>Turtle&lt;/strong>&lt;br>
October 28-31 ~ &lt;strong>Panther&lt;/strong>&lt;br>
November 01-16 ~ &lt;strong>Lion&lt;/strong>&lt;br>
November 17-30 ~ &lt;strong>Cat&lt;/strong>&lt;br>
December 01-16 ~ &lt;strong>Dog&lt;/strong>&lt;br>
December 17-25 ~ &lt;strong>Monkey&lt;/strong>&lt;br>
December 26-31 ~ &lt;strong>Dove&lt;/strong>&lt;/p></description></item><item><title>KIS/KAV Beta v6.0.1.307 released</title><link>https://kalpik.com/2006/04/27/kiskav-beta-v601307-released/</link><pubDate>Thu, 27 Apr 2006 09:20:30 +0000</pubDate><guid>https://kalpik.com/2006/04/27/kiskav-beta-v601307-released/</guid><description>&lt;p>Changelog:&lt;/p>
&lt;p>&lt;strong>Build [307] Resolved:&lt;/strong>&lt;/p>
&lt;p>Kaspersky Anti-Virus 6.0 FS&lt;br>
06273 Missing functionality for server connection for the user&lt;br>
08884 Events: Incorrect event type&lt;br>
Feature Corrected locking when modules load&lt;br>
Feature Exceptions around AV signatures code are removed for diagnostics&lt;/p>
&lt;p>&lt;strong>Build [306] Resolved:&lt;/strong>&lt;/p>
&lt;p>Anti-Virus 6.0&lt;br>
04777 ODS: Progress bar is not correct for “StartUp” object scan&lt;br>
09039 Crashes when working Quarantine files&lt;br>
09399 ODS: Delayed cure is reported as “Logical sector” and not as “File”&lt;br>
09851 GUI: Incorrect protection status reporting in SecurityCenter&lt;br>
09932 Exceptions are broken in Trusted Zone&lt;br>
09941 ODS, GUI: Alert “Active Threat” is not coming up again&lt;br>
09954 OAS: WIN98 File-Antivirus does not start&lt;br>
09958 GUI: From OAS a tab with new settings is missing&lt;br>
09965 GUI: Unloading KAV from OAS, schedulling settings are not remembered&lt;/p></description></item><item><title>My Rig</title><link>https://kalpik.com/2006/04/27/my-rig/</link><pubDate>Thu, 27 Apr 2006 05:55:56 +0000</pubDate><guid>https://kalpik.com/2006/04/27/my-rig/</guid><description>&lt;p>So.. Here’s my PC configuration..&lt;/p>
&lt;ul>
&lt;li>AMD Athlon64 2800+ (754 pin)&lt;/li>
&lt;li>MSI K8NM (nForce3 250) Motherboard&lt;/li>
&lt;li>1GB DDR400 Kingston RAM (Timings: 2.5-3-3-7)&lt;/li>
&lt;li>Nvidia FX5700LE Graphics Card with 128MB RAM (Gainward)&lt;/li>
&lt;li>Maxtor 120GB 7,200 RPM SATA-1 Hard Disk&lt;/li>
&lt;li>BenQ DW1650 DVD Re-Writer&lt;/li>
&lt;li>Sony CRX-320E DVD Combo Drive&lt;/li>
&lt;li>ViewSonic E70f 17″ True Flat CRT&lt;/li>
&lt;li>350W SMPS (Mercury)&lt;/li>
&lt;li>Samsung Multimedia Keyboard&lt;/li>
&lt;li>Samsung Optical Mouse (800 dpi)&lt;/li>
&lt;li>3,600W (PMPO) home theatre system&lt;/li>
&lt;li>5.1 Audio on-board&lt;/li>
&lt;li>Airtel 128kbps *unlimited* connection&lt;/li>
&lt;li>APC 500VA UPS&lt;/li>
&lt;li>24 hour power backup via 2.5KVA Genset 😛&lt;/li>
&lt;/ul></description></item></channel></rss>