Centos7 之 sshd,iptables,firewall,fail2ban 常用操作 SSHD # 在原端口 22 下,新增 sshd 端口 20000,并 开启账号密码登录、开启 root 账号登录 vim /etc/ssh/sshd_config Port 20000 PasswordAuth ... continue reading centos zhuoyuebiji 2019/1/8 1054
Centos7 之 python3,virtualenvwrapper, git, nginx, redis 源码安装 * 本篇所有命令均在 root 权限下执行 * 安装 python3 安装依赖包: yum -y install gcc gcc-c++ python36-devel mysql-devel yu ... continue reading centos zhuoyuebiji 2019/1/9 1589
Linux 命令解释 英文版:https://explainshell.com/ 中文版:https://wangchujiang.com/linux-command/ ... continue reading centos zhuoyuebiji 2019/6/6 561
Centos7 使用 Supervisor 守护进程 Celery Supervisor 官网 http://supervisord.org/ Supervisor 安装 Centos 7 安装 Supervisord centos7 进程守护命令 Syste ... continue reading centos zhuoyuebiji 2019/6/6 2005
触摸云、阿里云、腾讯云、百度云实惠云主、diyvm 香港云服务器 个人选择顺序:国内先 阿里,再 腾讯,后 百度,香港首选 触摸云 diyvm 香港云服务器 触摸云 cn2 网络 香港云服务器 diyvm 阿里云学生机 ... continue reading centos zhuoyuebiji 2019/7/26 823
Git 基本命令使用 git 手册: https://git-scm.com/book/zh/v2 git - the simple guide - no deep shit! (rogerdudler.github.io) git co ... continue reading centos zhuoyuebiji 2019/7/27 512
Linux scp 无密码复制文件 目的:本地服务器(local)复制文件到远程服务器(remote) 本地服务器:local 远程服务器:remote (192.168.1.254) 1. 在 local 上运行 ssh-keygen -t rsa 在 / ... continue reading centos zhuoyuebiji 2019/8/13 358
Vim 修改文件出现错误 “E45: 'readonly' option is set (add!to override)” vim 修改文件出现错误 “E45: ‘readonly‘ option is set (add ! to override)”, 其实这是权限造成的,文件设置成了只读权限,只读文件修改 ... continue reading centos zhuoyuebiji 2019/12/13 4169
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 t ... continue reading centos zhuoyuebiji 2019/12/13 264