일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- DB
- pandas
- Python
- enV
- AI
- Database
- LLM
- evaluation
- file
- judge
- Package
- TORCH
- Converting
- list
- Flask
- git
- Linux
- Laravel
- pytorch
- Windows
- KAKAO
- format
- numpy
- Paper
- CUDA
- PostgreSQL
- Container
- docker
- GitLab
- Mac
Archives
- Today
- Total
목록dns (1)
Daily Develope
[Linux] Ubuntu DNS Nameserver 설정
임시적용특징 : 임시적용이기 때문에 재부팅이나 resolvconf 서비스를 재시작 하는 경우 해당 파일에 설정된 정보가 초기화적용방법 : /etc/resolv.conf 파일 수정nameserver 8.8.8.8 # Google Nameservernameserver 8.8.4.4 # Google Nameserver영구적용특징 : 시스템 재부팅 이후에도 지속 유지적용절차/etc/resolvconf/resolv.conf.d/head 파일 수정nameserver 8.8.8.8 # Google Nameservernameserver 8.8.4.4 # Google Nameserver서비스 재시작systemctl restart resolvconf.service서비스 재시작 후, /etc/resolv.conf 파일을 확..
OS/Linux
2024. 4. 30. 22:09