Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- animation
- Kotlin
- 생명주기
- docker
- docker-compose
- LiveData
- recyclerview
- MINUS
- mongoose
- union
- CLASS
- map
- function
- vuex
- elementAt
- Interface
- Service
- lifecycle
- Swift
- Filter
- AWS
- ConstraintLayout
- Foreign Key
- enum
- list
- class component
- collection
- react native
- Generic
- ReactNative
Archives
- Today
- Total
개발 일기
linux hosts 파일 수정 본문
hosts 파일 접근
sudo vi /private/etc/hosts
내용 편집
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
내용 저장 후 dns cache 갱신
$ dscacheutil -flushcache
Comments