분류 전체보기

출처 : https://shanepark.tistory.com/444 20.04 LTS Desktop ver를 깔아주었습니다. http://mirror.kakao.com/ubuntu-releases/20.04/ usb-creator 설치 sudo apt install usb-creator-gtk 실행시키면 알아서 iso와 usb를 찾아주고, usb 포맷 또한 알아서 진행해준다고 합니다. 이후, BIOS에서 booting 순서를 usb로 바꾸고, 설치 진행. 설치 진행 이후 반드시 GPU 드라이버를 설치해줘야 GPU를 인식할 수 있습니다. thrid part 를 위한 설치 option도 있는데 이건 cuda version에 맞지 않는 최신 엔비디아 드라이버를 설치해주기 때문에 체크하지 않고 진행합니다.
https://askubuntu.com/questions/206283/how-can-i-uninstall-a-nvidia-driver-completely How can I uninstall a nvidia driver completely ? As expected, Nvidia drivers have reduced my customizations. I can't login to Unity 3D session. I can't find any content to help me to uninstall the driver and I don't know what to do as I have never askubuntu.com https://velog.io/@ynwag09/%EC%9A%B0%EB%B6%84%ED%88..
출처 : https://cookiepress.co.kr/%EC%9A%B0%EB%B6%84%ED%88%AC-ssh/ https://wiseworld.tistory.com/72 sudo apt update sudo apt upgrade Openssh openssh 설치 sudo apt install openssh-server openssh가 실행중인지 확인 sudo systemctl status ssh openssh 실행 코드 sudo systemctl start ssh Openssh Config sudo vi /etc/ssh/sshd_config 다음과 같이 포트번호 22번이 적혀있고, 이를 수정하면 포트 번호를 변경할 수 있다. #는 주석처리이고, 수정해주고자 한다면 주석을 빼서 해줘야 할 것 같다. 만..
· Docker
apt list 안의 라이브러리 명단 제거 # Remove any third-party apt sources to avoid issues with expiring keys. RUN rm -f /etc/apt/sources.list.d/*.list apt-get이 Interactive 입력을 받지 않도록 한다. ( 마치 -y 옵션 같은 느김 ) (ARG 는 argument) # Install some basic utilities & python prerequisites ARG DEBIAN_FRONTEND=noninteractive 타임존을 서울로 변경 # Set up time zone ENV TZ=Asia/Seoul RUN sudo ln -snf /usr/share/zoneinfo/$TZ /etc/loca..
scone
'분류 전체보기' 카테고리의 글 목록 (28 Page)