일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- 볼린저밴드
- 변동성돌파전략
- lstm
- 프로그래머스
- 데이터분석전문가
- PolynomialFeatures
- ADP
- 파이썬
- hackerrank
- sarima
- 데이터분석
- 토익스피킹
- 비트코인
- Programmers
- 주식
- 파트5
- 백테스트
- Crawling
- GridSearchCV
- backtest
- randomforest
- 파이썬 주식
- docker
- SQL
- TimeSeries
- 빅데이터분석기사
- 실기
- Quant
- 코딩테스트
- Python
- Today
- Total
데이터 공부를 기록하는 공간
DOCKER 설치 오류 관련 본문
https://www.youtube.com/watch?v=REYVRyXdSKU
https://rigorous-firefly-d50.notion.site/Docker-1-2-be5f796e34ac4903af0c97e59f1eb98e
Docker 실습 1, 2 - 설치와 기본 명령어
1. Docker 설치
rigorous-firefly-d50.notion.site
display 환경 변화
> https://mentha2.tistory.com/27
[Virtualbox 설정] 게스트 확장 후에도 전체화면이 적용안될 때 해결방법
# 버추얼박스(Virtualbox) 전체화면 설정 방법 입니다. 버추얼박스(Virtualbox) 확장 게스트 프로그램 설치 후에도 전체화면으로 변하지 않을 때 해결하는 방법에 대해 포스팅 합니다. 1. 켜져있는 게스
mentha2.tistory.com
IP조회
ip addr
hostnma 조회
hostname
hostname 변경
sudo vi / etc/hostname
변경 후 esc 후 ":eq"로 저장
root 비번 변경
sudo passwd root
root로 변경
su - root
dpkg/lock 오류 발생 시
enant.tistory.com/18
sudo killall apt apt-get
sudo rm /var/lib/apt/lists/lock
sudo rm /var/cache/apt/archives/lock
sudo rm /var/lib/dpkg/lock*
sudo dpkg --configure -a
sudo apt update
snapd 오류 발생시
askubuntu.com/questions/1037431
sudo fuser -vki /var/lib/dpkg/lock
sudo apt purge snapd
sudo dpkg --configure -a
sudo apt update
sudo apt upgrade
sudo apt dist-upgrade
sudo apt install snapd
'dpkg'가 중단되었습니다 오류 발생시
https://ubuntuaa.com/ko/q/136737
위 3개를 조화하여 성공......
안될경우에는 root모드로 들어가서 해보는것도 좋음..
'STUDY > MLOPS' 카테고리의 다른 글
전력수급 실시간 crawling (0) | 2021.12.19 |
---|---|
[crawling, flask] 프로젝트2 - 뉴스 및 네이버쇼핑 크롤링 페이지 (0) | 2021.12.19 |
[crawling,flask] 프로젝트 1 - 인기글 불러오는 페이지 만들기 (0) | 2021.12.18 |
ubuntu에 아나콘다 설치하기 (0) | 2021.12.07 |
MLOPS (0) | 2021.11.06 |