Microsoft remote terminal from linux

I know it would be simple for a lot of people reading this blog :). But the easiest way to remote desktop into a windows machine using a X based linux distro is to install rdesktop. http://www.rdesktop.org For ubuntu and debian based distro, fire up the console and type sudo apt-get install rdesktop This would install the client. rdesktop <server IP/domain> This would fire up the windows remote desktop stuff.

January 19, 2009 · 1 min · 70 words · Me

Nginx + django fcgi lessons

Today was a good day as i learned some valuable lessons about django and nginx. ALWAYS close the database cursor in django, it can lead to some pretty wierd memory issues going forward. FIND the most optimal number of database connections you initialize for you connection pooling. This will let you optimize on memory going forward. ENSURE that you do not set a very high client_timeout, this means that if connections are not explicitly not closed by the client then the web server will not timeout....

January 19, 2009 · 1 min · 138 words · Me

The Screen Savers! - NES PC

Very cool … though i seem to be nearly 4 years late.

January 19, 2009 · 1 min · 12 words · Me

What is Pragmatism ?

What is Pragmatism ? Something i had little idea about it turns out. Seems i need to read up a lot more about the words i encounter. What stories they hide within their seemingly mundane meanings. The most influential philosophy in America in the first quarter of the twentieth century. Viewed against the widely diversified intellectual currents that have characterized American life, pragmatism stands out as an energetically evolved philosophical movement....

January 19, 2009 · 2 min · 228 words · Me

Be a Shotgun Startup, at Proto.in January Edition

How many times have you had a cool idea that never saw the light? Or that amazing conversation you had with your best friends which resulted to nothing? It can be that amazing facebook application to solve all the problems of your single friends, or that Iphone game that will rock the world, or an android application, or that robot which will help elderly people remember their pill times. Whatever it is, this is a time to build it and ride the wave with the support of the entire startup community....

January 6, 2009 · 3 min · 434 words · Me