Posts

Service Engineer/System Administrator Interview Questions

…  MEC enter ‘DATA’ at the end of the line else enter ‘SATA‘ at the beginning. awk ‘/MEC/ {print $0,”DATA”;} !/MEC/ {print “SATA“,$0;}’ filename If the line contain HI replace all a->b ad b->c …

Restoring the Grub after reinstalling Windows

…  might be hda if the hard disk is IDE and sda if disk is SATA. So try it out the next time you loose your grub and tell me how it …