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

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

  • linux cd 命令的几个技巧

    用法: help cd cd: cd [-L|[-P [-e]]] [dir]Change the shell working directory. 1,回到当前用户的主目录...

  • centos7 安装 lldb

    Install CentOS SCLo RH Testing repository: yum install centos-release-scl-rh Install ll...

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

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

  • ts开发node应用

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

  • centos 7 systemtap 安装

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

  • 120
    Linux下查看进程线程数的方法

    1,top -H -p ${pid}或者 top -p ${pid} 然后 shit + H top -H -p 4705 top - 14:43:48 up 180 day...

  • linux环境变量设置

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

  • centos7 安装 hadoop2.8.1

    1,查看操作系统版本 [hadoop@vm172-31-64-34 ~]$ cat /etc/centos-release CentOS Linux release 7.0....