본문 바로가기
728x90

콤퓨타/Tip !!4

VBoxNetAdpCtl: Error while adding new interface: failed to open /dev/vboxnetctl: No such file or directory Virtualbox 에러 VBoxNetAdpCtl: Error while adding new interface: failed to open /dev/vboxnetctl: No such file or directory 호스트전용의 네트워크 인터페이스를 새로 추가했었는데, 버추얼박스 에러가 나고 다시 실행해보니 추가한 인터페이스가 사라졌었다..버추얼박스 설정에서 다시 추가하려고 하니 위와같은 에러가 발생함 ㅜㅜ 헝헝 해결법!버추얼박스 종료하고, 터미널 열고!! sudo /Library/StartupItems/VirtualBox/VirtualBox restart 다시 버추얼박스 고고싱 ~.~ 2014. 5. 13.
SCI/SCIE 확인 SCI 확인http://www.thomsonscientific.com/cgi-bin/jrnlst/jlresults.cgi SCIE 확인http://www.thomsonscientific.com/cgi-bin/jrnlst/jlresults.cgi?PC=D&Alpha=A SCI 논문은 두군데서 다 찾을 수 있음SCIE 논문은 SCIE 에서만 확인 가능함. 2014. 2. 13.
Google Coding Style Guide 바로 다운로드svn checkout http://google-styleguide.googlecode.com/svn/trunk/ google-styleguide-read-only 사이트https://code.google.com/p/google-styleguide/ 2013. 6. 10.
(리눅스, MAC) vi - NERDTree, Source Explorer, Tag List 대용량(?)의 소스 분석하ㄱㅣ 편하게 ㅋㅋvi에서도 Source Insight와 같이 될 수 있다최고다 ㅜㅜ =========================== ctags , cscope ===========================[Ubuntu]sudo apt-get install ctagssudo apt-get install cscope [MacOS]sudo port install ctagssudo port install cscope ------- ctags 태그 생성법 분석하고자하는 소스폴더에 가서 ctags -R 그럼 tags라는 파일이 생성됨 ------- cscope 디비생성분석하고자하는 소스폴더에 가서find . \( -name '*c' -o -name '*.cpp' -o -name '*... 2013. 6. 4.
728x90