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
- resource
- plugin
- Source
- Quartz
- grep
- 단축키
- tomcat
- GIT
- vscode
- import
- Eclipse
- VirtualBox
- find
- 네트워크
- Mac
- ssh
- profile
- lsof
- netsh
- xargs
- bash
- IntelliJ
- 줄바꿈 문자
- port
- maVen
- web.xml
- context
- JavaScript
- Windows
- Windows 10
Archives
- Today
- Total
목록OS & Shell (147)
develog
[SQL Developer] Unable to create an instance of the Java Virtual Machine Located at path ... jvm.dll
SQL Developer 실행시Unable to create an instance of the Java Virtual Machine Located at path ... jvm.dll sqldeveloper.conf 파일 편집파일경로 : Oracle SQL Developer/sqldeveloper/sqldeveloper/bin/sqldeveloper.conf추가내용 : AddVMOption -Xmx256M
OS & Shell/Mac
2013. 3. 19. 10:29
파일 날짜 내림차순 정렬
ls -lt temp | more
OS & Shell/Linux
2013. 2. 19. 14:11
폴더 용량 확인
du -h data/temp
OS & Shell/Linux
2013. 2. 19. 14:10
linux ftp
su - # /etc/rc.d/init.d/vsftpd stop # /etc/rc.d/init.d/vsftpd start # /etc/rc.d/init.d/vsftpd restart
OS & Shell/Linux
2012. 12. 14. 12:01
[bash] Linux 날짜 변경
## date 월일시분연도 ## 2012-12-23 17:58 로 변경 $ sudo date 122317582012 ## 2012-07-01 로 변경 $ sudo date 070100002012 ## 05-01 로 변경 $ sudo date 05010000
OS & Shell/Linux
2012. 12. 13. 21:51
디렉토리 용량 확인
du -hdu -h --max-depth=0du -h --max-depth=1
OS & Shell/Linux
2012. 10. 9. 15:47