Centos docker 安装和使用 卸载旧版本 sudo yum remove docker \ docker-client \ docker-client-latest \ … ... continue reading centos joyo 2020/9/11 40
Centos 查看端口是否被使用(netstat 和 lsof) [root@VM_2_29_centos ~]# netstat -anp | grep 9090 tcp 0 0 127.0.0.1:9090 0.0.0.0:* … ... continue reading centos joyo 2020/5/21 63
Redis 5.0.7: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that m 错误提示 MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands … ... continue reading centos joyo 2019/12/13 156
Vim 修改文件出现错误 “E45: 'readonly' option is set (add!to override)” vim 修改文件出现错误 “E45: ‘readonly‘ option is set (add ! to override)”, 其实这是权限造成的,文件设置成了只读权限,只读文件修… ... continue reading centos joyo 2019/12/13 409
Mysql cannot connect(10038) 和 配置远程登录 笔记 设置密码 mysql> SET PASSWORD FOR 'root'@'localhost' = PASSWORD('roo… ... continue reading centos joyo 2019/9/25 386
Linux scp 无密码复制文件 目的:本地服务器(local)复制文件到远程服务器(remote) 本地服务器:local 远程服务器:remote (192.168.1.254) 1. 在 local 上运行 ssh-keygen -t rsa 在 … ... continue reading centos joyo 2019/8/13 305
Git 基本命令使用 git 手册: https://git-scm.com/book/zh/v2 git config user.name # 查看用户名 git config user.email # 查看用户邮箱 git con… ... continue reading centos joyo 2019/7/27 411
阿里云、腾讯云、百度云实惠云主机、云服务器 个人选择顺序:先 阿里,再 腾讯,最后 百度 阿里云学生机:https://promotion.aliyun.com/ntms/act/campus2018.html 腾讯云学生机:https://cloud.tenc… ... continue reading centos joyo 2019/7/26 743
Centos7 使用 Supervisor 守护进程 Celery Supervisor 官网 http://supervisord.org/ Supervisor 安装 Centos 7 安装 Supervisord centos7 进程守护命令 Syst… ... continue reading centos joyo 2019/6/6 1402