Some configuration and software installation after Fedora17 Installation

Source: Internet
Author: User
Some configuration and software installation after Fedora17 installation 1. Set the GUI to "root". You can log on to/etc/pam. d/TPD-password and find authrequiredpam_succeed_if.souser! = Rootquiet comment out # authrequiredpam_succeed_if.souser! = Rootquiet although using root to log on to the graphic world

Some configuration and software installation after Fedora 17 is installed

1. Set root logon in Gui

Edit/etc/pam. d/TPD-password and find

Auth required pam_succeed_if.so user! = Root quiet

Comment out

# Auth required pam_succeed_if.so user! = Root quiet

Although it is easier to log on to the graphic interface using root, I personally do not like this.

2. Set sudo

$ Mongodo

Find

Root ALL = (ALL) ALL

Add

* *** ALL = (ALL) ALL

* *** Indicates the user name to be added.

If you do not want to enter the password, add

* *** ALL = (ALL) NOPASSWD: ALL

Test sudo

To test whether you have configured sudo correctly, you only need to enter:

Sudo whoami

If everything is normal, the command returns the word "root.

3. Disable SELinux

Edit/etc/selinuxconfig

Set SELINUX = enforcing

Change to SELINUX = disabled

4. Add the rpmfusion Source

Sudo yum localinstall -- nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm

Sudo rpm -- import http://ATrpms.net/RPM-GPG-KEY.atrpms

5. Install axel and fastestmirror

Sudo yum install axel yum-plugin-fastestmirror

6. Right-click to open the terminal

Sudo yum install nautilus-open-terminal

7. Install gnome3 tweak tool, themes, and extensions

Sudo yum install gnome-tweak-tool

Sudo yum install gnome-shell-theme *

Sudo yum install gnome-shell-extension *

8. Install libreoffice

Sudo yum install libreoffice

9. Install vim, gvim, emacs, codeblock, and gcc.

Sudo yum install vim givm emacs codeblocks gcc *

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.