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
- fabric-sdk-java
- Hyperledger
- kotlin
- error
- LAYER_TYPE_SOFTWARE
- Android
- coroutines
- log
- C
- Glide
- Gradle
- ethereum
- porterduff
- 스트리밍
- test
- 안드로이드
- bigquery
- firebase
- Exception
- quick-start
- web3js
- vuepress
- dataginding
- null safety
- 다윈
- hardwareacceleration
- Realm
- fabic
- 컴파일
- convert
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