About this blog

I feel this blog as a reflection of my thoughts to myself , and sometimes as a public diary, and the is my only friend to share my thoughts who says never a "oh no! ,you shouldn't....That is boring...."

buy icici below 1000 target 1300 by Feb2014

compared to other banks icici is renovating and expanding , easy model for online/offline customers.
From google finance trends one can easily observe icici's strength

ubuntu grub restore or rescue after windows install ,the simple way

Total 8 lines:

sudo mount /dev/sdXX /mnt

sudo mount /dev/sdY /mnt/boot/efi   (sdY is of EFI partition)

for i in /dev /dev/pts /proc /sys; do sudo mount -B $i /mnt$i; done   (single for loop for all dev mount)

sudo chroot /mnt

sudo update-grub

sudo grub-install /dev/sdX   (eg: sda or sdb)

exit  (to exit chroot)

umount -a   (umount all dev that have been mounted)

reboot

another simple technique is to use --root-directory option in grub-install command after mounting the linux partition and finally do update-grub



Source: http://askubuntu.com/questions/83771/recovering-grub-after-installing-windows-7


To understand something very better

Do things awkwardly against the routine. It can be tried exactly in opposite way or in other untraditional alternative way.

P.S:  I realized this technique when I tried to write with my left hand .When I am using my left I am thinking at a very fundamental level of each simple action to perfect like I do with my Right hand.

 1 yr back  I changed my Computer Mouse to Left and 2days before I swapped the right click and left click functionalitys. I am thinking at each and every click I am making now. Of course , after some time this will turn out to routine, but finally I shall remain ambidextrous. That means I shall be using my head with full throttle for life:D