上一页 1 2 3 4 5 6 7 8 ··· 24 下一页
  2021年4月7日
摘要: sudo docker run --name redis --privileged=true --restart always -p 6379:6379 -v /docker/redis/data:/hytd/redis/data -v /docker/redis/conf/redis.conf:/ 阅读全文
posted @ 2021-04-07 09:36 肖建锋 阅读(22) 评论(0) 推荐(0) 编辑
摘要: docker run --detach \ --hostname 192.168.7.50 \ --publish 8443:443 --publish 80:80 --publish 8222:22 \ --name gitlab \ --restart always \ --volume /hy 阅读全文
posted @ 2021-04-07 09:35 肖建锋 阅读(89) 评论(0) 推荐(0) 编辑
摘要: 卸载旧版本 > rpm -qa | grep docker # 也可以使用 yum list installed | grep docker docker-engine-1.13.0-1.el7.centos.x86_64 docker-engine-selinux-1.13.0-1.el7.cen 阅读全文
posted @ 2021-04-07 09:34 肖建锋 阅读(392) 评论(0) 推荐(0) 编辑
  2021年2月24日
摘要: [elk@master001 config]$ cat logstash-log.conf # Sample Logstash configuration for creating a simple # Beats -> Logstash -> Elasticsearch pipeline. inp 阅读全文
posted @ 2021-02-24 17:34 肖建锋 阅读(454) 评论(0) 推荐(0) 编辑
  2021年1月28日
摘要: import javax.imageio.ImageIO; import java.awt.*; import java.awt.image.BufferedImage; import java.io.File; import java.io.FileOutputStream; /** * 水印工具 阅读全文
posted @ 2021-01-28 13:42 肖建锋 阅读(268) 评论(0) 推荐(0) 编辑
  2021年1月14日
摘要: fastdfs分布式安装教程 From 系统架构部 Ade.Xiao(肖建锋) 有创新相关的点子\创意,或者目前项目中遇到的难点或者可以抽离出来复用的组件或者功能, 欢迎联系本人 (微信 15980530492) 环境准备 使用的系统软件 名称 说明 centos 7.x libfastcommon 阅读全文
posted @ 2021-01-14 17:06 肖建锋 阅读(221) 评论(0) 推荐(0) 编辑
  2020年12月4日
摘要: http { log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$http_ 阅读全文
posted @ 2020-12-04 09:22 肖建锋 阅读(331) 评论(0) 推荐(0) 编辑
  2020年11月30日
摘要: 在CentOS中默认安装有MariaDB,这个是MySQL的分支,但为了需要,还是要在系统中安装MySQL,而且安装完成之后可以直接覆盖掉MariaDB。 1 下载并安装MySQL官方的 Yum Repository wget -i -c http://dev.mysql.com/get/mysql 阅读全文
posted @ 2020-11-30 17:43 肖建锋 阅读(86) 评论(0) 推荐(0) 编辑
  2020年11月13日
摘要: 1、因为在centos7中/etc/rc.d/rc.local的权限被降低了,所以需要赋予其可执行权 chmod +x /etc/rc.d/rc.local 2、赋予脚本可执行权限假设/usr/local/script/autostart.sh是你的脚本路径,给予执行权限 chmod +x /usr 阅读全文
posted @ 2020-11-13 15:10 肖建锋 阅读(368) 评论(0) 推荐(0) 编辑
  2020年11月4日
摘要: docker run --name sentinel --restart=always -p 8858:8858 -d bladex/sentinel-dashboard 阅读全文
posted @ 2020-11-04 09:14 肖建锋 阅读(1145) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 24 下一页