Here is life cycle that goes along with time....
fun time over....
bye
gconftool-2 --set /apps/metacity/general/button_layout \
--type string "menu:minimize,maximize,close
"
Run the following command on terminal:
gsettings set org.gnome.desktop.wm.preferences \
button-layout ':minimize,maximize,close'
@TECHREPORT{draft-ipng-gseaddr-00.txt, AUTHOR="M. O'Dell", TITLE="{GSE: An Alternate Addressing Architecture for IPv6}", HOWPUBLISHED="{Working Draft}", TYPE="{Internet-Draft}", NUMBER="draft-ipng-gseaddr-00.txt", INSTITUTION="{IETF Secretariat}", DAY=24, MONTH=Feb, YEAR=1997 }
More information:
Check the different options which is used in above commands:
-v - turns on verbose mode.
-dao - puts us in Disc At Once mode. Since you're burning an ISO image here, you don't want to add any more data later in a future 'session', so you can just instruct cdrecord to put it in one session and finalise the disc.
speed=4 - you keep the burning speed down as it is more likely to burn properly and not fail. You can experiment with higher speeds if you want, but don't go higher than either your media or burner state they can do (and do
dev=/dev/dvd - this is the device node for your DVD drive. It's usually safe to put /dev/dvd here, but if that doesn't work, you may need to use /dev/cdrom or something else.
Finally, specify the path to the ISO image you want to burn.
--mount /dev/sda5 /mnt
mount --bind /proc /mnt/proc
mount --bind /dev /mnt/dev
mount --bind /sys /mnt/sys
chroot /mnt
update-grub2
grub-install /dev/sda