摘要: 闲来没事做,今天装上了deepin系统,听同学说deepin系统挺好用的,我也来支持一下国产 1.在虚拟机里面安装deepin系统 附:deepin镜像下载地址https://www.deepin.org/download/ 安装系统 1>首先新建一个虚拟机 2>选择经典安装->下一步->选择dee 阅读全文
posted @ 2020-05-09 01:03 岁月染过的梦 阅读(4821) 评论(1) 推荐(2)
摘要: The number of milliseconds of each tick tickTime=2000 The number of ticks that the initial synchronization phase can take initLimit=10 The number of t 阅读全文
posted @ 2020-09-29 11:43 岁月染过的梦 阅读(136) 评论(0) 推荐(0)
摘要: # Redis configuration file example. # # Note that in order to read the configuration file, Redis must be # started with the file path as first argumen 阅读全文
posted @ 2020-09-19 09:22 岁月染过的梦 阅读(187) 评论(0) 推荐(0)
摘要: # Example sentinel.conf # *** IMPORTANT *** # # By default Sentinel will not be reachable from interfaces different than # localhost, either use the ' 阅读全文
posted @ 2020-09-18 09:44 岁月染过的梦 阅读(213) 评论(0) 推荐(0)
摘要: redis.properties #添加单台redies配置 redis.host=192.168.126.129 redis.port=6379 redis.auth=123456 #配置多台redis redis.nodes=192.168.126.129:6379:123456,192.168 阅读全文
posted @ 2020-09-17 19:11 岁月染过的梦 阅读(474) 评论(0) 推荐(0)
摘要: docker pull redis mkdir -p /usr/local/src/redis/{conf,data} cd /usr/local/src/redis/ docker run --name redis -d -it -p 6379:6379 -v $PWD/data:/data -v 阅读全文
posted @ 2020-09-16 10:11 岁月染过的梦 阅读(516) 评论(0) 推荐(0)
摘要: # Redis must be started with the file path as first argument: # ./redis-server /path/to/redis.conf ## redis中的度量单位只支持bytes,不支持bit,大小写不敏感,且 k/kb、m/mb、g/ 阅读全文
posted @ 2020-09-16 09:20 岁月染过的梦 阅读(197) 评论(0) 推荐(0)
摘要: linux 的防火墙简单设置 1. 检查防火墙状态 代码 firewall-cam --state [root@localhost ~]# firewall-cmd --state running [root@localhost ~] 2. 防火墙配置 linux系统中有个配置文件,里面配置了开机后 阅读全文
posted @ 2020-09-14 13:20 岁月染过的梦 阅读(1876) 评论(0) 推荐(0)
摘要: 1. 修改数据库密码(已知原密码) 进入shell mysqladmin -uroot -p原密码 password 新密码 root@a038a278a3db:/var/lib/mysql# mysqladmin -u root -proot password 123456 root@a038a2 阅读全文
posted @ 2020-09-14 12:08 岁月染过的梦 阅读(1111) 评论(0) 推荐(0)
摘要: 参照 转载 阅读全文
posted @ 2020-09-12 15:36 岁月染过的梦 阅读(140) 评论(0) 推荐(0)
摘要: Centos7上安装docker Docker从1.13版本之后采用时间线的方式作为版本号,分为社区版CE和企业版EE。 社区版是免费提供给个人开发者和小型团体使用的,企业版会提供额外的收费服务,比如经过官方测试认证过的基础设施、容器、插件等。 社区版按照stable和edge两种方式发布,每个季度 阅读全文
posted @ 2020-09-11 20:55 岁月染过的梦 阅读(133) 评论(0) 推荐(0)