240 发简信
IP属地:福建
  • ansible 快速入门

    一、为什么选择ansible 二、ansible工作原理 三、安装 四、配置文件 五、常用参数 六、模块 七、ad-hoc 八、playbook

  • linux cd 命令的几个技巧

    用法: help cd cd: cd [-L|[-P [-e]]] [dir]Change the shell working director...

  • centos7 安装 lldb

    Install CentOS SCLo RH Testing repository: yum install centos-release-sc...

  • linux 查看命令帮助的几种方法

    1,command --help/-h2,info command3,man command4,help command适用于内部命令5,wha...

  • ts开发node应用

    1,安装typescript有两种主要的方式来获取TypeScript工具: 通过npm(Node.js包管理器) 安装Visual Studi...

  • centos 7 systemtap 安装

    1,安装systemtap和kernel-devel包 yum install systemtap kernel-devel 2,查看自己的内核...

  • Resize,w 360,h 240
    Linux下查看进程线程数的方法

    1,top -H -p ${pid}或者 top -p ${pid} 然后 shit + H top -H -p 4705 top - 14:4...

  • linux环境变量设置

    1,本地环境变量2,用户环境变量3,系统环境变量