Archive for the ‘Linux’ Category

Set Pen drive Bootable for Linux [via Commands]

March 30, 2012, Posted by Vedank at 7:42 pm

1. Create a partition in Pen Drive (at least 3.5 – 4 GB) 2. Must Ensure partition is of Type FAT (if not change it to FAT) 3. Replug the pendrive and check the name of Ur Partition in Pen Drive by # fdisk -l Eg. it may give /dev/sdb1 4. Format this partition ( [...]

Read More

Run Commands without saving into history [LINUX]

November 4, 2011, Posted by Vedank at 6:54 pm
Bash Shell

Hello guys ! Do you know, how can we execute the command on a bash shell without saving into the history! If you want to do some work on your own computer or logged on to the others pc, you want to hide the things what you have done so far, just modify simple settings [...]

Read More