The Perfect Desktop - Fedora 15 i686 (GNOME) - Page 3
3 Update The SystemNow it's time to check for updates. Go to Applications > System Tools > Software Update: The Software Update wizard comes up and checks for the latest updates. Click on Install Updates to install them: Afterwards the updates are being downloaded and installed: Your computer is now up to date (in some cases, e.g. if a new kernel got installed, you might have to restart your computer for the changes to take effect - if this is necessary, the Software Update wizard will tell you to do so).
4 Disable SELinuxSELinux is a security extension of Fedora that should provide extended security. In my opinion you don't need it to configure a secure system, and it usually causes more problems than advantages (think of it after you have done a week of trouble-shooting because some service wasn't working as expected, and then you find out that everything was ok, only SELinux was causing the problem). Therefore I choose disable it, although you might prefer to go with it. I haven't tested this setup with SELinux enabled - it might well be that it works without problems, but if it does not, you can try to turn SELinux off and see if the problem is gone. To disable SELinux, open a terminal (Applications > System Tools > Terminal)... ... and become root: su Open /etc/sysconfig/selinux... gedit /etc/sysconfig/selinux ... and set SELINUX to disabled:
To make the change effective, we must reboot the system: reboot
5 Inventory Of What We Have So FarNow let's browse all menus under Applications to see which of our needed applications are already installed: You should find the following situation ([x] marks an application that is already installed, where [ ] is an application that is missing). NTFS read/write support is enabled by default on Fedora 15. Graphics: Internet: Office: Sound & Video: Programming: Other: So some applications are already on the system...
6 Adding Software RepositoriesThe official Fedora repositories don't provide all the software we need. Fortunately there are also third-party repositories for Fedora 15 that have what we need, and we can make our system use these repositories. To do this, open a terminal window (under Applications > System Tools > Terminal)... ... and type in su to become root. Then run 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 This adds the RPM Fusion repository (a merger or Dribble, Freshrpms, and rpm.livna.org) to our package manager. Next we add the Adobe repository which provides the Flash player and the Adobe Reader: rpm -Uvh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm Then we add the Skype repository - as there is no rpm, we have to do it manually: gedit /etc/yum.repos.d/skype.repo
Finally we add the Google repository (which contains Picasa and Google Earth): gedit /etc/yum.repos.d/google.repo
Next we import the GPG keys for software packages: rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY*
|









Recent comments
1 day 6 hours ago
1 day 6 hours ago
1 day 11 hours ago
1 day 17 hours ago
1 day 18 hours ago
1 day 19 hours ago
2 days 10 min ago
2 days 6 hours ago
2 days 10 hours ago
2 days 12 hours ago