zlibary 无法下载 因为 zlib 最近被封,导致现在通过正常方法下载不了电子书,但是不要慌,我们可以通过暗网进行下载~ 安装brave 浏览器 官网下载 下载你需要的
工作原理 检测到配置文件变化 通过停止所有输入停止当前pipline 用新的配置创建一个新的管道 检查配置文件语法是否正确 检查所有的输入和输出是否可
关于macOS 13 软件失效 Warning: You are using macOS 13. We do not provide support for this pre-release version. You will encounter build failures with some formulae. Please create pull requests instead of asking for help on Homebrew’s GitHub, Twitter or any other official channels. You are responsible for resolving any issues you experience while you are running this pre-release version. 简
Nexus3 docker-compose 安装 创建外部存储 1 2 mkdir -p /data/nexus chmod +777 -R /data/nexus 运行docker-compose 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 version: '3' services: nexus3: image: sonatype/nexus3:3.42.0 container_name: nexus3 ports: - 8081:8081 - 5000:5000 volumes: - /data/nexus:/nexus-data environment: - INSTALL4J_ADD_VM_PARAMS=-Xms1024m -Xmx1024m
githubAction set-output弃用错误 The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ 原因 如果您有一个使用 设置输出的GitHub Actionsecho ::set-output key=value工作
背景 有很多朋友问我什么是web3.0,web3.0似乎离我们非常远。有人会说web3.0是未来下一代的技术很有前景!但是举出一个具体的例子,
Rook云存储介绍和部署 Rook 将分布式存储软件转变为自我管理,自我缩放和自我修复的存储服务。它通过自动化部署,引导、配置、供应、扩展、升级、迁移
基于K8S搭建Ceph分布式存储 前提 正常运行的多节点K8S集群,可以是两个节点也可以是更多。 每一个节点需要一个没有被分区的硬盘,最好大小一致
Kubernetes — 探针和生命周期 用于判断容器内应用程序是否已经启动。 存活(Liveness)探针 用于探测容器是否运行,如果探测失败,kubelet会根据配
windows-exporter 监控安装 windows_exporter 下载安装 启动 下载msi版本,输入一下命令启动 1 msiexec /i C:\Users\Administrator\Downloads\windows_exporter.msi ENABLED_COLLECTORS="ad,iis,logon,memory,process,tcp,scheduled_task" TEXTFILE_DIR="C:\custom_metrics\" 卸载 1 msiexec /uninstall C:\Users\Administrator\Downloads\windows_exporter.msi 添加prometheus 监控 prometheus.yaml 1 2 3 4 5 # 新增 windows-exporter - job_name: 'windows-exporter' file_sd_configs: - files: