240 发简信
IP属地:湖北
  • 2021-03-21 docker使用registry搭建私有仓库服务

    docker使用registry搭建私有仓库服务。 操作环境: 1. ubuntu 20.04运行docker仓库服务。 2. win10测试从...

  • 2021-03-16 vim调整横竖屏分屏

    先Ctrl + w,然后 Shift + h: 将当前缓冲区置于终端最左侧,并占据整个终端高度; 先Ctrl + w,然后 Shift + k:...

  • 2021-03-02 修改git仓库ip

    1、git remote -v查看当前地址 git remote -v origin git@10.70.70.82:~/ez_hash.git...

  • 2020-09-03 awk求和

    tx_pkt=0;/usr/local/bin/omcli -c "show interface 1/r/1-16 counter" | gr...

  • 2020-06-05 centos设置dns

    sudo nmcli con mod enp0s3 ipv4.dns "202.103.24.68" sudo nmcli con up enp0s3

  • 2020-06-04 仓库中查找文件在哪个包

    查找文件在哪个包: ubuntu: sudo apt-get install apt-file sudo apt-file update apt...

  • 2020-04-28 简单测试web请求的方法

    1. ab工具 测试get请求 ab -n 100000 -c 8 http://172.21.25.16:8080/demo_system...

  • 2020-04-27 短连接耗尽端口问题

    https://blog.csdn.net/u010585120/article/details/80826999 通过打开tcp_timest...

  • 2020-04-26 proxychains4指定命令代理

    proxychains4设置命令走代理 查ip: proxychains4 curl myip.ipip.net proxychains4 wg...