Author: k7

  • Wireless connection dropouts in Lucid Lynx

    Since my upgrade to Lucid, I have been experiencing dropouts on my wireless connection and since the solutions that I had found on the net did not solve the above problem, I decide to script a temporary fix until it gets fixed in (K)Ubuntu or in the Kernel. I found that that after I get…

  • DNS Zone File Serial

    Today, I came across this error while checking a DNS Zone file for error (I was trying to script the syntax check of a zone file before deploying it onto our production servers): named-checkzone example.com example.com.zone dns_rdata_fromtext: example.com.zone:3: near ‘201005051010’: out of range zone example.com/IN: loading from master file example.com.zone failed: out of range And,…

  • Lucid Lynx — Downgrading from PHP 5.3

    I hit this bug after the upgrade to PHP 5.3 (which happened with my Kubuntu Upgrade to Lucid Lynx). I read in another bug report that this issue was fixed in the latest snaphshot, so I tried compiling from source – using the latest 5.3 snapshot. This didn’t go well, as I hit a seg…

  • Hacker News Sorter

    I have just recently created a bookmarklet to sort the news stories on the front page of HN. There are a  few minor issues that I have noticed but, should work for most parts. When you click on the bookmarklet, two links get created at the top as shown in the screenshot below: Clicking on…

  • InnoDB + MySQL Implicit Autocommit

    Today, I spent about an hour debugging a part of the script that I was writing. This is what I faced: I had a function writing some logs into a table. The function was pretty simple as all it had to do was insert some data into a row (using the data passed to it).…

  • Browse Indian News Stories on your IPhone

    I developed a website that you can browse to get the top News Stories from India. Here is the description that I added when I submitted the app to Apple: The site offers you top news stories from a variety of News Sources from India covering topics such as General News, Sports,  Cinema, Finance and…

  • Kuselan – Review

    Here is the Review that I posted as a comment here: http://www.cinereviews.in/kuselan/ A movie that most people will enjoy. Rajini appears in a few crucial scenes and excels in those. Most people would probably know about the story, so I am not going to elaborate on that. In a few words; The Movies is about two…

  • Movie News

    news2u.in is a place to read interesting happenings in Tamil Cinema World.

  • Tamil Movie reviews site.

    Finally, you have a site where, at a glance, one gets to read multiple tamil movie reviews. Very cool! Check it out at http://www.cinereviews.in/.

  • Getting visitor location in PHP.

    I had been trying to track the location of visitors based on their IP addresses. I ran into problems earlier while trying to acheive that and gave up. Today, I Finally managed to do that. Thanks to the geodb availablehere. I hacked up a function that would accept an IP address as a parameter and…