Advanced Search
Search Results
3 total results found
우분투 네트워크 설정하기
perplexity로 생성한 AI이미지 우분투환경에서 네트워크 설정하기 eth0 수동으로 ip설정 및 자동활성화 $> vi /etc/network/interfaces auto eth0 iface eth0 inet static address 192.168.10.10 netmask 255.255.255.0 gateway 192.168.10.1 resolv설정 $> vi /etc/resolvconf/re...
우분투 몇가지 정보들
perplexity로 생성한 AI이미지 패키지 업데이트 방법 $> apt-get update -y $> apt-get upgrade -y 언어셋 설정 $> /etc/default/locale 네트워크 설정 $> /etc/network/interfaces 패키지 찾을때 $> apt-cache search jpeg | more 서비스 데몬 관리 $> sudo apt-get install d...
우분투-resolv.conf 파일 수정하기
perplexity로 생성한 AI이미지 우분투에서 /etc/resolv.conf 파일을 직접 수정하고 네트워크 재시작하면 원래대로 돌아온다… root@ubuntu:/# cat /etc/resolv.conf # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8) # DO NOT EDIT THIS FILE BY HAND — YOUR C...