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
- IntelliJ
- maVen
- Eclipse
- lsof
- Mac
- bash
- 네트워크
- 줄바꿈 문자
- 단축키
- import
- Quartz
- JavaScript
- Windows 10
- grep
- ssh
- xargs
- context
- VirtualBox
- profile
- plugin
- netsh
- find
- resource
- GIT
- vscode
- Source
- web.xml
- Windows
- tomcat
- port
Archives
- Today
- Total
목록OS & Shell/Linux (83)
develog
[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
[linux] nfs 자동 마운트
[root@dev01 ~] vi /etc/fstab 파일 열어서 해당 항목 추가 127.0.0.1:/mnt/data /data nfs rw 0 0
OS & Shell/Linux
2012. 6. 18. 11:45
두 개 명령 동시 실행
date && hwclock
OS & Shell/Linux
2012. 4. 19. 10:59