1. Install the rpmfusion source, which has a lot of free and non-free software, audio and video decoder. Currently, rpmfusion has three different sources: a stable version: Fedora16 and fedora17. The other is the branch of fedora18, and the third is the development version of fedora19: there are still some problems with Rawhide's stable version. The following error will be reported: & ldquo; GPGkeyretrievalfailed: [Errno14] Coul
1. Install the rpmfusion source, which has a lot of free and non-free software, audio and video decoder.
Now rpmfusion has three different sources:
One is the stable version: Fedora16 and fedora17.
The other is the branch of fedora18,
The third is the development version of fedora19: Rawhide
There are still some problems when using the stable version, and an error will be reported:
"GPG key retrieval failed: [Errno 14] cocould not open/read file: // etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-18-i386"
Only the ora18 branch version can be used:
Sudo yum localinstall -- nogpgcheck \
Http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-branched.noarch.rpm \
Http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-branched.noarch.rpm \
Stable version:
Http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
Http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
It is found that the sources classified by this system may be better:
Source of Fedora 14:
Sudo yum localinstall -- nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-14.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-14.noarch.rpm
Source of Fedora 15:
Sudo yum localinstall -- nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-15.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-15.noarch.rpm
Source of Fedora 16:
Sudo yum localinstall -- nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-16.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-16.noarch.rpm
Source of Fedora 17:
Sudo yum localinstall -- nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-17.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-17.noarch.rpm
Source of Fedora 18:
Sudo yum localinstall -- nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-18.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-18.noarch.rpm
Upgrade the system:
Sudo yum-y update
Install some software packages that are useful to me. Some packages are relatively large and you may not install them, such as texlive.
Choose your own.
Sudo yum-y install yum-fastestmirror unrar thunderbird emacs ibus-table \
RedHat-lsb gstreamer-plugins-bad gstreamer-plugins-uugly gstreamer-ffmpeg \
Compat-libstdc ++-33 NetworkManager-devel python-gevent tracker-ui-tools qemu \
Libpciaccess-devel xorg-x11-util-macros llvm-devel mtdev * mutt msmtp tftp \
Tftp-server policycoreutils-gui mtd-utils-ubi vim ibus-pinyin \
Gnome-tweak-tool ckermit stardict stardict-dic-zh_CN stardict-dic-en texlive \
Ibus-table-chinese-wubi-haifeng gnash smplayer vlc samba
Install chrome
Wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.rpm
Rpm-ivh google-chrome-stable_current_i386.rpm
Install flash plugin:
Wget http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
Rpm-ivh adobe-release-i386-1.0-1.noarch.rpm
Sudo yum-y install flash-plugin
Install an audio/video decoder:
Wget http://www1.mplayerhq.hu/MPlayer/releases/codecs/all-20110131.tar.bz2
Tar jxf all-20110131.tar.bz
Sudo mkdir-p/usr/lib/codecs
Sudo mv all-20110131/*/usr/lib/codecs
Configure samba
Sudo smbpasswd-a-U your_username # Set the login username and password. You can run whoami to view your Username
Sudo systemctl enable smb. service # Start samba at startup
Sudo systemctl start smb. service # start samba immediately
Sudo systemctl restart smb. service # restart samba immediately
Firewall-cmd -- add-service = samba -- timeout = 10 # configure the firewall so that other computers can access your computer.
The following is a simple configuration example:
Mkdir/home/public
Chmod 777/home/public
[Share]
Comment = Galen's Share
Path =/home/public
Writable = yes
Valid users = your_username # You can run whoami to view your Username
After configuration, restart samba (sudo systemctl restart smb. service)