Backup your home directory using tar
By jeltsch on Thu, 11/16/2006 - 12:48As root go to /home directory and execute the command:
tar -czvf pathto/archive.tar.gz username
As root go to /home directory and execute the command:
tar -czvf pathto/archive.tar.gz username
Both xine and MPlayer can play DVDs directly, but xine has a DVD navigation. In Mplayer you need to specify which movie (VOB file) you want to play:
xine dvd:// mplayer dvd://3
If you just want to temporarily store the DVD on your hard disk it might be sufficient to create a DVD image:
dd if=/dev/dvd of=rosenstrasse.iso
The image can be mounted as follows:
sudo mount -o loop rosenstrasse.iso /media/temp/
Xine can play a DVD from an iso image directly (without mouting the image):
Although several linux video players (e.g. xine) do support playback of encrypted DVDs, Suse has crippled the libraries needed to do so. Thus none of the players/frontends included in Suse Linux 9.2 can play encrypted DVDs. What are encrypted DVDs? Essentially all commerical movies are released exclusively as encrypted DVDs. It is a pain in the ass, but actually can be cured. To play encrypted DVDs you need libdvdcss2. This is the famous hack, that was in the news and that obviously was not liked by the media industry.