操作系统: CentOS Linux release 7.2.1511 (Core) 配置目录: /etc/y… 继续阅读 Linux Centos7 yum 配置解读与理解
Linux vim 常用操作与命令记录
vim有三种械:命令模式【基本】 / 插入模式 / 末行模式【输入了”:”进入】 命令模式: a 当前光标后面… 继续阅读 Linux vim 常用操作与命令记录
Linux 之 CentOS 7 X64 最小化安装后的通用配置
安装的一些配置文件在 ~/anaconda-ks.cfg 1. 网卡配置 vi /etc/sysconfig/… 继续阅读 Linux 之 CentOS 7 X64 最小化安装后的通用配置
Linux 下 iptables 学习记录
iptables是Linux上常用的防火墙软件,一般VPS系统里面默认都有集成。 1、安装iptables防火… 继续阅读 Linux 下 iptables 学习记录
Linux下使用Forever守护NodeJS进程
NodeJS Forever 学习 usage: forever [action] [options] SCR… 继续阅读 Linux下使用Forever守护NodeJS进程
Redis Cluster 配置与问题
CentOS7 + Redis 4.0 + Redis-trib.rb 【Ruby 2.5.1源码安装 + r… 继续阅读 Redis Cluster 配置与问题
Linux Shell Sed 学习记录
Usage: sed [OPTION]… {script-only-if-no-other-script}… 继续阅读 Linux Shell Sed 学习记录
Redis 数据持久化
如果同时有RDB与AOF文件,则恢复数据时优化AOF,因为AOF数据会比较全 RDB:根据配置的间隔生成快照 … 继续阅读 Redis 数据持久化
Redis 服务器相关配置说明
客户端操作: client setname “ysp” # 为client链接设置名字 client list… 继续阅读 Redis 服务器相关配置说明
Redis 数据传输协议
Redis版本:Redis version 3.0.503 其它工具: windows 7 、 xshell … 继续阅读 Redis 数据传输协议