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 |
Tags
- import
- JavaScript
- maVen
- Source
- vscode
- tomcat
- Windows 10
- web.xml
- netsh
- Mac
- grep
- 줄바꿈 문자
- port
- 단축키
- VirtualBox
- profile
- xargs
- lsof
- GIT
- 네트워크
- plugin
- resource
- find
- bash
- ssh
- context
- IntelliJ
- Windows
- Eclipse
- Quartz
Archives
- Today
- Total
목록profile (2)
develog
[Eclipse] install TPTP
Install TPTP with Update Managerhttp://wiki.eclipse.org/Install_TPTP_with_Update_Manager eclipse > Help > install new software > Install > Add > Add Repository- Name: Galileo- Location: http://download.eclipse.org/releases/galileo
IDE/eclipse
2015. 5. 14. 16:15
[Linux] 환경변수
출처: http://chanyi.egloos.com/viewer/4491641 2. 설정파일의 종류/etc/profile : 시스템 규모의 환경 설정과 시작 프로그램들이 들어있다. /etc/bashrc : 시스템 규모의 alias들과 함수들이 들어있다. $HOME/.bash_profile : 사용자가 결정한 환경 설정과 시작 프로그램들이 들어있다. $HOME/.bashrc : 사용자가 정의한 alias들과 함수들이 있다. 각 사용자별로 적용되는 설정 파일 ~/.bash_profile ~/.bashrc 전체 사용자에게 공통으로 적용되는 설정파일 /etc/profile /etc/bashrc
OS & Shell/Linux
2014. 11. 17. 21:12