Posts Tagged ‘Fedora’
PAE stands for Physician Address Extension and is an option for the Linux kernel which will allow you to access 4gig of RAM on a 32 bit kernel setup.
install as root:
yum install kernal-PAE
Reboot the computer and a new kernel option, indicated by the suffix PAE, is available. Boot that kernel. In the terminal type:
free -m
and you should see a print out with a number close to 4025 listed under total.
as root remove the default kernel:
yum remove kernel
Fedora likes to maintain a free (as in beer) policy when it comes to its own repositories. Upon first install Fedora 12 needs some tweaking to get some video and audio files to play. Some work is also needed to play encrypted DVDs. Fortunately the folks at RPM Fusion have what you need.
in command line:
su -c ‘rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm’
to validate the new repository download the appropriate key
as root:
rpm –import RPM-GPG-KEY-rpmfusion-free-fedora-12
rpm –import RPM-GPG-KEY-rpmfusion-nonfree-fedora-12
yum update
yum install lsdvd libdvdnav libdvdread ffmpeg gstreamer-ffmpeg gstreamer-plugins-bad gstreamer-plugins-bad-extras gstreamer-plugins-ugly
To get flash to work you must download the .tar.gz from Adobe’s website.
Now extract it:
tar -xvf install_flash_player_10_linux.tar.gz
as root copy to the plugins:
cp libflashplayer.so /usr/lib/mozilla/plugins/
To play encrypted DVDs you need libdvdcss; however, it is unavalible at RPM fusion so wee will have to install from the livna.org repocetories.
as root:
rpm -Uvh http://rpm.livna.org/livna-release.rpm
yum install libdvdcss




