• linux功能命令


    端口扫描

    nc -nvz 175.24.120.234 1-1000

    创建多级目录

    https://www.jianshu.com/p/d9be0321f519

    ssh-proxycommand;自动跨过中间节点,直达目标

    https://cikeblog.com/proxycommand.html

    删除大文件或者大量文件的文件夹

    https://blog.csdn.net/liuxiao723846/article/details/51626305

    https://blog.csdn.net/sd4493091/article/details/80414053

    git-clone使用代理

    https://www.cnblogs.com/chenzhaoyu/p/12936989.html

    git-clone使用非标端口

    https://blog.csdn.net/leeshunpeng/article/details/80234382

    ssh免密登录(权限满足)

    ssh-copy-id -i ~/.ssh/id_rsa.pub work@172.1.2.3(输密码)

    ~ 755
    ~/.ssh 700
    ~/.ssh/authorized_keys 644 或 600

    修改hostname

    https://www.linuxdashen.com/3%E7%A7%8D%E6%96%B9%E6%B3%95%E6%9B%B4%E6%94%B9linux%E7%B3%BB%E7%BB%9F%E7%9A%84%E4%B8%BB%E6%9C%BA%E5%90%8Dhostname

    网卡添加IP

    http://www.361way.com/ifconfig-ip-ip/1835.html

    挂载盘

    https://www.cnblogs.com/cc66/p/9414718.html

    出现mount: unknown filesystem type 'LVM2_member'的解决方案

    https://blog.csdn.net/a19860903/article/details/54894534

    修改ulimit最大可以设置的值(ulimit: open files: cannot modify limit: Operation not permitted)

    https://blog.csdn.net/Del_Zhu/article/details/50848775

  • 相关阅读:
    Redis概述
    容器化VS微服务
    HTTP协议
    Java传参都是传引用变量的副本
    短连接、长连接和短轮询、长轮询
    Netty 5 获取客户端IP(非HTTP)
    Linux上从Java程序中调用C函数
    【转载】Log4j详细使用教程
    【转载】Windows下VSCode编译调试c/c++
    SpringCloud与Seata分布式事务初体验
  • 原文地址:https://www.cnblogs.com/jinbangyi/p/14468446.html
Copyright © 2020-2023  润新知