摘要:
### 拉取镜像 ``` docker pull mongo ``` ### 构建容器 ``` docker run -p:27017:27017 -d --name mongo --privileged=true mongo --auth -p 27017:27017 :映射容器服务的 27017 阅读全文
摘要:
系统修改 ss -tln //查看TCP的listen的端口 ss -tlnp //查看哪些进程使用了监听端口 curl ifconfig.me //查看本机公网IP arch //显示机器处理器架构 cat /proc/cpuinfo //显示CPU info的信息 cat /proc/versi 阅读全文
摘要:
nginx 配置文件如下: server { listen 80; server_name api.xxx.com; index index.php index.html index.htm default.php default.htm default.html; root /www/wwwroo 阅读全文