shell-related
Differences
This shows you the differences between two versions of the page.
shell-related [2021/08/04 14:39] – external edit 127.0.0.1 | shell-related [2021/08/30 22:43] (current) – morgan0329 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | < | ||
+ | ```shell | ||
+ | (27.9/ | ||
+ | nohup java -jar / | ||
+ | ``` | ||
+ | ```shell | ||
+ | #filename: start-nacos.sh | ||
+ | logFileName="/ | ||
+ | nohup java -Dnacos.standalone=true -jar / | ||
+ | ``` | ||
+ | |||
+ | ```shell | ||
+ | #filename: stop-nacos.sh | ||
+ | ps -ef | grep nacos| grep -v grep | awk ' | ||
+ | ``` | ||
+ | |||
+ | |||
+ | ```shell | ||
+ | #filename: start-natcross-server.sh | ||
+ | nohup java -Dspring.profiles.active=prod -jar / | ||
+ | ``` | ||
+ | |||
+ | |||
+ | ```shell | ||
+ | #filename: start-natcross-client.sh | ||
+ | nohup / | ||
+ | ``` | ||
+ | |||
+ | </ |