首页
系统
Android
Mac&iOS
Windows
Debian
Ubuntu
CentOS
ProxmoxVE
编程语言
Go
Js/Ts
Java
C#
C/C++
软件使用
大模型
博客
Office
Docker
Nginx
MySQL
MongoDB
工具
IP查询接口
随笔
归档
动态
留言
关于
过客
累计撰写
410
篇文章
累计创建
55
个标签
累计收到
0
条评论
栏目
首页
系统
Android
Mac&iOS
Windows
Debian
Ubuntu
CentOS
ProxmoxVE
编程语言
Go
Js/Ts
Java
C#
C/C++
软件使用
大模型
博客
Office
Docker
Nginx
MySQL
MongoDB
工具
IP查询接口
随笔
归档
动态
留言
关于
目 录
CONTENT
以下是
软件使用
相关的文章
Ubuntu从apt-get安装MongoDB.4.0
一键安装脚本 #!/bin/bash sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 68818C72E52529D4 sudo echo "deb http://repo.mongodb.org/apt/ubun
2019-10-21
4
0
0
MongoDB
Ubuntu
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
6
0
0
MongoDB
CentOS
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
5
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
5
0
0
Nginx
1
...
10
11
12
13
14