오류는 아니지만 나타나지 않도록 수정한다.


$ sudo vi /etc/default/avahi-daemon


AVAHI_DAEMON_DETECT_LOCAL=1 을

AVAHI_DAEMON_DETECT_LOCAL=0 으로 바꿔준다.



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


AVAHI_DAEMON_DETECT_LOCAL=1 을

AVAHI_DAEMON_DETECT_LOCAL=0 으로 바꿔준다.


다음 부팅부터 체크하지 않을 것이다.



' > linux' 카테고리의 다른 글

[Ubuntu] Change GUI  (0) 2017.05.29
[Ubuntu] Set static address  (0) 2017.05.28
[Ubuntu] SSH  (0) 2017.05.28
[Common] Change password  (0) 2017.05.28
[Ubuntu] 저장소를 다음카카오로 변경  (0) 2017.05.28
Posted by 후니아부지
:

[Ubuntu] Change GUI

앎/linux 2017. 5. 29. 00:13 |

Unity... 적응안된다...


Gnome으로 돌아가자.

$ sudo apt-get install gnome-session-flashback


GUI에서 Logout 한다.


다음을 클릭


GNOME Flashback (Metacity)를 클릭한다.

※ Compiz uses a 3D compositor to display the windows.

   Metacity displays the windows in 2D.





' > linux' 카테고리의 다른 글

[Ubuntu] 네트워크 서비스 탐색 비활성화 알림 제거  (0) 2017.05.29
[Ubuntu] Set static address  (0) 2017.05.28
[Ubuntu] SSH  (0) 2017.05.28
[Common] Change password  (0) 2017.05.28
[Ubuntu] 저장소를 다음카카오로 변경  (0) 2017.05.28
Posted by 후니아부지
:

[Ubuntu] Set static address

앎/linux 2017. 5. 28. 23:51 |

이더넷 인터페이스 확인

$ ifconfig

or

$ ip link


수정

$ sudo vi /etc/network/interfaces


auto 인터페이스네임

iface 인터페이스네임 inet static

address xxx.xxx.xxx.xxx

netmask xxx.xxx.xxx.xxx

gateway xxx.xxx.xxx.xxx

dns-nameservers xxx.xxx.xxx.xxx


적용

다음으로 네트워크를 재시작한다.

$ systemctl restart networking.service


안바뀌면.... 리부팅해.... 


' > linux' 카테고리의 다른 글

[Ubuntu] 네트워크 서비스 탐색 비활성화 알림 제거  (0) 2017.05.29
[Ubuntu] Change GUI  (0) 2017.05.29
[Ubuntu] SSH  (0) 2017.05.28
[Common] Change password  (0) 2017.05.28
[Ubuntu] 저장소를 다음카카오로 변경  (0) 2017.05.28
Posted by 후니아부지
: