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
- LAYER_TYPE_SOFTWARE
- Hyperledger
- convert
- coroutines
- log
- firebase
- kotlin
- porterduff
- C
- dataginding
- fabic
- Exception
- bigquery
- Gradle
- 안드로이드
- 컴파일
- 스트리밍
- hardwareacceleration
- Glide
- Android
- ethereum
- test
- 다윈
- fabric-sdk-java
- null safety
- vuepress
- web3js
- error
- quick-start
- Realm
Archives
- Today
- Total
목록export (1)
날마다 새롭게 또 날마다 새롭게
export 명령어 정리
# export [환경변수]=[값] export 명령은 환경 변수를 지정, 변경하거나 현재 정의되어 있는 환경 변수를 보여주는 명령이다. ※ export 명령에 의해 변경된 환경 변수는 export 명령을 실행한 사용자의 로그아웃 전까지만 유효하므로 영구적으로 변경하기 위해서는 환경 변수를 정의하는 설정 파일(/etc/profile 등) 을 직접 수정해야 한다. ex) # export DVD_USE_STFRONTEND=YES Link : http://blog.daum.net/_blog/BlogView.do?blogid=0FSvI&articleno=7887115#ajax_history_home
Linux
2013. 1. 21. 23:47