书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 19324 个相关结果.
  • 架设服务器

    架设服务器 现在我们过一边服务器端架设 SSH 访问的流程。本例将使用 authorized_keys 方法来给用户授权。我们还将假定使用类似 Ubuntu 这样的标准 Linux 发行版。首先,创建一个名为 'git' 的用户,并为其创建一个 .ssh 目录。 $ sudo adduser git $ su git $ cd $ mk...
  • Shells与模式

    1290 2018-03-25 《Bash Handbook》
    Shells与模式 交互模式 非交互模式 返回值 Shells与模式 bash shell有交互和非交互两种模式。 交互模式 Ubuntu用户都知道,在Ubuntu中有7个虚拟终端。桌面环境接管了第7个虚拟终端,于是按下Ctrl-Alt-F7 ,可以进入一个操作友好的图形用户界面。 即便如此,还是可以通过Ctrl-Alt-F1 ,来打开...
  • WebAssembly

    WebAssembly Freestanding WASI WebAssembly Zig supports building for WebAssembly out of the box. Freestanding For host environments like the web browser and nodejs, build a...
  • CLI

    Command Line Interface (CLI) Installation Running Running Cli Cli Parameters CLI Special Command Note on using the CLI with OpenID Connect Auth enabled on Server side configura...
  • Command Line Interface

    Command Line Interface(CLI) Installation Running Running Cli Cli Parameters CLI Special Command Note on using the CLI with OpenID Connect Auth enabled on Server side configurat...
  • Creating a New Electron Browser Module

    Creating a New Electron Browser Module Add your files to Electron’s project configuration Create API documentation Set up ObjectTemplateBuilder and Wrappable Link your Electro...
  • 在本地开发和调试服务

    在本地开发和调试服务 准备开始 开发和调试现有的服务 接下来 在本地开发和调试服务 Kubernetes 应用程序通常由多个独立的服务组成,每个服务都在自己的容器中运行。 在远端的 Kubernetes 集群上开发和调试这些服务可能很麻烦,需要 在运行的容器上打开 Shell , 然后在远端 Shell 中运行你所需的工具。 teleprese...
  • 用户态异常信息说明

    用户态异常信息说明 用户态异常信息说明 用户态在运行过程中,可能由于各种原因出现用户态系统异常,异常信息如下所示: ##################excFrom: User!#################### prefetch_abort fault fsr : 0x5 , far : 0x00000000 Transla...
  • Console Commands

    Console Commands The CakePHP Console Console Applications Renaming Commands Commands CakePHP Provided Commands Routing in the Console Environment Console Commands In addi...
  • Connecting to Endpoints

    Connecting to Endpoints Connecting Using the mongo Shell Connecting Using a Connection String Connecting to Endpoints When you have your endpoint, either cluster or instance,...