Table of Contents
Ubuntu Linux
Important Packages
- libdvdread3 (read README.Debian file for libdvdcss)
- w32codecs
- msttcorefonts
- wxvlc
- sun-java6-plugin
- xnest
- wine
- nautilus-open-terminal
Java
There’s a good chance that you will have a gnu version of the java runtime running. You probably want to use the Sun version; this is easily done with:
sudo update-alternatives --config java
...and choose the sun version.
MP3 support in sound juicer
I think to be legally savvy, sound juicer leaves out mp3 support. Stupid!! Add the profile below using the preferences dialog.
audio/x-raw-int,rate=44100,channels=2 ! lame name=enc bitrate=160 ! id3v2mux
Useful Commands
apt-cache search <name> dpkg-reconfigure <name>
Links
- Ubuntu + amd64: How to setup for 32-bit apps (wine, flash, video stuff)
Make Your Own DVDs
ubuntu version
debmirror --nosource -m --passive --host=archive.ubuntu.com --root=ubuntu/ --method=http --progress --dist=feisty --section=main,restricted,multiverse,universe --arch=i386 feisty/ --ignore-release-gpg debmirror --nosource -m --passive --host=archive.ubuntu.com --root=ubuntu/ --method=http --progress --dist=feisty-security --section=main,restricted,multiverse,universe --arch=i386 feisty-security/ --ignore-release-gpg debmirror --nosource -m --passive --host=archive.ubuntu.com --root=ubuntu/ --method=http --progress --dist=feisty-updates --section=main,restricted,multiverse,universe --arch=i386 feisty-updates/ --ignore-release-gpg debmirror --nosource -m --passive --host=archive.ubuntu.com --root=ubuntu/ --method=http --progress --dist=feisty-backports --section=main,restricted,multiverse,universe --arch=i386 feisty-backports/ --ignore-release-gpg debmirror --nosource -m --passive --host=archive.ubuntu.com --root=ubuntu/ --method=http --progress --dist=feisty-proposed --section=main,restricted,multiverse,universe --arch=i386 feisty-proposed/ --ignore-release-gpg
debian version
debmirror --nosource -m --passive --host=ftp.debian.org --root=debian/ --method=http --progress --dist=etch --section=main,contrib,non-free --arch=i386 etch/ --ignore-release-gpg
split repo
mkdir dvd debpartial --nosource --dirprefix=ubuntu --section=main,restricted,universe,multiverse --dist=feisty --size=DVD ubuntu/ dvd/ gzip -dc /usr/share/doc/debpartial/examples/debcopy.gz > debcopy ruby debcopy -l ubuntu/ dvd/ubuntu0 mkisofs -f -J -r -o ubuntu-dvd-0.iso dvd/ubuntu0