自分メモです。
AWSにはまった
sudo netstat -nap | grep 8888
sudo kill -9 [PID]
ssl つくり
sudo openssl req -x509 -nodes -days 365 -newkey rsa:1024 -keyout "cert.key" -out "cert.pe
m" -batch
sudo systemstl status
Jupyter Notebook Config
sudo vi /home/ubuntu/.jupyter/jupyter_notebook_config.py
Jupyter Notebook
sudo jupyter-notebook --allow-root
apache
sudo apt-get install apache2
2
df -h
sudo apt update
sudo apt install apt-transport-https
sudo apt install ca-certificates
sudo apt install software-properties-common
sudo apt install curl