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
- profile
- tomcat
- vscode
- web.xml
- 단축키
- Eclipse
- Mac
- netsh
- resource
- Windows
- ssh
- 네트워크
- VirtualBox
- IntelliJ
- grep
- GIT
- lsof
- plugin
- Source
- context
- bash
- find
- import
- JavaScript
- port
- Windows 10
- 줄바꿈 문자
- xargs
- Quartz
- maVen
Archives
- Today
- Total
목록분류 전체보기 (1786)
develog
해당 경로에서 파일만 리턴
find 경로 -type f
OS & Shell/Linux
2012. 4. 16. 13:38
날짜/시간 리턴
date +"%Y-%m-%d %H:%M:%S"
OS & Shell/Linux
2012. 4. 16. 13:38
시간서버와 시간 동기화
rdate -s time.bora.net && hwclock -w
OS & Shell/Linux
2012. 4. 13. 18:29
로그 파일 내용 지우기
cat /dev/null > 경로/로그파일명
카테고리 없음
2012. 4. 13. 18:28
시스템 종료, 재시작
종료shutdown -h now 재부팅shutdown -r now
OS & Shell/Linux
2012. 4. 13. 18:27
Tomcat 버전 확인
$ ./tomcat/bin/version.sh Using CATALINA_BASE: /server/tomcat Using CATALINA_HOME: /server/tomcat Using CATALINA_TMPDIR: /server/tomcat/temp Using JRE_HOME: /usr/bin/java8 Using CLASSPATH: /server/tomcat/bin/bootstrap.jar:/server/tomcat/bin/tomcat-juli.jar Server version: Apache Tomcat/7.0.35 Server built: Mar 22 2013 08:23:55 Server number: 7.0.35.0
OS & Shell/Linux
2012. 4. 13. 16:22