2009년 12월 21일 월요일

CD ISO Image In Linux

Create Image from CDROM
dd if=/dev/cdrw of=/home/user/temp/image.iso




Mount ISO image to Computer
mount -o loop -t iso9660 /home/gray/image.iso /mnt/cdrom

댓글 없음:

sublime close without confirmation

  Close without confirm   Yes, you can just write a plugin to set the view as scratch and close it. Then create a keybinding for that c...