Ubuntu 터미널에서 비밀번호 asterisk * 표시하기
·
Setting/Ubuntu
sudo sed -i 's/^Defaults env_reset$/Defaults env_reset,pwfeedback/' /etc/sudoers 또는sudo vi /etc/sudoersDefaults env_reset,pwfeedback
NVIDIA GeForce RTX 5080에 PyTorch 설치하기
·
Setting/Ubuntu
2025년 10월 기준 50 시리즈(Blackwell)에서 Pytorch 정식 지원cuda>=12.8torch>=2.7python>=3.9 TroubleshootingUserWarning: NVIDIA GeForce RTX 5080 with CUDA capability sm_120 is not compatible with the current PyTorch installation. The current PyTorch install supports CUDA capabilities sm_50 sm_60 sm_70 sm_75 sm_80 sm_86 sm_90. If you want to use the NVIDIA GeForce RTX 5080 GPU with PyTorch, please check the ..
(ZSH) Prezto + zplug로 플러그인 관리하기
·
Setting/Ubuntu
관련 포스팅ZSH, Prezto 설치    개요최적의 ZSH 사용을 위해 `prezto` 프레임워크와 함께 플러그인 매니저를 `zplug`을 사용하려고 한다.`zplug`는 `prezto`의 기본 플러그인 외에도 다른 플러그인을 추가할 수 있고, 병렬 설치로 빠른 플러그인 관리가 가능하다.   ZSH + Prezto Zsh + Prezto + Nerd Font 설정ZSH`zsh`은 디폴트 shell인 `bash`를 확장하여 개발한 shell로 자동 완성, 다양한 플러그인 등을 지원한다. 설치sudo apt install zsh  실행`.zshrc` 파일을 생성해준다.zsh shell 변경chsh -s $(which zsh) 사용중인sohee-zoe.tistory.com configuration`~/.zp..
Ubuntu에 카카오톡 설치하기 (근데 이제 Wine을 곁들인)
·
Setting/Ubuntu
개요우분투에 카카오톡을 설치해보겠습니다. 근데 이제 wine을 곁들인  한국인의 필수 메신저인 카카오톡은 우분투 버전을 지원하지 않는다. 하지만 윈도우 프로그램을 실행시킬 수 있는 wine을 통해 카카오톡을 설치할 수 있다.    Wine비 윈도우 OS에서 윈도우 프로그램을 실행할 수 있게 해주는 소프트웨어 Debian/Ubuntu · Wiki · wine / wine · GitLabWine development treegitlab.winehq.org  Preparationarchitecture 확인getconf LONG_BIT  (64 bit일 경우) 32 bit architecture 활성화sudo dpkg --add-architecture i386 Ubuntu Codenamelsb_release -..
Windows에서 VMWare로 Ubuntu 22.04 설치하기
·
Setting/Ubuntu
이번 포스팅은 멀티 부팅이 어려운 환경에서 VMWare를 통한 Ubuntu 설치에 대해 알아보려고 한다.  Ubuntu 22.04 먼저 Ubuntu 22.04.5 LTS의 iso 이미지 파일을 다운로드한다. Windows는 Desktop (AMD64), intel MacOS는 Live Server(AMD64), Slilcon MacOS는 Live Server (ARM64) 이미지를 사용한다.Server는 CLI용으로 추후에 ubuntu-desktop나 ubuntu-desktop-minimal 설치를 진행하면 GUI로 사용이 가능하다.  AMD64 (Desktop, Server) Ubuntu 22.04.5 LTS (Jammy Jellyfish)Select an image Ubuntu is distribut..
터미널 에뮬레이터 Ghostty 설치
·
Setting/Ubuntu
관련 포스팅터미널 에뮬레이터 비교WezTerm 설치  Ghostty 설치 GitHub - mkasberg/ghostty-ubuntu: Ubuntu/Debian (.deb) packages for GhosttyUbuntu/Debian (.deb) packages for Ghostty. Contribute to mkasberg/ghostty-ubuntu development by creating an account on GitHub.github.com /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/mkasberg/ghostty-ubuntu/HEAD/install.sh)"  설정`~/.config/ghostty/config` 파일을 수정하면 된다...