2015년 9월 15일 화요일

c 에서 현재시간 구하기

clock_gettime 함수

http://sunyzero.tistory.com/161

2015년 9월 13일 일요일

wget 으로 로그인이 필요한 파일 다운로드

wget --user=username --ask-password http://pass/to/the/file
또는
wget --user=username --password=password http://pass/to/the/file