首页
系统
Android
Mac&iOS
Windows
Debian
Ubuntu
CentOS
ProxmoxVE
编程语言
Go
Js/Ts
Java
C#
C/C++
软件使用
大模型
博客
Office
Docker
Nginx
MySQL
MongoDB
工具
IP查询接口
It-Tools
随笔
归档
动态
留言
关于
过客
累计撰写
436
篇文章
累计创建
56
个标签
累计收到
0
条评论
栏目
首页
系统
Android
Mac&iOS
Windows
Debian
Ubuntu
CentOS
ProxmoxVE
编程语言
Go
Js/Ts
Java
C#
C/C++
软件使用
大模型
博客
Office
Docker
Nginx
MySQL
MongoDB
工具
IP查询接口
It-Tools
随笔
归档
动态
留言
关于
目 录
CONTENT
以下是
软件使用
相关的文章
CentOS7中离线安装MongoDB
一键安装脚本 #!/bin/bash # 下载mongdb # wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-4.0.13.tgz ## 解压 tar zxf mongodb-linux-x86_64-4.0.13.tgz
2019-10-21
8
0
0
CentOS
MongoDB
MongoDB 忘记密码
先查看MongoDB的启动模式 ps -ef | grep mongod 命令行参数启动 如果查看到的mongod后面带-auth参数启动的 如:root 9564 1 0 06:28 ? 00:00:15 mongod -auth --bind_ip 127.0.0.1 --port 27017
2019-10-19
9
0
0
MongoDB
Nginx转发阿里云内网Redis
修改Nginx配置文件,加入流转发 #user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log notice; #error_log logs/error.log inf
2019-10-17
6
0
0
Nginx
1
...
12
13
14
15
16