How to install PyTorch (stable ver.) on Linux with ROCm 6.1 (or higher) using pip

How to install PyTorch (stable ver.) on Linux with ROCm 6.1 (or higher) using pip

AMD GPU·Ubuntu에서 pip으로 PyTorch stable 버전을 설치하는 절차. ROCm 설치와 PATH 등록, index-url 설치 명령, externally-managed-environment 오류 대응, torch.cuda.is_available() 확인까지 정리했다.

Ubuntu 22.04 (Jammy Jellyfish) 터미널에서 youtube-dl (yt-dlp) 사용법

Ubuntu 22.04 (Jammy Jellyfish) 터미널에서 youtube-dl (yt-dlp) 사용법

Ubuntu 22.04·24.04 터미널에서 yt-dlp로 유튜브 영상을 받는 방법. deprecated된 youtube-dl 대신 yt-dlp를 wget으로 내려받아 실행 권한을 주고, -f 옵션으로 4K mp4 영상과 m4a 오디오를 합쳐 저장하는 명령을 정리했다.