摘要: 端口9090已经被另一个程序使用 解决方案: 你需要找到该端口上正在运行的进程id(pid)并终止它,可使用isof -i:来获取pid,然后使用sudo kill -9 <pid>来终止程序并释放端口,以便运行Prometheus 阅读全文
posted @ 2022-04-14 17:46 Motivator 阅读(245) 评论(0) 推荐(0)
摘要: #! /bin/bashwhile :do read -p "Please enter prefix & password & num :" pre pass num printf "user information ********************* user prefix : $pre 阅读全文
posted @ 2022-04-14 16:59 Motivator 阅读(60) 评论(0) 推荐(0)