우분트 서버 숨겨진 와이파이 연결
1) sudo vi /etc/netplan/50-cloud-init.yaml
add line : hidden: true
2) sudo netplan generate
3) sudo netplan apply
20.04 version
network:
version: 2
ethernets:
eth0:
dhcp4: true
optional: true
wifis:
wlan0:
optional: true
access-points:
"Wifi_name":
password: "Wifi_password"
hidden: true
dhcp4: true
18.04 version
network:
version: 2
ethernets:
eth0:
dhcp4: true
optional: true
wifis:
wlan0:
hidden: true
optional: true
access-points:
"Wifi_name":
password: "Wifi_password"
dhcp4: true
'Information > IT' 카테고리의 다른 글
자주 쓰는 linux 명령어 (0) | 2020.09.10 |
---|---|
keras.datasets.cifar10,100 EOFError: Ran out of input (0) | 2019.03.28 |
딥러닝 서버 컴퓨터 GPU 추천 및 쿨러 타입 - 블로워(Blower) 타입 (2) | 2019.02.05 |
pip install error Could not install packages due to an EnvironmentError: [WinError 5] 액세스가 거 부되었습니다: (0) | 2018.12.17 |
Linux python matplot RuntimeError: Invalid DISPLAY variable (0) | 2018.12.04 |