make sure you install grub on the windows drive, normally this would be sda.
don’t install on the Linux drive, or windows will not boot with grub.
This is assuming you have windows on your first drive and installing linux on the second.
make sure you install grub on the windows drive, normally this would be sda.
don’t install on the Linux drive, or windows will not boot with grub.
This is assuming you have windows on your first drive and installing linux on the second.
ls /dev/disk/by-uuid/ -alh
total 0
drwxr-xr-x 2 root root 100 2006-10-19 13:32 .
drwxr-xr-x 5 root root 100 2006-10-19 13:32 ..
lrwxrwxrwx 1 root root 10 2006-10-19 13:32 77755aaf-f843-424c-aabd-46d52cc05d5c -> ../../hda2
lrwxrwxrwx 1 root root 10 2006-10-19 13:32 8038788838787F4A -> ../../hda1
lrwxrwxrwx 1 root root 10 2006-10-19 13:32 ba8e5cfb-12fb-4601-b5ff-2f2787c69cb3 -> ../../hda5
this way you can tie back the sda to uuid.
example
vol_id -u /dev/sda1
or for more information use
vol_id /dev/sda1
very handy if you have ubuntu and the fstab is using uuid
it is more robust… i am learning to hate that word.
ref:http://ubuntuforums.org/showthread.php?t=223182&highlight=uuid&page=2
If you would like to do screen captures in SUSE, you can install
KSnapshot
It seems to wrok well.
ref:
http://www.linuxquestions.org/questions/susenovell-60/suse-9.3-screen-capture-options-384119/
use the diff command
diff filename filenameofotherfile
if there is a difference, it will tell you. Many additional options too.
Cygwin
Awesome program.
if you have to add more commands, google, download and copy to bin directory. Sweet.
use diff, split, etc.
use the cat command
cat file1 file2 >> output file
ref:
http://www.linuxforums.org/forum/linux-newbie/63686-how-copy-two-files-into-one.html
use the command
split
split –bytes=3999m filename.img
this will split the file into 4.2GB files so they can fit on a DVDs.
then use cat command to join again.
cat file1 file2 >> outputname
ref:
http://www.techiecorner.com/107/how-to-split-large-file-into-several-smaller-files-linux/
Powered by WordPress