• 2016-08-29


    tar命令中的-C作用

    mkdir  -p  ~/tmp  ~ 表示当前用户根目录 ,-p表示,比如在pi用户下就在/homr/pi下创建tmp

    mkdir -p:
    创建一条完整的路径,如mkdir -p d1/d2/d3/d4,
    当路径中的某个目录已经存在时,跳过该目录继续创建下一级目录。

    mkdir -m:
    在创建目录的同时设定权限(而不是采用umask默认值)。
    如:mkdir -p -m 664 d1/d2/d3/d4。创建目录的同时设定权限为664。
     
     
     
    update capture device, to use the new loaded Loopback virtual audio device 
     更新采集设备,使用新的负载回路虚拟音频设备
     
    uninstall built-in nodejs
    卸载内置Nodejs
     
    noble  高尚的
    Inspections  检查
     
    the noble souce code we are going to use dependents on debug and bluetooth-hci-socket modules, and we use the require module to send bluetooth devices detail to python process add MemberID to bluetooth_keys table, only if the column does not exist
    高贵的源代码我们要使用依赖于调试和蓝牙HCI插座模块,我们使用需要模块发送的蓝牙设备的详细过程memberid到bluetooth_keys Python添加表,只有列不存在
     
    install cron, a task scheduling tool. jessie has cron installed by default change mirror 
    安装cron任务调度工具。杰西已经默认安装cron改变镜
     
    install cron, a task scheduling tool. jessie has cron installed by default reboot at midnight
    安装cron任务调度工具。杰西已经默认安装cron重新启动,在午夜
     

    initials  首字母
    tips      提示
    entrance  入口
    residents  居民
    manual    手册
    threshold  门槛
    Minimize pannel when not in used  当不使用最小化面板
    Reserve space, and not covered by maximized windows  保留空间,并没有覆盖最大化的窗口
    Size when minimized  尺寸最小化时
    script   脚本
    mirror  镜子
    autoload  自动加载
    bundle  捆绑



  • 相关阅读:
    linux工具-awk
    linux工具-sed
    linux工具-grep
    linux编程-bash
    linux命令-sort
    linux命令-seq
    linux命令-find
    linux命令-split
    IDEA去除xml文件中的屎黄色背景
    Rabbit 基于cloud 的配置使用结构流程
  • 原文地址:https://www.cnblogs.com/yygsj/p/5818185.html
Copyright © 2020-2023  润新知