OS/CentOS&Rocky
CentOS 6.4 초기 설치후 Network 설정
Lawmin
2013. 5. 2. 23:01
# vi /etc/sysconfig/network-scripts/ifcfg-eth0
ONBOOT="yes"
ETHTOOL_OPTS="speed 1000 duplex full autoneg off wol g"
# service network restart
# ifconfig eth0
# yum groupinstall "X Window System" "Desktop"
# yum groupinstall "korean-support-x" "xorg-x11-server-Xorg"