[link]리눅스 배포판 설명 http://sergeswin.com/1056 Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window) Related Posted on 2015-05-20 8:42 AM by andrew Comment 📂This entry was posted in 기술
2015-01-06 andrew [오류대처]Unity3D Android Build Error WIN32 Exception ZipAlignUnity3D에서 Android Build 할때 오류..내역 Error building Player: Win32Exception: ApplicationName='.../.../.....
2015-05-17 andrew [scrap] grep , sed, awk 정규식** grep 한 데이터 중 3번째 항목만 가져 오고 싶을때.. grep ".xml" | awk 'print {$3}' http://unabated.tistory.com/447 정...