1. 아나콘다 파이썬 다운로드 및 프롬프트 실행 https://www.anaconda.com/download-success Download Success | Anaconda Anaconda is the birthplace of Python data science. We are a movement of data scientists, data-driven enterprises, and open source communities. www.anaconda.com anaconda 설치 후 프롬프트를 실행해준다. 2. 가상환경 생성 conda create -name tf210 python=3.10.0 파이썬 가상환경을 생성하는 명령어이다. tf210 으로 생성하였다. 3. 가상환경 활성화 및 텐서플로우 설치 act..
bind9 A~Z. 설치하고 실행해보기 ! ## 해당 코드는 이미 bind9을 설치하셨거나, 재설치 후 갑자기 안되시는 분들 . ## 혹은 깔끔하게 다 삭제하고 초기화해서 설치하고싶으신 분들을 위한 bind9 관련 모든 삭제 코드입니다. rm -rf /etc/bind/* rm -rf /var/cache/bind/* sudo apt remove bind9* sudo apt remove --auto-remove bind9* sudo apt purge bind9* ## 0번 패키지 설치 및 방화벽 해제하기 ai bind9: bind9 # 패키지를 자동으로 설치합니다. (aliase 설정이 되어 있지 않으면 apt-get -y install bind9 명령을 실행합니다.) ufw disable # ufw 방화벽..
계정 홈페이지 생성하기 ai apache2 systemctl start apache2 mount -t vboxsf win /yes cp /yes/my1.png . cd /var/www/html mv index.html old.html vi index.html 안녕하세요 우동한그릇 하십시오. br> ai apache2: apache2 패키지를 자동으로 설치합니다. systemctl start apache2: 아파치 웹 서버를 시작합니다. mount -t vboxsf win /yes: VirtualBox 공유 폴더를 /yes 디렉토리에 마운트합니다. cp /yes/my1.png .: /yes 디렉토리에 있는 my1.png 파일을 현재 디렉토리로 복사합니다. cd /var/www/html: /var/www/h..