블로그
- ARMY! We need your help. Jung Kook and RM are not getting first place on the K-music chart. It doesn't make sense for BTS to miss the first place.
- [방탄소년단] MAP OF THE SOUL : 7 감상 Intro : Persona - 작사/곡 : Hiss noise RM, Pdogg - 늘 좋아요. 올드스쿨 풋챠핸접인디에아!! 2. Make It Right - 작사/곡 : Fred Gibson, Ed Sheeran, Benjy .......
- Hyper-v VHD compact #When it is done, type the following commands sync; sleep 30;sync #This is to make sure the data is written to disk rm zero.data #This is to remove the zero file.
- 리눅스 APM 소스설치시 Error 및 해결 방법 Error 1) checking for termcap functions library... configure: error: No curses/termcap library found make 해결 방법 # yum –y install libtermcap-devel ncurses-devel 설치 Error 2) /bin/rm: cannot remove `libtoolT':
- Linux compile시 error 위치 확인 하기 쉽도록 도와주는 script!! /bin/bash if [ -n "$1" ]; then echo make -j$1 make -j$1 2>&1 | \tee . /make.log && rm ./make.log else make 2>&1 | \tee .