Notes of Gomtree
2016년 12월 26일 월요일
CORSAIR STRAFE keyboard
[ CORSAIR STRAFE keyboard ]
http://www.corsair.com/en/support/downloads
인터넷 뱅킹 등 보안키보드 동작 안될 경우 "F1 + 우측상단자물쇠키" 누르면 동작
2016년 10월 19일 수요일
Remove all files created before a certain date
http://unix.stackexchange.com/questions/102752/remove-all-files-created-before-a-certain-date
Using find is still the preferred way of deleting files. See
http://mywiki.wooledge.org/UsingFind
for more.
One way of doing this is to create a file with the time-stamp in it. e.g
$ touch -t 201311220000 /tmp/timestamp
Now delete the files GNUfind (assuming in the current directory) that match the time-stamp e.g:
$ find . -type f ! -newer /tmp/timestamp -delete
or non GNU find
$ find . -type f ! -newer /tmp/timestamp -exec rm {} \;
2016년 10월 18일 화요일
kernel log clearing
$ sudo cat /dev/null > /var/log/kern.log
2016년 10월 13일 목요일
Linux Shell Script Tutorial
http://www.freeos.com/guides/lsst/
2016년 10월 5일 수요일
Intel CherryTrail Windows 10 Board (Lattepanda)
http://www.icbanq.com/P007139469/B,%20B/?catg_code=120
http://www.lattepanda.com/
2016년 9월 10일 토요일
Fine dust
http://www.tenki.jp/particulate_matter/
2016년 8월 3일 수요일
Cortex-A9 board using XILINX ZYNQ FPGA
snickerdoodle
https://www.crowdsupply.com/krtkl/snickerdoodle?utm_source=snickerd11&utm_medium=referral&gclid=CjwKEAjwrIa9BRD5_dvqqazMrFESJACdv27GnMoz9tIGQ9t68TOiZaRBBJT27iWL3khBlhJ3MwuZkBoCrH_w_wcB
2016년 5월 19일 목요일
Linux date set
$ sudo date --set="19 May 2016 13:13:30"
FreeBSD Git Hub
https://github.com/freebsd/freebsd
2016년 4월 18일 월요일
Dev Conferences
1. Google IO (every year in May, usually)
https://events.google.com/io2016/
2. OSCON Oreilly Conferences (May and October)
http://conferences.oreilly.com/oscon
3. Google Chrome Dev Summit
https://developer.chrome.com/devsummit
4. Intel Developer Forum (Twice a year, Shenzhen and San Francisco)
http://www.intel.com/idf
4. Big Android BBQ (Android and Apps)
http://www.bigandroidbbq.com
2016년 4월 17일 일요일
Fonts for programmer
Hunt for fonts (
http://www.lowing.org/fonts/
)
Programming fonts (
http://www.viper.pe.kr/cgi-bin/moin.cgi/프로그래밍용_폰트
)
D2 Coding (
http://dev.naver.com/projects/d2coding
)
2016년 1월 18일 월요일
EBS radio MP3 record
http://dnlab.blogspot.kr/2013/01/ebs-mp3-dropbox.html
최근 게시물
이전 게시물
홈
피드 구독하기:
글 (Atom)