Zsh + Prezto + Nerd Font 설정
·
Setting/Ubuntu
관련 포스팅Prezto + zplug로 플러그인 관리하기  ZSH`zsh`은 디폴트 shell인 `bash`를 확장하여 개발한 shell로 자동 완성, 다양한 플러그인 등을 지원한다. 설치sudo apt install zsh  실행`.zshrc` 파일을 생성해준다.zsh shell 변경chsh -s $(which zsh) 사용중인 shell 확인echo $SHELL   Prezto`oh-my-zsh`를 대체할만한 ZSH의 프레임워크이다. GitHub - sorin-ionescu/prezto: The configuration framework for ZshThe configuration framework for Zsh. Contribute to sorin-ionescu/prezto development b..
우분투 저장소 (repository) kakao mirror로 변경하기
·
Setting/Ubuntu
우분투 바이너리 패키지를 받는 저장소(repository)는 디폴트로 `kr.archive.ubunt.com`으로 연결되어있다.하지만 kakao mirror로 변경하면 더 빠르게 apt 패키지를 다운받을 수 있다. 물론 kakao 말고 다른 미러 서버도 있다. Mirrors : UbuntuUbuntu also includes a wide variety of software through its network of software repositories. Once your system is installed you can simply call up a list of all the existing tools out there and choose any of them for immediate installat..
Grub 부팅 순서 설정 및 멀티 부팅 선택 (부제: 우분투에서 윈도우로 재부팅하기)
·
Setting/Ubuntu
원격 작업을 하다보면 윈도우와 우분투를 번갈아가며 사용해야 할 때가 종종 있다. 하지만 외부에서 원격으로 첫번째 순서의 OS 말고 다른 OS를 선택하기란 쉽지 않다.이번 글은 윈도우와 우분투를 편하게 번갈아 사용할 수 있는 방법에 대해 알아보고자 한다.요약하면, Ubuntu를 첫번째 부팅 순서로 설정하고 `Grub Reboot Picker`를 사용하여 다른 OS(윈도우)로 다시 재부팅할 수 있다. 윈도우에서는 그냥 재부팅하면 우분투로 다시 부팅 가능하다. Grub CustomizerGrub 순서를 쉽게 바꿀 수 있는 GUI 툴이다. 설치sudo add-apt-repository ppa:danielrichter2007/grub-customizersudo apt updatesudo apt install gr..
CUDA + CuDNN 설치하기
·
Setting/Ubuntu
관련 포스팅NVIDIA Driver 설치 호환성 확인GPU & CUDA & CuDNN 버전 호환성 확인아래 페이지에 들어가 사용하는 GPU에 맞춰 사용 가능한 CUDA와 CuDNN 버전을 확인한다. CUDA - WikipediaFrom Wikipedia, the free encyclopedia Parallel computing platform and programming model In computing, CUDA (Compute Unified Device Architecture) is a proprietary[2] parallel computing platform and application programming interface (API) that allows softwaren.wikipedia..
Ubuntu 24.04 + RTX 5080에 NVIDIA Driver 570 설치하기
·
Setting/Ubuntu
나의 경우 nvidia-driver-570, CUDA 툴킷을 통한 설치 모두 NVIDIA 드라이버 설치가 제대로 되지 않았다.검색 결과 `nvidia-driver-570-open`으로 설치 성공했다는 글을 보고 해결하였다.  우선 나의 PC의 사양은 다음과 같다.MotherBoardMSI PRO Z890-A WIFICPUIntel(R) Core(TM) Ultra 9 285KGPUNVIDIA GeForce RTX 5080  Nouveau 해제 Disable Nouveau — NVIDIA AI Enterprise: VMware Deployment GuideUbuntu Run the below command to verify if Nouveau is loaded: Output: 1nouveau 1949696 ..
Ubuntu 24.04 한글 설정 (iBus)
·
Setting/Ubuntu
iBus 입력기한글 입력기 추가Settings - System - Region & Language - Manage Installed LanguagesInstall / Remove Languages... - `Koeran` 추가 Keyboard input method system: `iBus` 선택재부팅  한영키 설정ibus-setupInput Method - Add - `Korean-Hangul` 추가 (꼭 Hangul이 있는 걸로 선택해야 한다.)Input Method에서 English는 삭제해준다.Korean-Hangul - Preferences - Hangul Toggle Key 에서 한영키를 설정할 수 있다.  참고 Ubuntu 24.04 한글입력기 비교(ibus, fcitx5, uim-byeor..