anaconda 설정

다운로드, 설치 $ wget https://repo.continuum.io/archive/Anaconda3-5.0.1-Linux-x86_64.sh $ bash Anaconda3-5.0.1-Linux-x86_64.sh 기본설정 enter enter.. $ python -V $ conda -V $ conda -h $ conda upgrade anaconda $ conda env list $ conda search python $ conda create -n hoon python=3.6 $ source activate hoon Continue Reading …

git 설정

– github 가입 – git 설치 – git 설치 확인 $ git –version $ git config –list – 사용자 설정 $ git config –global user.name “byunghoon” $ git config –global user.email wwwhihaho@gmail.com – github repo 만들기 $ echo “# 스터디 Continue Reading …

AWS EC2 freetier Ubuntu에 LAMP, Https, WordPress 설치

https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-16-04 https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-16-04 https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-with-lamp-on-ubuntu-16-04