Aug 03
Excerpt From Chetan Bhagat’s inaugural speech at Symbiosis in 2008:
Don’t just have career or academic goals. Set goals to give you a balanced, successful life. I use the word balanced before successful. Balanced means ensuring your health, relationships, mental peace are all in good order. There is no point of getting a promotion on the day of your breakup. There is no fun in driving a car if your back hurts. Shopping is not enjoyable if your mind is full of tensions.
Read the rest of this entry »
August 3rd, 2010 in
Inspirational |
No Comments |
39 views
Aug 02
I recently came across this very interesting website which tells you how do you write. The website has writing analyzer which is build on top of sophisticated statistical analysis tool. Based on your choice of words and writing style it will align you with writing author.
This stuff is worth experimenting. You can try it here
I Write Like
August 2nd, 2010 in
Free Services,
Research |
No Comments |
28 views
Aug 01
WordPress 3.x added support for multiple site management through single installation & custom menu option to manage the Menu of your site. This feature is pretty cool but can’t be used with old themes. I love my librio WordPress theme & didn’t wanted to compromise on that. So eventually I ended up hacking couple of files to enable this feature.
I’m not a PHP expert, but certainly got Custom Menu feature working on this blog itself.
If you try to customize Menu & displays the following message
Read the rest of this entry »
August 1st, 2010 in
Free Services,
Other,
Technical |
No Comments |
40 views
Aug 01
It’s really funny as it sounds
. I found an interesting post which deals with converting SIM into MicroSIM for using in iPad/iPhone 4.
This is worth reading
http://www.johnbenson.net/How_to_Convert_a_SIM_to_a_MicroSIM_with_a_Meat_Cleaver/How_to_Convert_a_SIM_to_a_MicroSIM_with_a_Meat_Cleaver.html
While reading that I came across some sophisticated commercial tools:
http://www.cutmysim.com/
http://www.noosyapple.com/cp/html/?38.html
August 1st, 2010 in
Other,
Random Picks..,
iPhone |
No Comments |
38 views
Jul 31
Finally I got a chance to upgrade my blog from version 2.8.6 to 3.0.1 using SimpelScripts. Unexpectedly this was the smoothest upgrade I had.
I used SimpleScript to do the upgrade but few common tips to follow before you actually upgrade any WordPress version: Read the rest of this entry »
July 31st, 2010 in
Free Services,
Open Source |
No Comments |
34 views
Jul 31
Continuing on the related post
http://knowledgeexplosion.info/2008/07/solved-binrm-argument-list-too-long/
if you want to copy the files, you have to use different syntax. In my case I wanted to copy bulk of mp3 files:
find /share/media/mp3/ -type f -name "*.mp3" -print0 | xargs -0 -r
-I file cp -v -p file --target-directory=/bakup/iscsi/mp3
July 31st, 2010 in
Linux,
Systems |
No Comments |
15 views
Jun 06
Man I had crazy time with getting eclipse function keys working in Snow Leopard. That was a kind of nightmare. Specially I’m used to eclipse short cuts like F5, F6, F8. Here is the trick -
Read the rest of this entry »
June 6th, 2010 in
Eclipse,
Mac OS |
No Comments |
65 views
Jun 05
Just wanted to post very basic shell scripting essentials:
Basic Shell Scripting Concepts:
Arithmetic Evaluation (op refers to Operation):
let answer=var1 OP var2; echo $answer;
echo `expr var1 OP var2`
For … loop:
for file in x
do
{body}
done
[x can be numbers, letters, paths etc]
Read the rest of this entry »
June 5th, 2010 in
BASH,
Linux,
Mac OS |
No Comments |
40 views
Jun 05
Just feels that it’s been longgg….. Trying to get back to writing some geeky stuff again
June 5th, 2010 in
Other |
No Comments |
64 views
Mar 19
I normally like to see Author, Last modified date information for the projects synchronized with the subversion. Here is the trick to enable this tags for Subversive SVN client in eclipse.
Eclipse –> Properties –> Team –> SVN –> Label Decorations –> Text Decorations –> File –> [Select the necessary options]
March 19th, 2010 in
Eclipse,
Subversion |
No Comments |
79 views