ubuntu주요 명령 모음

source venv/bin/activate
nohup sh run.sh > log.txt 2>&1 &
ps -ef | grep .sh
pkill -f run.sh

sudo mariadb -u root -p

CREATE DATABASE PB CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;

ps aux | grep python


Posted

in

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *