排序
Devops神器Goploy
官网:https://www.goploy.icuDocker Hub: https://hub.docker.com/r/zhenorzz/goploy
开源MySQL审计系统
官网:https://next.yearning.io/参考:Yearning 部署及基础使用
Docker安装Yearning
先在MySQL中创建'yearning'数据库,编码为utf8mb4。运行容器:docker run -d \ --name yearning \ -p 8000:8000 \ -e Y_LANG=zh_CN \ -e SECRET_KEY=d38d4804d1b8f722 \ -e MYSQL_ADDR=172.25.1...
mongodb数据导入导出
导出库:mongodump --username=<username> --password=<password> --authenticationDatabase=admin --db=<dbname> --out=<dumpdir>导出集合:mongoexport --username=&...
RAD Studio XE8 官方 ISO 文件下载,附激活工具
安装序列号: QNDH-SNDR63-GQULQL-HHPN 官方ISO下载下载 激活工具Rad Studio XE8 Keymaker v1.7 by UNIS下载 XE8安卓升级包下载XE8精简版:http://www.maxwoods.net/archives/78
QNAP中查看qBittorrent初始密码
通过日志查找密码:cd /share/CACHEDEV1_DATA/.qpkg/qBittorrent; cat first_startup.log; 参考:QNAP 上查阅qBittorent初始密码
Spring Boot Admin无用使用https访问的问题
参考:spring boot admin 在https中无法正常访问的问题
Docker建立MongoDB集群
生成mongo.key文件:openssl rand -base64 756 > mongo.keyKeyFile需要每个副本集服务启动时加载,在操作库时需要用户名和密码,而且KeyFile文件的内容必须一致。KeyFile文件必须满足以下条...
阿里龙蜥Anolis OS安装cockpit
安装:sudo yum install cockpit启用:sudo systemctl enable --now cockpit.socket开启防火墙:sudo firewall-cmd --permanent --zone=public --add-service=cockpit sudo firewall-cmd --relo...
RabbitMQ Features
classic_mirrored_queue_versionclassic_queue_type_delivery_supportdetailed_queues_endpointdirect_exchange_routing_v2drop_unroutable_metricempty_basic_get_metricfeature_flags_v2impli...
切换linux多软件源
官网:https://linuxmirrors.cn/
Anolis 8 安装lsyncd
dnf安装:dnf install -y lsyncd参考:通过lsyncd 设置两个linux(centOS7)服务器之间的目录文件互相实时同步Linux 文件实时备份 rsync+lsyncd
修改podman存储位置
参考:改变podman的存储路径
CI/CD持续集成/部署工具
Concoursehttps://concourse-ci.org/ Drone:https://www.drone.io/
Linux操作系统配置代理服务器
参考:Linux操作系统配置代理服务器
Drone使用podman
dnf install podman-docker; systemctl enable --now podman.socket卷挂载:volumes: - '/run/podman/podman.sock:/var/run/docker.sock'
Gitea+Drone实现CI
Drone Runner Exec安装: 参考: install the exec runner on Linux
Gitea Actions
生成runner的配置文件:docker run --entrypoint='' --rm -it registry.cn-guangzhou.aliyuncs.com/maxwoods/gitea_act_runner:0.2.10 act_runner generate-config > config.yaml 参考:玩...
podman开启podman.sock
运行下面命令:systemctl enable --now podman.socket参考:podman 如何开启 sock 使用 docker 客户端进行管理
mysql8.4版本mysql_native_password无法连接问题处理
SHOW PLUGINS;mysql_native_password=ON