美文网首页
常用命令

常用命令

作者: Feel君 | 来源:发表于2016-05-07 11:56 被阅读62次
    1. 更改主机名称:
      $ sudo scutil --set HostName yourname
      $ scutil --get HostName

    2. 更改网络共享名:
      $ sudo scutil --set ComputerName yourComputerName
      $ scutil --get ComputerName

    3. scp -r docs/* yoona@192.168.10.51:/Users/yoona/Documents/

    4. 随机生成mac地址:openssl rand -hex 6 | sed 's/(..)/\1:/g; s/.$//'

    相关文章

      网友评论

          本文标题:常用命令

          本文链接:https://www.haomeiwen.com/subject/lpajrttx.html