[Centos]

Source: Internet
Author: User

I. Network Configuration

Ifconfig-a view IP Address

Dhclient automatically obtains the IP address

VI/etc/sysconfig/network-scripts/ifcfg-eth0 edit Nic Profile

Change bootproto to static to indicate the static IP address.

Ipaddr = our custom IP address ------ view through IP ADDR

Netmask = Subnet Mask

Gateway = gateway ------ view through route-n

Onboot = Yes (No by default) indicates starting the NIC

Dns1.dns2...

Peerdns = No

 

After the configuration is complete, you can restart the network by/etc/init. d/network restart or service network restart.

 

Ii. Use of Yum (similar to appstore)

Yum list

 
Software Package

Yum grouplist

Installation kit

Yum groupinstall "what"-y (Judge y or N)

Yum update

 
Upgrade all packages, change software and system settings, and upgrade the system version and kernel.

Yum upgrade

 
Upgrade all packages without changing the software and system settings. upgrade the system version without changing the kernel.

If you have already installed these commands, you will be notified of no changes.

 
 

Others,

1./etc/is the directory of the configuration file

2. # runlevel -- the default N value is 3,

3. Command for shutdown and restart: shutdown now

Reboot

Init 6 (0 indicates shutdown)

[Centos]

Related Article

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.