书栈网 · BookStack 本次搜索耗时 0.036 秒,为您找到 12762 个相关结果.
  • 补全功能

    965 2019-03-23 《z.lua 中文文档》
    补全功能 补全功能 zsh/fish 的补全系统是比较完善的,使用 z foo<tab> 就能触发补全,显示一个列表: 再次按 <tab> 键,就可以用可视化的方式对列表进行选择。 在 bash 下面补全系统没有那么强大,所以 z.lua 引入了 fzf 补全,初始化时在 --init 后追加 fzf 关键字: eval "$(...
  • kubectl

    kubectl 资料 用法 自动补全 kubectl kubectl是官方提供的客户端工具,可直接以命令行的方式同集群交互。 资料 官方文档 Overview of kubectl kubectl v1.8 Commands v1.7 Commands Kubectl Cheatsheet Kubectl Cheatshe...
  • How to use tokio-console in GreptimeDB

    How to use tokio-console in GreptimeDB How to use tokio-console in GreptimeDB This document introduces how to use the tokio-console in GreptimeDB. First, build GreptimeDB with...
  • 编译开发环境搭建

    编译环境搭建 使用Docker进行编译(推荐方式) 获取或者构建docker镜像 在docker镜像中编译 在物理机上编译 安装依赖 Ubuntu/LinuxMint/WSL Fedora/CentOS 一键编译和打包 测试用例编译及执行 编译全部模块 编译对应模块的代码和运行测试 执行测试 动态库 fake-s3 etcd 执行单...
  • Using dcos task exec

    Using dcos task exec Using the dcos task exec command inside a task container Tips Quick start Pipe output from a command running inside a container Run an interactive command...
  • 扩/缩容

    DolphinScheduler扩容/缩容 文档 1. DolphinScheduler扩容文档 1.1. 基础软件安装(必装项请自行安装) 1.2. 获取安装包 1.3. 创建部署用户 1.4. 修改配置 1.4. 重启集群&验证 2. 缩容 2.1 停止缩容节点上的服务 2.2 修改配置文件 DolphinScheduler扩容/...
  • 扩/缩容

    DolphinScheduler扩容/缩容 文档 1. DolphinScheduler扩容文档 1.1. 基础软件安装(必装项请自行安装) 1.2. 获取安装包 1.3. 创建部署用户 1.4. 修改配置 1.4. 重启集群&验证 2. 缩容 2.1 停止缩容节点上的服务 2.2 修改配置文件 DolphinScheduler扩容/...
  • 安装并设置 kubectl

    安装并设置 kubectl 准备开始 安装 kubectl 使用本地软件包管理软件安装 kubectl 二进制文件 在 Ubuntu 上使用 snap 安装 kubectl 在 macOS 上用 Homebrew 安装 kubectl 在 macOS 上用 Macports 安装 kubectl 从 PSGallery 通过 Powershell...
  • 安装

    安装 1 用脚本安装 2 从 GitHub Release 页面手动下载安装 3 用 asdf 安装 English 安装 提示 当前 dtm 发行版支持如下操作系统与 CPU 架构组合: Darwin/arm64 Darwin/amd64 Linux/amd64 1 用脚本安装 进入你的工作目录,运行: Bash sh...
  • Hack 17. Grep Command Examples

    Hack 17. Grep Command Examples How can I find all lines matching a specific keyword on a file? How many lines matched the text pattern in a particular file? How to search a text ...