摘要: ##redis配置详解 # Redis configuration file example. # # Note that in order to read the configuration file, Redis must be # started with the file path as f 阅读全文
posted @ 2019-02-13 14:02 小咿咿 阅读(1510) 评论(0) 推荐(1)
摘要: 一、系统环境:centos7 >lsb_release -a 二、运行命令查看数据盘 >fdisk -l 三、对数据盘分区 >fdisk /dev/vdb 对数据盘进行分区。根据提示,输入 n, p, 1, 回车,回车, wq 四、查看分区是否成功 >fdisk -l 五、格式化分区 >mkfs.e 阅读全文
posted @ 2019-01-28 15:15 小咿咿 阅读(2047) 评论(1) 推荐(0)
摘要: 系统环境:Centos 7 第一步:下载mysql版本 下载最新版本:https://www.mysql.com/downloads/ 下载历史版本:https://downloads.mysql.com/archives/community/ 第二步:上传下载的mysql软件到/usr/local 阅读全文
posted @ 2019-01-25 14:15 小咿咿 阅读(148) 评论(0) 推荐(0)
摘要: 系统环境:Centos 7 第一步:通过yum命令安装svnserve,命令如下: >yum -y install subversion 此命令会全自动安装svn服务器相关服务和依赖,安装完成会自动停止命令运行 若需查看svn安装位置,可以用以下命令: >rpm -ql subversion 第二步 阅读全文
posted @ 2019-01-25 11:06 小咿咿 阅读(155) 评论(0) 推荐(0)