书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 19324 个相关结果.
  • 31. Shell脚本

    第 31 章 Shell脚本 第 31 章 Shell脚本 目录 1. Shell的历史 2. Shell如何执行命令 2.1. 执行交互式命令 2.2. 执行脚本 3. Shell的基本语法 3.1. 变量 3.2. 文件名代换(Globbing):* ? [] 3.3. 命令代换:`或 $() 3.4. 算术代...
  • 5. HBase Shell

    The Apache HBase Shell 13. Ruby脚本 14. 非交互式运行Shell 15. 操作系统脚本中的HBase Shell 15.1. 脚本中检查结果 16. 从命令文件读取HBase Shell命令 17. Passing VM Options to the Shell 18. Shell技巧 18.1. Table v...
  • SQL to SequoiaDB shell to PHP

    SQL to SequoiaDB shell to PHP SQL to SequoiaDB shell to PHP SequoiaDB 的查询用json(bson)对象表示,下表以例子的形式显示了SQL语句,SequoiaDB shell语句和SequoiaDB PHP驱动程序语法之间的对照关系。 SQL SequoiaDB shell PHP...
  • SQL to SequoiaDB shell to C

    SQL to SequoiaDB shell to C SQL to SequoiaDB shell to C SequoiaDB 的查询用 json(bson)对象表示,下表以例子的形式显示了 SQL 语句,SequoiaDB shell 语句和 SequoiaDB C 驱动程序语法之间的对照。 SQL SequoiaDB shell C Dri...
  • Shell提权问题

    9.1 Shell提权问题 9.1 Shell提权问题 问题报告:http://drops.wooyun.org/papers/3062 问题分析:Redis 安全模型的观念是: “请不要将Redis暴露在公开网络中, 因为让不受信任的客户接触到Redis是非常危险的” 。The Redis security model is: “i...
  • Get a Shell to a Running Container

    Get a Shell to a Running Container Before you begin Getting a shell to a container Writing the root page for nginx Running individual commands in a container Opening a shell wh...
  • 什么是Shell脚本

    什么是Shell脚本 示例 示例解释 shell和shell脚本的概念 什么是Shell脚本 示例 看个例子吧: #!/bin/sh cd ~ mkdir shell_tut cd shell_tut for (( i = 0 ; i < 10 ; i ++)); do touch test_...
  • 59.6 使用内嵌shell

    59.6 使用内嵌shell 59.6 使用内嵌shell Spring Boot包括完整的BASH和zsh shells的命令行脚本,如果这两种你都不使用(可能你是一个Window用户),那你可以使用shell 命令启用一个集成shell。 $ spring shell Spring Boot ( v1 . 4.1 . RELEASE...
  • 49.1.1 远程shell证书

    49.1.1 远程shell证书 49.1.1 远程shell证书 你可以使用management.shell.auth.simple.user.name 和management.shell.auth.simple.user.password 属性配置自定义的连接证书,也可以使用Spring Security的AuthenticationManage...
  • SSH(Secure Shell)介绍

    SSH(Secure Shell)介绍 SSH 安装 SSH 修改连接端口 设置超时 SSH 允许 root 账户登录 SSH 不允许 root 账户登录 SSH 密钥登录 限制只有某一个IP才能远程登录服务器 限制某些用户可以 SSH 访问 修改完配置都要记得重启服务 常用 SSH 连接终端 SSH 资料 SSH(Secure ...