minio 容器化部署

单机部署docker run -p 9001:9000 --name minio \ -v /mnt/data:/data \ -v /mnt/config:/root/.minio \ -e "MINIO_ACCESS_KEY=AKIAIOSFODNN7EXAMPLE"

Duplicat 利用网盘异地容灾备份

服务 

Duplicat 利用网盘异地容灾备份https://duplicati.readthedocs.io/en/latest/02-installation/#installing-duplicati-on-linux按照此程序在基于 Linux 的系统上安装重复。也许可选: 论坛说明建议安装以下德比

Kafka 传统单机部署


Zookeeper

下载清华镜像下载地址:https://mirrors.tuna.tsinghua.edu.cn/apache/zookeeper/解压tar -zxvf apache-zookeeper-3.5.8-bin.tar.gzcd apache-zookeeper-3.5.8-bin复制配置文件模板cd

RabbitMQ 容器化部署


1.入门篇

go 

目录一览: 0x00 前言简述 What,什么是Go语言? Why,为啥要用Go语言? How,Go语言发展前景? 0x01 Go语言开发环境搭建 Hello World Http Web Server Echo 类似命令程序 (1) Ubuntu桌面版 (2) 开发编辑器 版本平台 开发环境 Le

0.工具命令

go 

0x00 Go工具命令 get 命令 该命令可以借助代码管理工具通过远程拉取或更新代码包及其依赖包,并自动完成编译和安装,整个过程类似安装App一样; 目前支持的动态获取远程代码包的有BitBucket、GitHub、Google Code 和 Launchpad,所以为了 go get 命令能正常

Winsh (Window 自建服务)

服务 

CoreDNS 私有DNS服务器

CoreDNS官网https://coredns.io/官方仓库地址https://github.com/coredns/corednsCoreDNS 配置文件Corefile.:53 {hosts {140.82.112.3 github.com185.199.108.153 *.github.i

服务 

nexus3 私有仓库 容器化部署

Docker 搭建 nexus3version: '3.1'services: drone: image: sonatype/nexus3 volumes: - /nexus:/nexus-data - /etc/timezone:/etc/timezone:ro