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