dracula theme https://draculatheme.com/ Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window) Related Posted on 2016-06-23 4:59 PM by andrew Comment 📂This entry was posted in 기술
2015-01-26 andrew GIT에서 ignore에 있는 화일 삭제 하기..git rm --cached `git ls-files -i --exclude-from=.gitignore` git commit -m 'Removed all files that ar...
2015-05-20 andrew [scrap]리눅스에서 Disk IO 및 시스템 리소스 모니터링http://solarixer.blogspot.kr/2010/10/disk-io.html 리눅스 상에서 시스템 리소스 모니터링 할 때 보통 아래와 같은 command 를 사용한다....