14

Source: Internet
Author: User
Tags reverse dns
Use a USB flash drive to install fedora14
1. Download liveusb-creator-3.10.0-setup.exe and install it on your computer. Note: use the default installation path "liveusb creator" C:/program files/liveusb creator. Otherwise, the installation steps below will fail.
2. download the Fedora-14-i386-DVD.iso image file on the fedora official website, and then copy it to the default installation path "liveusb creator" C:/program files/liveusb creator, be sure to be this directory, otherwise, it will fail to be burned.
3. after inserting the U disk, start the "liveusb creator" installed in step 2, Click Browse to select the image file of the Fedora-14-i386-DVD.iso just copied, then, click the create live USB button to burn the fedora14 image file to the USB flash drive.
4. Copy vmlinuz initrd. img in the syslinux file to the root directory of your USB flash drive.
5. Delete the packages folder in the U disk and place the Fedora-14-i386-DVD.iso under the root directory of the U Disk
6. Insert the USB flash drive to the computer to be installed. restart the computer and choose to import it to the system through the USB flash drive. Then, the installation interface of fedora14 is displayed.

Use Root Login
1. First, Su
2. Then VI/etc/PAM. d/TPD
3. comment out the line # auth required pam_succeed_if.so user! = Root quiet
4. Then VI/etc/PAM. d/TPD-Password
5. comment out the line # auth required pam_succeed_if.so user! = Root quiet
6. Then: Save and exit WQ.
7. log out of the current graphic interface. Now you can use root to log on to your GUI.

The character page is displayed by default.
# Vi/etc/inittab
Last modified ID: 3: initdefault:

SSH logon is too slow
SSH logon is too slow, which may be caused by DNS resolution. By default, when sshd accepts the SSH client connection for the first time, it will automatically reverse resolve the Client IP address to get the domain name or Host Name of the SSH client. If the reverse DNS resolution is incorrect at this time, sshd will wait until the DNS resolution times out to provide an SSH connection, which leads to a long connection time and the waiting time of the SSH client, it generally takes about 10-30 seconds. A simple solution is to cancel reverse DNS resolution of sshd In the sshd configuration file (sshd_config.
# Vi/etc/ssh/sshd_config
We recommend that you add usedns No
Restart the SSH service
#/Etc/init. d/sshd restart

Change Host Name
Step 1:
# Hostname oratest
Step 2:
Modify the hostname in/etc/sysconfig/Network
Step 3:
Modify the/etc/hosts file

 

reprinted http://blog.csdn.net/sg131971/article/details/7256752

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.