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
- maVen
- 네트워크
- plugin
- netsh
- ssh
- context
- Quartz
- IntelliJ
- import
- resource
- Windows 10
- JavaScript
- bash
- Windows
- lsof
- port
- xargs
- web.xml
- Eclipse
- GIT
- 줄바꿈 문자
- grep
- profile
- Mac
- 단축키
- Source
- tomcat
- find
- VirtualBox
- vscode
Archives
- Today
- Total
목록OS & Shell (146)
develog
파일 날짜 내림차순 정렬
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
backup.sh
backup.sh
OS & Shell/Linux
2012. 9. 28. 15:50