25 things to do after installing fedora 15
Reprinted from: http://www.cnbeta.com/articles/144798.htm
Thanks for delivery
Fedora 15 was released on November 15, 5.24.ArticleComing late. However, we have introduced some configuration related to fedora 15 in "installation and configuration overview of fedora 15. Different from the above, this article focuses on some software installation skills. If you have any mistakes, you are welcome to correct them. This article is for reference only.
#1. Set sudo
Sudo is used in Ubuntu or other releases. We can implement sudo in the following ways. Enter
# Mongodo
Then, find the following lines in the configuration file:
# Allow root to run any commands anywhereRootAll=(All)All
Then, add the following content under the upstream content
BentuAll=(All)All
Note: Change bentu to your username.
#2. Install and automatically select the fastest image plugin
Install the plug-in fastestmirror to enable the yum manager to automatically search for the fastest source download
Yum-Y InstallYum-fastestmirror
#3. Install and download the acceleration plug-in
For details, refer to the fedora Yum accelerated download plug-in.
YumInstallYum-Presto
#4. Install Flash Player
64-bit installation:
Su Yum Install Wget CD / TMP Wget HTTP: // Download.macromedia.com/ Pub / Labs / Flashplayer10 / Flashplayer10_2_p3_64bit_linux_111710.tar.gz Tar Xzvf flashplayer10_2_p3_64bit_linux_111710.tar.gz MV / TMP / Libflashplayer. So / USR / Lib64/ Mozilla / Plugins /
32-bit:
SuRpm-IVHHTTP://Linuxdownload.adobe.com/Adobe-release/Adobe-release-i386-1.0-1. Noarch. rpmrpm-- Import /Etc/PKI/Rpm-GPG/Rpm-GPG-key-Adobe-linuxyum updateyumInstallFlash-plugin
After the installation is complete, restart the browser to view the effect.
#5. Install gnome-tweak-Tool
YumInstallGnome-tweak-Tool
#6. Add the "maximize/minimize/Close" button to the title bar.
You can set this item by installing gnome-tweak-tool. Open gnome-tweak-tool and select related configuration for "shell-Arrangement of buttons on the titlebar.
We can also call out the gnome-tweak-tool "maximize/minimize/Close" button through the following settings:
Install gconf-Editor:
YumInstallGconf-editor.i686
Start gconf-Editor (Press and hold Alt + F2 and enter gconf-editor to start it), and open "desktop> gnome> shell> Windows" in sequence ", find "button_layout" maximize/minimize settings in the right column, and set its value:
: Minimize, maximize, close
If you like the Ubuntu style, set it:
Close, minimize, maximize:
Log out and log on again.
#7. Set the 'delete' key to delete the file directly.
You can refer to the article "setting the 'delete' key to delete files directly (fedora 15)".
#8. enable the right-click function to display files on the desktop
First install gnome-tweak-tool, then open gnome-tweak-tool and set it:
#9. display the date on the top panel
In the gnome 3 environment, open the terminal and enter the following command to display the date on the top panel:
GsettingsSetOrg. gnome. Shell. Clock show-DateTrue
#10. Right-click the installation and choose "open in terminal"
YumInstallNautilus-open-Terminal
#11. Install BT download software
Azureus
SudoYumInstallAzureus
Deluge:
SudoYumInstallDeluge
#12. Install Google Chrome
@ Here: select the RPM package format
#13. Install libreoffice
If you have not installed this office suite, you can download the installation package from the libreoffice official website. Decompress the package. Follow the instructions in the README file to install the SDK.
#14. Install the mail client:
SudoYumInstallThunderbird
#15. Install the IM tool pidgin
The default im of fedora 15 is empathy. If you like Pidgin, run the following command to install it:
YumInstallPidgin
#16. Install the clipboard
Run the following command to install the clipboard tool parcellite:
SudoYumInstallParcellite
#17. Install Google Voice video chat:
If you are using Gtalk, you can run the following command to install the plug-in:
@ Here
#18. Install MP #, Avi, and other media formats.
SuYum localinstall -- nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-rawhide.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-rawhide.noarch.rpmrpm-IVH http://rpm.livna.org/livna-release.rpmyum update
#19. Install the decompression software 7z
SudoYumInstallP7zip p7zip-plugins
#20. Install gimp
SudoYumInstall Gimp
#21. Install the tool shutter.
SudoYumInstallShutter
#22. Install the star Translator
SudoYumInstallStarditc
#23. Install the multi-function player VLC
SudoYumInstallVLC
#24. Install the Input Method
In fedora 15, we can use the following command to install the input method.
Ibus:
YumInstallIbus
Ibus-sunpinyin:
YumInstallIbus-sunpinyin
Fcitx little penguin input method:
YumInstallFcitx
For a small input method, you can download and install it on the official website.
After the installation is complete, in "Input Method Settings", select Add the above input method.
#25. Install pandatv
Su -C 'Wget http://homerxing.fedorapeople.org/ailurus.repo-O/etc/yum. Repos. d/ailurus. repo' Su -C 'Yum makecache' Su -C 'Yum install ailurus
Recommended articles:Installation and configuration of fedora 15
Contribution/dummies