• Enterprise Suse运维


    1,Suse CDH4安装

    wget archive.cloudera.com/cdh4/one-click-install/redhat/6/x86_64/cloudera-cdh-4-0.x86_64.rpm

    cloudera-cdh4.repo内容

    [cloudera-cdh4]
    name=Cloudera's Distribution for Hadoop, Version 4
    baseurl=http://archive.cloudera.com/cdh4/redhat/6/x86_64/cdh/4/
    gpgkey = http://archive.cloudera.com/cdh4/redhat/6/x86_64/cdh/RPM-GPG-KEY-cloudera    
    gpgcheck = 1
    
    suse包管理工具
    zypper 与 yast;

    Ubuntu
    dpkg 与 apt;

    lsblk  列出所有的块设备,而且还能显示他们之间的依赖关系

    参数:

     -a, --all            显示所有设备
     -b, --bytes          以bytes方式显示设备大小
     -d, --nodeps         不显示 slaves 或 holders
     -D, --discard        print discard capabilities
     -e, --exclude <list> 排除设备 (default: RAM disks)
     -f, --fs             显示文件系统信息
     -h, --help           显示帮助信息
     -i, --ascii          use ascii characters only
     -m, --perms          显示权限信息
     -l, --list           使用列表格式显示
     -n, --noheadings     不显示标题
     -o, --output <list>  输出列
     -P, --pairs          使用key="value"格式显示
     -r, --raw            使用原始格式显示
     -t, --topology       显示拓扑结构信息

    http://l.51yip.com/search/lsblk;



  • 相关阅读:
    每日总结19
    每日博客
    每日博客
    每日博客
    每日博客
    今日收获
    python 基础学习
    python 基础学习
    python 基本语法学习
    【Rust】格式化Formatting
  • 原文地址:https://www.cnblogs.com/ruiy/p/suse-nix.html
Copyright © 2020-2023  润新知