Fedora16

From Rivalug Wiki

Jump to: navigation, search

Contents

Documentation

Manuals

a

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

yum install libdvdcss

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.



known bugs and fixes

multimedia

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

Flash Support

Adobe

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
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 16 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

btrfs

btrfs is still not the default filesystem in Fedora 16

nfs

Security

sectool

A security audit system and intrusion detection tool

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

Stack Protection


Neverwinter Nights

Since this is a 32-bit linux binary, if running on a 64-bit system, one must make sure that the needed 32-bit libraries are installed.

ldd ./nwmain 

Will show you which libaries the binary is searching for.

Typically

glibc.i686
mesa-libGL.i386
mesa-libGLU.i386
SDL.i386
alsa-lib.
nvidia libs.i686
one more 


Other References

Personal tools