まず、インストールします。
次に、常に起動しておきます。
nginxを起動します。
nginxの状態を確認します。
sudo amazon-linux-extras install nginx1.12 |
sudo systemctl enable nginx.service |
sudo systemctl start nginx.service |
sudo systemctl status nginx.service |
bee run & |
nohup bee run & |
nohup sort test .txt > sorted_test.txt & |