Author Archives: Kunal
Bespin Gotchas
In case of trouble connecting to Bespin from an external machine, try setting the IP address to 0.0.0.0 Either change the file pavement.py: 62 63 64 65 66 67 68 69 70 71 72 server=Bunch( # set to true to … Continue reading
Sorted, Human Readable file sizes via du
du -d 1 | sort -n | cut -f 2 | xargs du -h -d 0
Talk about UI failure
So you won’t let me get to the content just because “there are no surveys available in my country”? Thanks Tinypaste! Uploaded with plasq‘s Skitch!
Get email updates when your IP changes/ Python DynDns update client
I use DynDns to map my ISP provided dynamic IP to a static hostname. For some reason, the DynDns provided update clients don’t always work for me and often leave my hostname pointing to a dead or (worse) someone else’s … Continue reading
On the iPad
I’ve been meaning to write a detailed piece of the iPad ever since it was announced, but knowing myself, it’s no surprise that I haven’t gotten down to it yet. So before everyone receives their iPads over the weekend, I … Continue reading