摘要: 安装 yum install redis 启动 systemctl start redis 设置开机自启 systemctl enable redis 修改配置 打开/etc/redis.conf文件。 允许远程连接 找到下面这一行,注释掉: bind 127.0.0.1改为: #bind 127. 阅读全文
posted @ 2021-11-11 15:21 _Lawrence 阅读(100) 评论(0) 推荐(0)
摘要: 下载pscp安装: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html 传输命令:本地pscp.exe + 要传输的文件 + 服务器用户名+@IP:服务器接收的文件夹 示例:D:\PuTTY>pscp.exe d:\file2 阅读全文
posted @ 2021-11-11 11:36 _Lawrence 阅读(457) 评论(0) 推荐(0)