书栈网 · BookStack 本次搜索耗时 0.022 秒,为您找到 14976 个相关结果.
  • 转发 Unix 域套接字

    转发 Unix 域套接字 转发 Unix 域套接字 这个示例通过配置 Unix域套接字客户端插件来通过 TCP 端口访问内网的 Unix域套接字服务,例如 Docker Daemon。 frps.ini 内容如下: [ common ] bind_port = 7000 frpc.ini 内容如下: [ common ] ...
  • 6. Unix cat program

    295 2021-01-22 《Deno v1.7.0 Manual》
    An implementation of the unix “cat” program Concepts Example An implementation of the unix “cat” program Concepts Use the Deno runtime API to output the contents of a fi...
  • 1.6.1. Unix 文本工具

    1.6.1. Unix 文本工具 1.6.1. Unix 文本工具 这里有一些在类 Unix 系统中经常使用到的标准文本处理工具。 没有使用正则表达式: cat(1) 连接文件并输出全部的内容。 tac(1) 连接文件并反向输出。 cut(1) 选择行的一部分并输出。 head(1) 输出文件的开头。 tail(1) 输出文件...
  • Network or UNIX-domain socket

    Network or UNIX-domain socket Network or UNIX-domain socket OpenBSD ‘s netcat can support both network(based on TCP/IP or UDP/IP ) and UNIX-domain sockets. netcat will use ...
  • 4 Zabbix agent 2 (UNIX)

    4 Zabbix agent 2 (UNIX) Overview Parameters 4 Zabbix agent 2 (UNIX) Overview Zabbix agent 2 is a new generation of Zabbix agent and may be used in place of Zabbix agent. Thi...
  • 4 Zabbix agent 2 (UNIX)

    385 2021-04-18 《Zabbix 5.0 MANUAL》
    This topic does not exist yet This topic does not exist yet You’ve followed a link to a topic that doesn’t exist yet. If permissions allow, you may create it by clicking on “Cr...
  • 1.2.1. Unix 文件基础

    1.2.1. Unix 文件基础 1.2.1. Unix 文件基础 下面是一些 Unix 文件基础。 文件名是 区分大小写 的。也就是说, “MYFILE “ 和 “MyFile “ 是不同的文件。 根目录 意味着文件系统的根,简单的称为“/ ”,不要把它跟root用户的家目录“/root ”混淆了。 每个目录都有一个名字,它可以包含任...
  • 4 Zabbix agent 2 (UNIX)

    4 Zabbix agent 2 (UNIX) 概述 参数详情 Alias AllowKey BufferSend BufferSize ControlSocket DebugLevel DenyKey EnablePersistentBuffer ForceActiveChecksOnStart HeartbeatFrequency ...
  • Unix Timestamp (seconds)1.6.0+

    Unix Timestamp (seconds)1.6.0+ Unix Timestamp (seconds)1.6.0+ moment . unix ( Number ) To create a moment from a Unix timestamp (seconds since the Unix Epoch), use mom...
  • fnmatch —- Unix filename pattern matching

    fnmatch —- Unix filename pattern matching fnmatch —- Unix filename pattern matching Source code: Lib/fnmatch.py This module provides support for Unix shell-style wildcards, ...