Fedora14 optimization settings

Source: Internet
Author: User
1. Right-click the terminal and add terminal to the menu. In this way, enter a directory graphically and right-click "open in terminal" to quickly open the terminal in the current directory, very convenient command: [ghostyu @ localhost desktop] # yum-yinstallnautilus-open-terminal 2, fadora14, unable

1. Right-click the terminal and choose terminal"

In this way, enter a directory graphically and right-click "open in terminal" to quickly open the terminal in the current directory, which is very convenient.

Command:

  1. [Ghostyu @ localhost desktop] # yum-y install nautilus-open-terminal

2. In fadora14, you cannot directly log on to the root user, which is inconvenient for developers.

You can change the following settings to enable root logon.

Command:

  1. [Root @ localhost ghostyu] # sudo gedit/etc/pam. d/TPD
Gedit cannot be run directly under root permission. Therefore, the user ghostyu can be used to open the command as a user with sudo, but has root permission.

Then add the following # comments.

  1. # Auth required pam_succeed_if.so user! = Root quiet
Then

Command:

  1. # Auth required pam_succeed_if.so user! = Root quiet

Note the following:

  1. # Auth required pam_succeed_if.so user! = Root quiet

3. Install the wifi driver

I used a notebook to install it to Fedora 14, so there was a problem. The chips used by wifi are not ready-made to the driver available in Linux, and I had to install them on my own.

To install the driver, you must know the IC model used by wifi. This is very simple. There are a lot of software in Windows to obtain the hardware model. If the Fedora network is connected to an infinite connection, the actual wifi IC model may also be used.

I used BCM4312 from Broadcom in my HP notebook.

Linux BCM4312 driver http://www.linuxidc.com/Linux/2011-10/44330.htm

Enter the source file directory after downloading

  1. # Cd bcm4312
  2. # Make clean
  3. # Make
  4. Compile and create
  5. # Make install
  6. Install
  7. # Depmod
  8. Dependency
  9. # Modprobe wl
  10. Load driver

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.