====== Fedora 10 Setup Guide ======
A nice guide: http://www.mjmwired.net/resources/mjm-fedora-f10.html
- Setup [[http://rpmfusion.org/|RPM Fusion]] repo
- Install nvidia driver from RPM Fusion # yum install akmod-nvidia
and reboot
- Update [[http://linux.dell.com/wiki/index.php/Repository/firmware|Dell Firmware]] - I had to use the following to instead of the %%update_firmware%% command: # smbios-rbu-bios-update -u -v --hdr=/usr/share/firmware/dell/bios/system_bios_ven_0x1028_dev_0x01c2_version_a10/bios.hdr --reboot
- Install:
* libcompizconfig
* compizconfig-backend-gconf
* gconf-editor (I have no idea why this package wasn't installed by default)
- Install the [[http://labs.adobe.com/downloads/flashplayer10.html|64bit alpha Flash client]] (([[http://www.alphatek.info/2008/11/25/fedora-10-x86-64-flash-10-and-sound/|Source]])) - make sure to get the newest version, and extract it to %%/usr/lib64/mozilla/plugins/%%
- Enable xine as the totem backend: # totem-backend -b xine
- Setup the livna repo: su -c "rpm -ivh http://rpm.livna.org/livna-release.rpm"
- Install dvd tools and codecs:
* yum install libdvdcss libdvdnav totem-xine xine-lib-extras-freeworld
* yum install gstreamer-plugins-ugly gstreamer-plugins-bad gstreamer-ffmpeg
- Install [[:linux:fedora:gnome-terminal-launcher]]
- Configure sendmail and procmail: ((https://fedoraproject.org/wiki/Docs/Drafts/AdministrationGuide/Servers/MailServer/Sendmail))
* yum install sendmail-cf
* comment the localhost restriction in ''/etc/mail/sendmail.cf'': dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl
* rebuild the sendmail configs: # make -C /etc/mail
==
{{tag>:linux:fedora :linux}}