Thief of Wealth
Ubuntu Anaconda terminal에서 설치하기
개발/Linux 2020. 4. 29. 16:24

리눅스에서 터미널에서의 명령어로만 아나콘다를 설치할 수 있으면 엄청편하다 코드는 아래와 같다. https://www.digitalocean.com/community/tutorials/how-to-install-anaconda-on-ubuntu-18-04-quickstart How To Install Anaconda on Ubuntu 18.04 [Quickstart] | DigitalOcean This tutorial will guide you through installing Anaconda on an Ubuntu 18.04 server. Designed for data science and machine learning workflows, Anaconda is an open-source package ..

Ubuntu 16 nvidia-smi not found 해결법
개발/Linux 2020. 4. 27. 15:58

sudo dpkg -i cuda-repo-ubuntu1604-8-0-local-ga2_8.0.61-1_amd64.deb sudo apt-get update sudo apt-get install cuda 이렇게 설치한뒤 nvidia-smi를 입력해보자.

VMware 무료버젼 다운로드 링크
개발/Linux 2019. 11. 21. 09:35

https://www.vmware.com/products/workstation-player/workstation-player-evaluation.html

Linux 한글사용하기 100% 성공
개발/Linux 2019. 11. 7. 09:29

https://snowdeer.github.io/linux/2018/01/21/ubuntu-16p04-install-korean-keyboard/ 한글 키보드 설치Ubuntu 16.04 LTS 버전 기준으로 한글 키보드를 설치하는 방법입니다.먼저 아래의 명령어를 수행해서 fcitx-hangul 패키지를 설치합니다.sudo apt-get install fcitx-hangul 그리고 아래의 절차를 진행합니다.System Settings 실행Language Support 아이콘 실행언어팩을 설치하라는 팝업창이 뜨면 ‘설치’ 선택‘Keyboard input method system’ 항목을 fcitx로 변경재부팅 fcitx 설정오른쪽 상단 상태바에서 fcitx 아이콘 선택 → Configure Current I..

dpkg: error: dpkg frontend is locked by another process
개발/Linux 2019. 11. 5. 14:31

https://extrememanual.net/26777sudo rm /var/lib/apt/lists/lock sudo rm /var/cache/apt/archives/lock sudo rm /var/lib/dpkg/lock dpkg --configure -a

Ubuntu with Window dual booting
개발/Linux 2019. 11. 5. 14:31

jimnong.tistory.com/676 1. diskmgmt.msc => make partition2. Make USB booter3. reboot and bios setting

서버용으로 인기가 높은 Centos OS 다운로드
개발/Linux 2019. 7. 16. 23:55

http://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7-x86_64-DVD-1810.iso 에서 맨위에 가장 빠르게 다운로드 받을 수 있는 링크들이 있다. 서버를 보아하니, 네이버, 카카오, 카이스트... 등 꽤 많다.

' error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 ' ?
개발/Linux 2019. 7. 2. 22:22

sudo apt-get install python3.6-dev끝

profile on loading

Loading...