Ubuntu 네트워크 서비스 탐색 사용하지 않기 알림 제거

Introduction


Ubuntu를 설치하고 처음 부팅을 하면 다음과 같은 오류가 팝업될 때가 있다.

Avahi-Network-Service-Discovery-Disabled

사용하는 데 별 지장은 없지만, 부팅할 때마다 이 팝업이 뜨면 꽤 성가시다. 에디터로 간단하게 두 파일만 수정하면 이 팝업 알림을 없앨 수 있다.


Step. 1


터미널에서 아래 명령어를 입력하자.

$ sudo gedit /etc/default/avahi-daemon

에디터 창이 열리면 마지막 줄의

AVAHI_DAEMON_DETECT_LOCAL=1

의 값을 0으로 수정한다.

gedit이 설치되어 있지 않다면?

gedit이 설치되어 있지 않다면, $ sudo apt-get install gedit 명령어로 설치하자.


Step. 2


터미널에서 아래 명령어를 입력하자.

$ sudo vi /usr/lib/avahi/avahi-daemon-check-dns.sh

에디터 창이 열리면 12번째 줄의

AVAHI_DAEMON_DETECT_LOCAL=1

의 값을 0으로 수정한다.

수정한 후 저장하면 더 이상 네트워크 서비스 탐색 사용하지 않기 알림은 뜨지 않을 것이다.

You've successfully subscribed to devkoriel
Great! Next, complete checkout to get full access to all premium content.
Error! Could not sign up. invalid link.
Welcome back! You've successfully signed in.
Error! Could not sign in. Please try again.
Success! Your account is fully activated, you now have access to all content.
Error! Stripe checkout failed.
Success! Your billing info is updated.
Error! Billing info update failed.