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
- Eclipse
- profile
- xargs
- 단축키
- port
- context
- vscode
- netsh
- GIT
- web.xml
- import
- plugin
- bash
- 네트워크
- ssh
- Windows
- 줄바꿈 문자
- Quartz
- grep
- Source
- Windows 10
- IntelliJ
- resource
- lsof
- Mac
- tomcat
- JavaScript
- maVen
- find
- VirtualBox
Archives
- Today
- Total
목록분류 전체보기 (1760)
develog
시간서버와 시간 동기화
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
Apache 버전 확인
## httpd 사용 $ ./apache/bin/httpd -v Server version: Apache/2.2.15 HP-UX_Apache-based_Web_Server (Unix) Server built: Sep 1 2013 18:50:26 ## apachectl 사용 $ ./apache/bin/apachectl -v Server version: Apache/2.4.41 (Ubuntu) Server built: 2021-10-14T16:24:43
OS & Shell/Linux
2012. 4. 13. 16:21
JDK 버전 확인
java -version
OS & Shell/Linux
2012. 4. 13. 16:21