首先确认服务器ping的速度不慢,然后再看下面
首先查找SSH链接慢的地方,执行如下命令检测:
ssh -v 主机名或者ip
查看终端的输出,看到底停在哪个地方:
debug1: Next authentication method: gssapi-with-mic
deb...
workingTime
2年前 (2018-08-27) 742℃ 0评论
官方文档:https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/
Ubuntu数据源设置:http://www.rmworking.com/blog/2018/01/25/ubuntu-source...
workingTime
3年前 (2018-08-02) 663℃ 0评论
原因:是因为ubuntu系统默认是安装了openssh-client ssh客户端的
解决方案:
我们需要将openssh-client卸载,执行命令:
sudo apt-get remove openssh-client
然后再执行
sudo apt-get in...
workingTime
3年前 (2018-07-04) 733℃ 0评论
在终端输入:sudo passwd 即可进行root密码设置。
转载请注明:R&M » Ubuntu初始登录root用户...
workingTime
3年前 (2018-07-03) 677℃ 0评论
安装最新的LTS版本Node.js(NodeJS)和Node.js的包管理(NPM)在目前所有支持版本的Ubuntu,打开终端,运行以下命令:
sudo apt-get remove nodejs npm ## remove existing nodejs and npm pa...
workingTime
3年前 (2018-01-26) 1053℃ 0评论

安装方式主要有两种
1. 一种是使用官网推介的方式,进行解包编译安装(推介使用这种方式)
2. 另外一种是使用apt-get安装(有时候因为源的问题,会安装不上,本文就不做介绍,自行谷歌)
开始安装
官网推介安装方式
在命令行输入如下命令,进行redis的安装:
$...
workingTime
3年前 (2018-01-17) 802℃ 0评论
windows使用实在用腻了,今天把公司电脑重装了Ubuntu17.04-Destop系统。
Ubuntu 下载地址:http://releases.ubuntu.com/zesty/,选择ubuntu-17.04-desktop-amd64.iso
U盘安装教程:https:...
workingTime
4年前 (2017-07-02) 1816℃ 0评论