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
- find
- 단축키
- Windows
- web.xml
- netsh
- maVen
- VirtualBox
- Source
- vscode
- IntelliJ
- GIT
- import
- Eclipse
- resource
- context
- JavaScript
- tomcat
- lsof
- bash
- 네트워크
- profile
- Windows 10
- Quartz
- port
- 줄바꿈 문자
- Mac
- xargs
- ssh
- grep
- plugin
Archives
- Today
- Total
목록OS & Shell/Linux (83)
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
시스템 종료, 재시작
종료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