- GCP 크레딧을 사용하여 서버 구축
sudo iptables -I INPUT 6 -m state --state NEW -p tcp --dport 5000 -j ACCEPT #서버 재부팅시, reset된다.
sudo netfilter-persistent save
mkvirtualenv capstone(가상환경 실행)
flask run -h 0.0.0.0
docker-compose build web
docker ps # 없으면 -a 붙여서 status확인
docker-compose up -d
docker build -f ./Dockerfile .
#백그라운드 명령어 & log파일 생성 명령어
nohup python3 -u connect.py >> output.log &
tail -f output_disable.log
tail -f output_carnum.log
#프로그램 확인 명령어
ps -ef | grep connect.py
#프로그램 다운 명령어
kill -9 7930
#jupyter notebook 생성 명령어
nohup jupyter-notebook --ip=0.0.0.0 --no-browser --port=8928 &
#linux cpu 확인
grep -c processor /proc/cpuinfo