Changes between Initial Version and Version 1 of linux/centos
- Timestamp:
- 2015/04/01 06:53:33 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
linux/centos
v1 v1 1 = CentOS7 2 3 CentOS7のメモです。 4 5 == ネットワーク 6 7 === ネットワークの設定 8 9 {{{ 10 # nmtui 11 }}} 12 13 コマンド比較 14 15 || CentOS6 || CentOS7 || 16 || ifup xxx || nmcli c up xxx| 17 || ifdown xxx || nmcli c down xxx| 18 19 === NetworkManagerの無効化 20 21 {{{ 22 # systemctl stop NetworkManager.service 23 # systemctl start network.service 24 }}}