0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

[Linux] sudo netstat -nap | grep 8888

Last updated at Posted at 2019-04-17

自分メモです。

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

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?