Fedora10

From Rivalug Wiki

Jump to: navigation, search

Contents

Documentation

Manuals

Release Notes

Schedule

25 Nov 08 - Fedora 10 final release

News

3rd Party Repositories

optimize downloading

yum install yum-fastestmirror 

livna & rpmfusion

The livna repository is being merged into the rpmfusion repository

Install for Fedora 10 final:

rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm

One package, libdvdcss, still remains in the livna repository

nvidia drivers

proprietary nvidia drivers are available in the rpmfusion-nonfree repository

yum install akmod-nvidia

akmod-nvidia is recommended over kmod-nvidia (if there is sufficient disc space) since it will compile kmod-nvidia at boot time for new kernels even when a kmod-nvidia package hasn't been built in the repository.

multimedia

Much of the software in this section involves the installation of non-free code.

Adobe Flash

rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux
nspluginwrapper.i386
nspluginwrapper.x86_64
alsa-plugins-pulseaudio.i386
libcurl.i386
flash-plugin


64-bit flash player

swfdec

The free software alternative to Adobe Flash is swfdec

swfdec
swfdec-mozilla
gstreamer-plugins-ugly
gstreamer-ffmpeg

vlc

vlc

mplayer

mplayer 
mplayer-gui 
gecko-mediaplayer 
mencoder

codecs

http://www.mplayerhq.hu/MPlayer/releases/codecs/all-20071007.tar.bz2
untar to /usr/local/lib/codecs

cd /usr/lib
ln -s ../local/lib/codecs

dvd playback

The libdvdcss package was not accepted into the rpmfusion repository, but Fedora 10 can still use the package from the Fedora 9 repository in livna

rpm --import http://livna-dl.reloumirrors.net/RPM-LIVNA-GPG-KEY
rpm -ivh http://livna-dl.reloumirrors.net/fedora/9/x86_64/libdvdcss-1.2.9-5.lvn9.x86_64.rpm \
http://livna-dl.reloumirrors.net/fedora/9/i386/libdvdcss-1.2.9-5.lvn9.i386.rpm

filesystems

Creating encrypted filesystems

I was not able to make a usable encrypted /home filesystem from the anaconda installer in Fedora 10 beta, but was able to manually create it after installation.

uuid
/lib/udev/vol_id
cryptsetup
/etc/crypttab

Encrypting /dev/sda11 to be mounted as /home

cryptsetup --verbose --verify-passphrase luksFormat /dev/sda11
cryptsetup luksOpen /dev/sda11 home
mkfs.ext4 /dev/mapper/home
mount /dev/mapper/home /home

ext4

ext4 is still not the default filesystem in Fedora 10, but it looks promising. An incomplete version was introduced in Fedora 9.

A single speed test of file transfers to an ext3 vs ext4 filesystem suggests ext4 is 25% faster.

Rsync of a dvd image over nfs mount to ext3: 15.4 Mb/sec Rsync of same dvd images over nfs mount to encrypted ext4: 19.4 Mb/sec

sectool

A security audit system and intrusion detection tool ( also added to Fedora 9 )

compare with: bastille unix: http://www.bastille-unix.org/ CIS benchmark: http://www.cisecurity.org/

Other Resources

Personal tools