CentOS 설치
2021. 12. 25. 14:11ㆍOS
참조 : https://mainia.tistory.com/5945
유선 셋팅
https://m.blog.naver.com/PostView.naver?isHttpsRedirect=true&blogId=nkkh159&logNo=221000526392
ip addr
cd /etc/sysconfig/network-scripts
ls
vi ifcfg-enp0s3
# ONBOOT=yes로 변경
/etc/init.d/network restart
reboot
무선 셋팅
참고 : https://argali.tistory.com/79
rpm -q NetworkManager-wifi
systemctl restart NetworkManager
nmcli dev wifi list
nmcli --ask dev wifi connect 와이파이이름
'OS' 카테고리의 다른 글
리눅스 NFS 설정 (0) | 2022.03.20 |
---|---|
Windows 명령어 (0) | 2021.12.31 |
핸드폰 루팅 (0) | 2021.12.11 |
Alpine 명령어 (0) | 2021.12.11 |
Centos 명령어 (0) | 2021.12.11 |