Linux System install Yum Warehouse

Source: Internet
Author: User
Tags system log

Linux System install Yum Warehouse

First, manually configure the IP address for the Linux system.

650) this.width=650; "title=" 2.png "style=" Float:none; "src=" http://s3.51cto.com/wyfs02/M01/6B/A3/ Wkiol1uzqxqhh1q2aadjrsq0lhi892.jpg "alt=" Wkiol1uzqxqhh1q2aadjrsq0lhi892.jpg "/>

650) this.width=650; "title=" 3.png "style=" Float:none; "src=" http://s3.51cto.com/wyfs02/M01/6B/A8/ Wkiom1uzqcsroz1oaag604kbg9m037.jpg "alt=" Wkiom1uzqcsroz1oaag604kbg9m037.jpg "/>

Configure IP addresses on the real machine for interoperability (the purpose is to use Putty Telnet software to link Linux systems, http://baoku.360.cn/soft/show/appid/104537)

650) this.width=650; "title=" 1.png "style=" Float:none; "src=" http://s3.51cto.com/wyfs02/M00/6B/A8/ Wkiom1uzqccs48ozaaoiaygofek363.jpg "alt=" Wkiom1uzqccs48ozaaoiaygofek363.jpg "/>

right click on the desktop of the Linux system and click "Open in Terminal".

650) this.width=650; "title=" 19.jpg "style=" Float:none; "src=" http://s3.51cto.com/wyfs02/M00/6B/A8/ Wkiom1uzqdrqxqoqaabmm0wkuvc842.jpg "alt=" Wkiom1uzqdrqxqoqaabmm0wkuvc842.jpg "/>

Enter the init 3 command in the pseudo terminal to enter the terminal.

650) this.width=650; "title=" 18.jpg "style=" Float:none; "src=" http://s3.51cto.com/wyfs02/M00/6B/A3/ Wkiol1uzqzkrz2uzaage4rhmwwq048.jpg "alt=" Wkiol1uzqzkrz2uzaage4rhmwwq048.jpg "/>

Log in to the user in the terminal.

650) this.width=650; "title=" 5.png "style=" Float:none; "src=" http://s3.51cto.com/wyfs02/M02/6B/A3/wKioL1UzqX6j_ Bpdaack9if-eko486.jpg "alt=" Wkiol1uzqx6j_bpdaack9if-eko486.jpg "/>

650) this.width=650; "title=" 10.png "style=" Float:none; "src=" http://s3.51cto.com/wyfs02/M02/6B/A8/ Wkiom1uzqc-qja2vaacnl7g2lm4876.jpg "alt=" Wkiom1uzqc-qja2vaacnl7g2lm4876.jpg "/>

650) this.width=650; "title=" 6.png "style=" Float:none; "src=" http://s3.51cto.com/wyfs02/M02/6B/A8/ Wkiom1uzqcerp16zaafvksxkai0284.jpg "alt=" Wkiom1uzqcerp16zaafvksxkai0284.jpg "/>

650) this.width=650; "title=" 7.png "style=" Float:none; "src=" http://s3.51cto.com/wyfs02/M00/6B/A8/ Wkiom1uzqcqxgvdjaae98ij6d1s904.jpg "alt=" Wkiom1uzqcqxgvdjaae98ij6d1s904.jpg "/>

650) this.width=650; "title=" 8.png "style=" Float:none; "src=" http://s3.51cto.com/wyfs02/M01/6B/A8/ Wkiom1uzqczwk3uaaafwsb9a3pi149.jpg "alt=" Wkiom1uzqczwk3uaaafwsb9a3pi149.jpg "/>

650) this.width=650; "title=" 9.png "style=" Float:none; "src=" http://s3.51cto.com/wyfs02/M02/6B/A3/ Wkiol1uzqyjdiykxaajz2aq6bte139.jpg "alt=" Wkiol1uzqyjdiykxaajz2aq6bte139.jpg "/>

Are you testing for interoperability? Can be connected to the remote login with putty.

(Putty software is more accessible than the terminal of a Linux system)

650) this.width=650; "title=" 12.jpg "style=" Float:none; "src=" http://s3.51cto.com/wyfs02/M00/6B/A8/ Wkiom1uzqddcp6lkaah2nedswcg304.jpg "alt=" Wkiom1uzqddcp6lkaah2nedswcg304.jpg "/>

Detailed process of the Yum warehouse setup

650) this.width=650; "title=" 14.jpg "style=" Float:none; "src=" http://s3.51cto.com/wyfs02/M00/6B/A3/ Wkiol1uzqynjfea1aabr53geejy303.jpg "alt=" Wkiol1uzqynjfea1aabr53geejy303.jpg "/>

you need to mount the Yum warehouse. !

650) this.width=650; "title=" 21.jpg "style=" Float:none; "src=" http://s3.51cto.com/wyfs02/M01/6B/A3/ Wkiol1uzqzidbqo3aaniguxe_xe653.jpg "alt=" Wkiol1uzqzidbqo3aaniguxe_xe653.jpg "/>

650) this.width=650; "title=" 23.jpg "style=" Float:none; "src=" http://s3.51cto.com/wyfs02/M01/6B/A8/ Wkiom1uzqd-iias7aacx5xhotd0515.jpg "alt=" Wkiom1uzqd-iias7aacx5xhotd0515.jpg "/>

Some basic commands of the system.

directory Structure of Linux systems

" / " represents the root directory

/root

/bin

/boot

/dev

/etc

/home

/var

/lib

/usr

/media

/root:linux the host directory for system administrator root.

/bin: Store Basic user command/sbin: Admin user command.

/boot: Stores the files necessary to start the Linux system.

/dev: Device files.

/etc: Configuration file.

/home: Stores the default working folder for all ordinary users.

/var: store some frequently changing files (such as the System log).

/usr: Store other user applications.

/media: Multimedia files.

/tmp: The temporary file used by the system to run the process.

/lib: Shared Library

These are just a few subdirectories that are commonly used in Linux.

Linux Command classification

Internal command: Some special instructions inside the Shell interpreter program, also called (built-in) directives.

External command: A program file other than the stand-alone shell interpreter.

The Linux command has a strict case sensitivity.

command format: command Word [options] [parameters]

1. View Kernel version

Uname-r

2. View CPU Information

Cat/proc/cpuinfo

3. View memory Information

Cat/proc/meminfo

4. View Host Name

Hostname

5. View IP Address

Ifconfig

6. Modify the screen resolution

Xrandr Viewing resolution Information

Xrandr-s Serial Number

Linux System install Yum Warehouse

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.