Wednesday, July 16, 2008

Using System Rescue CD for Windows machines

Backup MBR (master boot record)
:#/ dd if=/dev/sda of=/mnt/tmp/mbr-sda.bak bs=512 count=1


~ts~

No comments:

CPP Quick Guide

Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...