服务器
呼呼哥
通过平台进行学习,不断积累知识,提成自己.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Ubuntu的root账号无法登录SSH(Permission denied, please try again)
错误截图 下图: 默认不允许root登录SSH 做相应的修改即:PermitRootLogin without-password =>PermitRootLogin yes ok 问题解决原创 2018-06-28 17:13:39 · 4072 阅读 · 0 评论 -
strongloop(loopback)服务器部署
首先安装 docker(当前版本 ubuntu 16.04 系统)内容来源于网络$ echo "deb https://apt.dockerproject.org/repo ubuntu-xenial main" | sudo tee /etc/apt/sources.list.d/docker.list1.更新 APT 包索引$ sudo apt-get upd...原创 2018-07-11 11:20:26 · 918 阅读 · 1 评论 -
Ubuntu下mongodb的卸载
1.停止 mongodb sudo service mongod stop 2.移除相关的包 sudo apt-get purge mongodb-org* 3.移除数据目录 sudo rm -r /var/log/mongodbsudo rm -r /var/lib/mongodb内容参考来自...翻译 2018-07-06 15:08:05 · 2148 阅读 · 0 评论 -
not authorized on admin to execute command
错误提示:2018-07-06T10:25:37.656+0800 E QUERY [thread1] Error: listCollections failed: { "ok" : 0, "errmsg" : "not authorized on admin to execute command { listCollections: 1.0, filter: {},...原创 2018-07-06 15:09:10 · 17746 阅读 · 0 评论 -
Ubuntu 安装 Mongodb(not authorized on admin to execute command)
错误提示:2018-07-06T10:25:37.656+0800 E QUERY [thread1] Error: listCollections failed: { "ok" : 0, "errmsg" : "not authorized on admin to execute command { listCollections: 1.0, filter: {},...原创 2018-07-06 15:10:14 · 3297 阅读 · 0 评论
分享