美文网首页
depbian学习(一),超实用命令

depbian学习(一),超实用命令

作者: 木子_vajra | 来源:发表于2024-02-04 00:51 被阅读0次

    1、网络端口查看

    sudo apt install -y lsof
    lsof -i :8080
    

    2、服务器性能查看nmon

    sudo apt install -y nmon
    

    3、命令补全

    sudo apt install -y bash-completion
    

    4、轻量化浏览器桌面

    sudo apt install -y cockpit
    

    5、curl网页命令行工具

    sudo apt install -y curl
    

    6、wget命令行下载工具

    sudo apt install -y curl
    

    7、man命令说明工具

    sudo apt install -y man
    man ss
    

    相关文章

      网友评论

          本文标题:depbian学习(一),超实用命令

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