Minimum CentOS7 installation and subsequent Software Installation

Source: Internet
Author: User

Minimum CentOS7 installation and subsequent Software Installation
Install CentOS

It doesn't matter which package to download. The minimum installation is the same. If you want to configure the local yum source, you can download the everything installation package.
The installation process should not be too simple.

Install the desktop environment

The minimal installation of CentOS does not provide a desktop environment, and a lot of commands are different from the previous ones. Therefore, it is basically useless for me to go online to a lot of 6. X tutorials.
Here I installed Xfce4, which will be used as a reference later. KED and Gnome are too big, and my book has a fever.
The procedure is as follows:
Be sure to join! Be sure to connect to the internet! Be sure to connect to the internet!
1. Install additional yum sources

# yum install epel-release

2. Install X Window System

# yum groupinstall "X Window System"

3. Install Xfce4

# yum groupinstall Xfce

4. Install Chinese fonts and input methods. skip this step if you are forced to read Chinese characters. However, it is possible that the Chinese characters on the webpage will become box characters, but the characters may be garbled or still show English characters.

# yum install cjkuni-ukai-fonts

I followed the tutorial and the eldest brother picked a simplified Chinese character with a very eye! My aesthetics have collapsed. In fact, the words in adobe's bag will be much better.

# yum search fonts

Select one you like. If you don't understand it, you can accept the following body and change it.

The input method is ibus pinyin on the ibus platform. (Well, There are input method platforms and input methods)

# yum install ibus# yum install ibus-libpinyin# yum install ibus-gtk2# yum install ibus-gtk3# yum install im-chooser# yum install gtk2-immodule-xim# yum install gtk3-immodule-xim

5. Always have a bit of reverence to wash your hands. Run startxfce4 to enter the desktop. First visit the following and prepare for the second wave.

Install software

If you think that linux is too high under the command line, why do you need to see it here! Your hair-mounted desktop environment. Since we have installed the desktop, it is easy to give priority to it, and then we need to deploy the basic software. Otherwise, it would be useless to create a desktop. Because Xfce won't even give you a command line .!

If the graphic interface is not displayed at startup, do not worry. If the graphic interface is displayed at startup, exit. Wait for a while in the command line.

  • Ctrl + alt + f1 enter the graphic interface
  • Ctrl + alt + f2 ~ 6. Enter the command line

The installation is simple and the effect is excellent. console: xfce-terminal is good 2. browser: Firefox and chrome. Firefox is recommended, because chrome must be configured with source 3 separately. compression software: file-roller 4. software management: yum Extender 5. text editing: gedit. If you already use vim (impossible), when I didn't say 6. sound Card graphics driver, if you need

Then various development environments are built on your own. It's time to finish playing it. Ask Baidu about the specific installation command.

Problem Summary
  • All operations need to be connected to the Internet. If you are not connected to the Internet, you need to configure local yum, but many software may not be available. If the yum connection times out, most of them are not connected to the Internet.
  • If you are prompted that the NIC is not enabled, use the root account to edit/etc/sysconfig/network-script/ifcfg-$ Nic name, modify ONBOOT = yes
    • Vi/etc/sysconfig/network-script/ifcfg-$ Nic name
    • By I
    • Arrow keys control cursor Modification
    • Press esc
    • Press colon x ": x"
    • Reboot
  • If the desktop is not Chinese, you need to modify the configuration file. I simply re-installed it again. I first installed the language support and then installed the desktop. Without looking at the wiki carefully, I don't know what the problem is. It may be because I installed the language before I started the desktop for the first time. I started the desktop right away, so I don't know.
  • If you do not enter the desktop after the boot, you can still use the command line. Runsystemctl set-default graphical.target. Then restart the instance.
  • Install the software under the software package. Compared with win, it is really troublesome. If you can use yum, try to use it. Generally, extract the software and check the README or INSTALL file. The general installation is./configure,make,makeinstall. Other questions About Baidu are complicated and varied.

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.