분류 전체보기

    [Git] 구 버전 branch git clone 하는 방법

    [Git] 구 버전 branch git clone 하는 방법

    ⭐ github의 repository 중 구 버전 clone 하는 방법에 대한 포스팅입니다! 아래 코드가 브랜치 하나만 clone하는 코드이다. git clone -b {branch_name} --single-branch {repository url} 예를 들어, 아래의 repository의 multi-video-tracking 브랜치만을 clone하고 싶다고 하자. repository 의 주소를 아래와 같이 복사해준다. 코드는 아래와 같다. git clone -b multi-object-tracking --single-branch https://github.com/mikel-brostrom/Yolov5_StrongSORT_OSNet.git

    [Linux] Ubuntu에 Anaconda 설치하는 방법

    [Linux] Ubuntu에 Anaconda 설치하는 방법

    ⭐ 이번 포스팅에서는 ubuntu에서 아나콘다 설치하는 방법을 살펴봅시다! 1. anaconda distribution 다운로드 아래 홈페이지에 방문해서 배포 버전을 다운로드 받자. https://www.anaconda.com/products/distribution Anaconda | Anaconda Distribution Anaconda's open-source Distribution is the easiest way to perform Python/R data science and machine learning on a single machine. www.anaconda.com 2. 파일이 다운로드 된 경로에서 터미널 열기 ls로 다운 받은 파일 명을 복사해두자 sha256sum (다운 받은 파일명)..

    [Linux] USB로  Ubuntu 설치하기

    [Linux] USB로 Ubuntu 설치하기

    ⭐ 작업하다 Ubuntu의 dependency를 망가뜨리는 명령을 하는 바람에 더 이상 사용할 수 없게 되었다. 그래서 기존의 ubuntu를 완전히 삭제하고 새롭게 ubuntu를 설치해주는 작업을 해주었다. 1. 준비물 4GB 이상의 빈 usb 2. Rufus 프로그램 다운로드 윈도우 환경에서 부팅 가능한 usb로 만들어주기 위해서는 rufus라는 프로그램을 활용해야한다. https://rufus.ie/ko/ Rufus - 간편하게 부팅 가능한 USB 드라이브 만들기 간편하게 부팅 가능한 USB 드라이브 만들기 Rufus는 USB 메모리 및 플래시 드라이브를 포맷하고 부팅할 수 있도록 만드는 도구입니다. 이 프로그램은 다음 상황에서 유용하게 사용할 수 있습니다: rufus.ie 아래로 내리다보면 다운로드..

    [Ubuntu] Ubuntu에 visual studio code 다운로드하는 법

    [Ubuntu] Ubuntu에 visual studio code 다운로드하는 법

    💡 이번 포스팅에서는 Ubuntu 운영체제에서 Visual studio code를 다운로드 받는 방법을 알아보자. VSCode 홈페이지에서 설치 파운 다운로드 받기 https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. code.visuals..