Exporting XDisplay

In *nix systems, you can make the display, the GUI of an application, appear on another machine. This if often required, when the machine you want to run the application on is in a lab, and you have access through a desktop machine that has a monitor. You can do this, by running an XServer on the desktop machine and configuring the client (the one where you run your app) with the XServer details. By default, the XServer instance on your desktop disallows communication from all machines except localhost. Thus, you will need to add the host in the allowed list using the xhost command. ...

June 21, 2011 · 1 min · Shivanand Velmurugan

How I handle 1000+ emails and 300+ blog posts a day

Several people are shocked to hear that I read 1000+ emails and several hundred blog posts a day. Ofcourse, when I say that, all I mean is that, I process that much content. I read around 30-40% (That is really the signal-to-noise ratio of web content these days–and that is, if you are subscribed to high quality feeds) [caption id="" align=“alignnone” width=“450” caption=“google reader trends”][/caption] One of friends was curious how I can handle all that data flow, and I emailed her this: ...

October 15, 2008 · 2 min · Shivanand Velmurugan

cvs - Getting list of files changed in the current tree

The simple way to retreive the list of changed files would be to update the tree, which would then list the files updated. #cvs update . > filelist.dat The problem with this, is that if there have been changes to other files after your last update, you will have to manually glean the files that you have changed. I tend face this, particularly during the last couple of weeks before a release, since you don’t want to risk updating your tree everyday, but still have to make 2/3 checkins. I did some googling today, and found how to find the list of files changed without updating your tree. ...

June 23, 2008 · 1 min · Shivanand Velmurugan

IPOD touch: Downgrade from 1.1.3 to 1.1.1

My ipod touch was upgraded to 1.1.3, after connecting to my computer, and I wanted to downgrade to 1.1.1, so I could jailbreak it and put any app I want on it. ipodtouchmaster found a way to downgrade it using iPhuc.

January 16, 2008 · 1 min · Shivanand Velmurugan

Recovery from GRUB Failure

I have a dual-boot PC at home, which boots to OpenSUSE and Windows. After a very tiring 7 hour journey, I came home to a GRUB failure. After searching for help all over the web, I found some help here, here, here, here, here and here. :) It turns out, that GRUB stage 2 was not being loaded. So here’s what I did. 1. set the root partition 2. run GRUB setup on the MBR. 3. load the os using chainloader. ...

April 6, 2007 · 1 min · Shivanand Velmurugan

Bangalore Hangouts

Thanks to the person who has compiled this huge list of addresses of establishements in bangalore. I have no clue how currrent this list is, but here it is. Bangalore Hangouts - excel, ods, pdf Usual disclaimers apply. DO NOT get in touch if your dog dies because of an error in this document. [tags]bangalore, bangalore hangouts, restaurants, blore, pubs, clubs[/tags]

March 4, 2007 · 1 min · Shivanand Velmurugan

Hacking Wordpress - An extended XML-RPC API

Having broken my elbow, I have spent the last two weeks typing away with a single hand. With nothing much to do, I went about looking at ways to improve the capabilities of blog editors. I use BlogDesk for my blogging needs. It is a wonderful editor, that let you do all operations provided by MetaWeblog API. However I wanted to do more than what was provided there. I wanted to add some features for plugins that I used. ...

January 15, 2007 · 1 min · Shivanand Velmurugan

Return of Javascript!

After what has been ages, I have returned. Not that many are reading this, but I intend to use this for future reference in any case I have wanted to learn javascript, and this time I found a sustainable way. Learn a language by implementing something very huge in it. I’m writing, what I must say a very kewl application at work, and am learning quite a few tricks in javascript. ...

August 10, 2006 · 1 min · Shivanand Velmurugan

Learn HTML and Javascript

HTMLSource: HTML Tutorials I know I need to refrain from this incessant habit of link-blogging, but hey, somethin’ better than nothin’. A lot has been happening lately, but no time for that now! This is a wonderful site, by far the most useful and easy-to-find-info site for HTML and Javascript. They don’t assume that you have a PHD in web-develeopment before talking about some of these kewl technologies. Check it out! ...

November 25, 2005 · 1 min · Shivanand Velmurugan

getting batch categories to work with Word press 1.5.1.1

I simply love that plugin - Batch categories, like a myriad of other wordpress users. (A thousand thanks to Stephanie Booth wouldn’t suffice ;) ), but I had problems getting it to work in 1.5.1 Lots of results out there, that explain how to fix it, but none that lets a newbie get it up quickly. I know this is a repetition, but it still took my more than a day to get it fixed (mebbe it’s my dull head.. but then again) ...

May 27, 2005 · 3 min · Shivanand Velmurugan