Posts

Showing posts with the label linux

Penguin Zindaabaad - Ubuntu 10.04 review

Image
They : Is this Apple? Me : No. This is Ubuntu ! They : Huh?  Me : Yep!  The above conversation happened yesterday when I had gone to give a demo to an Association Committee.  Half an hour we were discussing on Ubuntu and then I realized I have come here to sell my product and not Ubuntu - and went on with the demo!  That's the screenshot of my desktop - on Ubuntu 10.04. Very minimal, OS Xish, smooth, fast, snappy, extremely responsive - and a conversation piece at every demo. In May 2009 - a year back I installed Ubuntu 9.04 with dual boot with Vista (  http://venkat2.blogspot.com/2009/05/finally-switched-from-vista-to-ubuntu-9.html ). Now after a year - in may 2010 - I clean formatted the laptop and have gifted the entire hard drive, boot sector et all to Ubuntu 10.04. I am confident / convinced that Windows is not needed any more. In fact I am very grateful to Microsoft for having produced a crappy OS. If Vista was a little better I would h...

Finally Switched from Vista to Ubuntu 9

Finally I have made the jump from Windows to Linux - the 3rd time. First 2 times I did it when I was on a J2EE project ( weblogic environment ) and a SOA project ( Tomcat ). Once I rolled off the projects again I had to go back to Windows. Now this is the 3rd time I am switching and along with it the development environment of Apartment Adda to Ubuntu and I will be here for quite some time - perhaps till I get a powerbook ;) The build and production are already on linux - so it was easy to make the switch - the scripts were all working. A few things were holding me back - like Nokia PC Suite, ITunes, Chrome - but I am feeling better already for having made the choice. 1. Ubuntu 9 is slick, good on eyes and blazingly fast My thumbrule for judging the performance of an OS is - everything should launch like how a notepad launches in Windows XP ( vista notepad takes longer than XP notepad). In Ubuntu most of the apps meet the critieria. Ubuntu boots really fast and is immediately responsiv...

My Best Friend Linux

Image
Today I was setting up a cron job and suddenly realized - Linux has been such a good friend to me all these years and I never recognized this fact. This post is how Linux has stood by my side silently and quietly helped me do difficult things easily, has never once failed me, is always there when I wanted, does not require me to pay, teaches me cool tips & tricks and is a joy to talk with - what else can you expect from your best friend. I will summarize some of the features I love linux for. 1. tail -f error.log I use tail command a lot. Only Textpad in windows world has something equivalent of it and that too is a little jerky and with large log files Textpad becomes slow. Tell me if there is a better alternative to Textpad and Notepad++ ( should I have to always manually reload in Notepad++?). 2. crontab Hats off to the geniuses behind crontab concept. Scheduling programs to run every minute to run on a particular day once a year - is so simple. Just by editing a text file you c...