[카테고리:] Ubuntu

  • Links and scripts from Video: Tutorial: Debian 8, howto passthrough your physical GPU to your virtual Windows7 with KVM and OVMF

    Here are the links and scripts. https://www.redhat.com/mailman/listinfo/vfio-users Now is the successor of the archlinux forum part. https://bbs.archlinux.org/viewtopic.php?id=162768 In Arch Linux You can find a nice and very active community, the first entry is a howto that addresses different configurations. http://vfio.blogspot.com In VFIO blog are a lot of information regarding the hardware virtualization. https://docs.google.com/spreadsheets/d/1LnGpTrXalwGVNy0PWJDURhyxa3sgqkGXmvNCIvIMenk/edit?pli=1#gid=0 a list […]

  • centos7 youtube 업로드 스크립트

    외쿡에서 퍼옴 https://github.com/tokland/youtube-upload   Introduction Youtube-upload is a command line Python script that uploads videos to Youtube (it should work on any platform -GNU/Linux, BSD, OS X, Windows, …- that runs Python) using theYoutube APIv3. Dependencies Python 2.6/2.7/3.x. Packages: google-api-python-client, progressbar2 (optional). Check if your operating system provides those packages, otherwise install them with pip: […]

  • sonarqube c++ sonar runner 설치 하기

    기본적으로 sonarqube 에 있는 C++ 플러그인은 상업용이다 고로 커뮤니티 버전을 다운로드 받아서 설치 해야 한다 https://github.com/wenns/sonar-cxx 위 주소가 레포지토리 이다. 패킹된 릴리즈 레포지토리는 아래와 같다. https://github.com/wenns/sonar-cxx/releases sslr-cxx-toolkit-0.9.3, sonar-cxx-plugin-0.9.3을 각각 받아서 sonarqube plugin 폴더에 복사 한다음 sonarqube 서비스를 재시작 해주면 설치된 플러그인에 커뮤니티용 c++ 플러그인이 확인될것이다.

  • SonarQube Server 설치하기.

    안녕하세요. 소심비형입니다. 이번에는 Code Analysis인 SonarQube를 설치해보도록 하겠습니다. 무료 오픈소스 중에서 정적 코드 분석툴로는 소나가 가장 유명하죠? 물론, Visual Studio에도 정적 코드를 분석해서 보여주는 여러가지 기능들이 포함되어 있습니다. 그러나, SonarQube와 비교해보면 아직은 많이 부족하지 않나 생각됩니다. 정적 분석 및 동적 분석 툴에 관심이 있으시면 아래 링크에서 추가적인 정보을 얻을 수 있습니다. 각 언어별 (Programing Language) 무료, […]

  • CI Server – Jenkins 설치하기

      출처 :http://ngmaster.ignorelist.com/ngmaster/xe/index.php?document_srl=382&mid=STUDY_FRAMEWORK

  • Doxygen 설정과 Jenkins 연동하기.

  • Jenkins에 프로젝트 등록 및 설정.

    출처 : http://ngmaster.ignorelist.com/ngmaster/xe/index.php?document_srl=907&mid=STUDY_FRAMEWORK

  • Jenkins & SonarQube 설정하기.

    출처 : http://ngmaster.ignorelist.com/ngmaster/xe/index.php?document_srl=864&mid=STUDY_FRAMEWORK

  • Sonar Runner 설치하기.

    출처 : http://ngmaster.ignorelist.com/ngmaster/xe/index.php?document_srl=530&mid=STUDY_FRAMEWORK

  • Jenkins 와 Sonarqube Windows 환경에서 Jenkins 와 Sonarqube

    필요사항 java jre or jdk 설치 환경 기본 설치 위치는 %program files%/jenkins ( x64의 경우 %program files(86)%/jenkins ) Window Service 로 별도 Process 로 동작 ( service name : jenkins ) 기본 port는 8080 ( 설치 과정 중 포트 설정 없음 ) 자체 파일 DB 사용 설정 기본 사용 port는 8080 수정시 [jenkins]/jenkins.xml 에서 –httpPort=8080을 […]