首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏福大大架构师每日一题

    2022-03-13:golang项目代码push到gogs上,如何自动编译、打镜像、k8s上运行?

    页面中配置, 如下: kind: pipeline type: docker name: dev steps: - name: build image: golang pull: if-not-exists }/g" .helm/dev/values.yaml - ls releases - name: image image: plugins/docker pull: if-not-exists DRONE_COMMIT:0:8}" insecure: true - name: deploy image: "pelotech/drone-helm3" pull: if-not-exists

    39850编辑于 2022-04-13
  • 来自专栏福大大架构师每日一题

    2022-07-25:xiu是用rust语言编写的流媒体服务器软件项目。k8s安装xiu,drone文件如何写?

    : dev #取消git clone代码 clone: disable: true steps: - name: clone image: drone/git pull: if-not-exists moonfdd/xiu.git #- git checkout $DRONE_COMMIT - name: build image: rust:latest pull: if-not-exists s target/x86_64-unknown-linux-musl/release/xiu - name: image image: plugins/docker pull: if-not-exists dsygroup/compile-xiu:${DRONE_COMMIT:0:8} - name: deploy image: "pelotech/drone-helm3" pull: if-not-exists

    72640编辑于 2022-11-06
  • 来自专栏福大大架构师每日一题

    2022-07-25:xiu是用rust语言编写的流媒体服务器软件项目。k8s安装xiu,drone文件如何写?

    dockername: dev#取消git clone代码clone: disable: truesteps: - name: clone image: drone/git pull: if-not-exists gitee.com/moonfdd/xiu.git #- git checkout $DRONE_COMMIT - name: build image: rust:latest pull: if-not-exists strip -s target/x86_64-unknown-linux-musl/release/xiu - name: image image: plugins/docker pull: if-not-exists /dsygroup/compile-xiu:${DRONE_COMMIT:0:8} - name: deploy image: "pelotech/drone-helm3" pull: if-not-exists

    64730编辑于 2022-07-25
  • 来自专栏福大大架构师每日一题

    2022-03-13:golang项目代码push到gogs上,如何自动编译、打镜像、k8s上运行?

    页面中配置, 如下: kind: pipeline type: docker name: dev steps: - name: build image: golang pull: if-not-exists }/g" .helm/dev/values.yaml - ls releases - name: image image: plugins/docker pull: if-not-exists DRONE_COMMIT:0:8}" insecure: true - name: deploy image: "pelotech/drone-helm3" pull: if-not-exists

    44341编辑于 2022-03-13
  • 来自专栏JVMGC

    36.3k stars的跨平台markdown写作神器

    Windows winget install marktext Linux 在 Linux 上,你可以选择 AppImage 软件包或 Flatpak 软件包 flatpak remote-add --if-not-exists

    87820编辑于 2023-03-10
  • 来自专栏云计算运维

    使用 GNOME Web 的 Canary 版本测试前沿功能 | Linux 中国

    首先,你需要使用以下命令添加 WebKit SDK Flatpak 远端仓库: flatpak --user remote-add --if-not-exists webkit https://software.igalia.com

    1.8K10发布于 2021-09-06
  • 来自专栏大数据共享

    kafka(二)Kafka快速入门

    --if-not-exists 如果在创建主题时设置,则只有在主题不存在时才会执行操作。 不支持 --bootstrap- 服务器选项。 --list 列出所有可用的topic。 案例 创建一个 topic 语法:kafka-topics.sh --create --zookeeper <host>:<port> --if-not-exists --replication-factor 副本数> --partitions <分区数> --topic <副本名称> bin]$ kafka-topics.sh --create --zookeeper hadoop102:2181 --if-not-exists

    1.1K30编辑于 2022-04-10
  • 来自专栏IDC杂谈

    Fedora Linux安装Visual Studio Code的4种方法汇总

    sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo2、通过 Flatpak 如果您尚未启用它,请在命令终端中执行给定的命令:sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo2

    3.9K10编辑于 2024-04-16
  • 来自专栏为了不折腾而去折腾的那些事

    装在笔记本里的私有云环境:持续集成(上)

    : pipeline name: default clone: disable: true steps: - name: clone image: alpine/git pull: if-not-exists SSH 来解决基础的部署操作: - name: stop-or-start-services image: deploy-tool depends_on: [ clone ] pull: if-not-exists 演示如何挂载宿主机目录到容器内: - name: update-services image: deploy-tool depends_on: [ stop-previous-services ] pull: if-not-exists

    1.5K00编辑于 2022-01-16
  • Flathub 国内镜像的配置方法

    添加官方源(如未添加) flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

    8.5K10编辑于 2025-08-09
  • 来自专栏运维技术分享

    用 Flatpak 在 Linux 上安装应用

    flatpak 选择一个 Flatpak 仓库 Software Repositories 如果你喜欢在终端工作,你可以用 flatpak 命令直接添加到仓库: $ flatpak remote-add --if-not-exists

    2.5K10编辑于 2022-01-04
  • 来自专栏后端开发技术

    掌握Kafka的topics:使用kafka-topics.sh的综合指南

    will only execute if the topic exists --if-not-exists replication-factor 1 --partitions 1 --topic test1返回显示:Created topic "test1".另外在创建主题的时候,还可以附加以下两个选项:–if-not-exists

    2K00编辑于 2025-01-17
  • 来自专栏FreeBuf

    如何使用EasySSH轻松管理你的SSH连接

    install com.github.muriloventuroso.easyssh 工具安装 广大研究人员可以直接使用Flatpak来安装EasySSH: flatpak remote-add --if-not-exists

    61300编辑于 2024-05-27
  • 来自专栏云云众生s

    使用Atoms管理Linux chroot环境

    为此,请确保发出以下命令(在安装 Flatpak 后): flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo

    64910编辑于 2024-03-28
  • Linux——安装并配置Kafka

    --if-not-exists if set when creating topics, the

    2.4K10编辑于 2024-08-16
  • 来自专栏热爱IT

    3个Linux上的SSH图形界面工具 转

    安装 Flatpak 后,使用以下命令添加 EasySSH: sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo

    5.2K20发布于 2019-04-10
  • 来自专栏福大大架构师每日一题

    2022-03-12:k8s如何搭建gogs+drone实现自动化部署cicd,yaml如何写?

    drone.yml文件内容如下: kind: pipeline type: docker name: dev steps: - name: build image: golang pull: if-not-exists

    63540编辑于 2022-04-13
  • 来自专栏福大大架构师每日一题

    2022-03-12:k8s如何搭建gogs+drone实现自动化部署cicd,yaml如何写?

    drone.yml文件内容如下: kind: pipeline type: docker name: dev steps: - name: build image: golang pull: if-not-exists

    1.1K31编辑于 2022-03-12
  • 来自专栏YeTechLog

    【Drone+Gitlab】一条龙服务,直接起飞 — 从介绍->部署->配置->写.drone.yml流水线+常见的报错解决

    name: default clone: disable: true #禁用默认克隆 steps: - name: clone-test image: alpine/git pull: if-not-exists

    2.8K20编辑于 2022-05-12
  • 来自专栏Java技术进阶

    Apache Kafka服务端脚本详解和优化

    62) 9        at kafka.admin.TopicCommand.main(TopicCommand.scala) 10 (kafka.admin.TopicCommand$) --if-not-exists kafka-topics.sh --zookeeper 10.211.55.3:2181 --topic topic-6  --create --partitions 1 --replication-factor 1 --if-not-exists

    88210编辑于 2022-11-18
领券