搜索内容

最新文章

  • 系统运维

    华为交换机(s5700)配置DHCP中继

    1、全局开启dhcp服务 #dhcp enable 2、在需要DHCP的VLAN中配置中继 interface Vlanif10ip address 192.168.10.254 255.255.255.0dhcp select relay……
    editor 2022-07-26
  • 系统运维

    linux测试UDP端口

    nc -zvu x.x.x.x 500 -z Zero-I/O mode, report connection status only -u, --udp Use UDP instead of default TCP -v, --verbose Set verbosity l……
    editor 2022-07-19
  • 系统运维

    光纤OM和OS区别

    editor 2022-07-18
  • 系统运维

    iperf3 带宽测试

    PS:-u为UDP,-t 是测试时间,-P 是并发数,-R是反向发包测试,在iperf3测试中,不加任何限制参数能得到跑出来得带宽数,可以指定带宽和时间,并发数等。 ……
    editor 2022-07-13
  • 系统运维

    WINDOWS 导入证书

    1、将证书放入C:\CA\ 目录 2、已管理员方式打开cmd,执行:certutil -addstore -f root "c:\CA\xx.cert" 3、验证:已管理员方式打开mmc,添加证书,然……
    editor 2022-07-13
  • 系统运维

    以太网最大报文长度1500,为何要超它?

    转发来源:https://www.wangan.com/p/7fy7f44d987b2de2 既然 Ethernet 的最大报文长度是 1500,我们有什么理由发送大的报文呢?大的报文会导致 ip 分段。 ……
    editor 2022-07-11
  • 系统运维

    AWS EC2挂载新存储(EBS)

    1.查看存储块信息 lsblk 2.格式化存储块 mkfs -t xfs /dev/nvme1n13.挂载至/data目录下 mount /dev/nvme1n1 /data 4.查看存储块ID blkid5.……
    editor 2022-07-11
  • 系统运维

    shell 脚本中日期运算

    一个月中第几天 [root@ecs-centos-7 ~]# date +%Y%m%d20201023[root@ecs-centos-7 ~]# date +%d23[root@ecs-centos-7 ~]# date +%d -d "20201013"13date +……
    xiaobeikelian 2022-07-08
  • 系统运维

    linux 清除内存缓存(cache)

    sysctl -w vm.drop_caches=1sysctl -w vm.drop_caches=2sysctl -w vm.drop_caches=3
    editor 2022-07-07
  • 系统运维

    linux查看程序(应用)线程数

    1、[root@hq_receive_3_bak_ 172.18.225.29 /data/hs-sdk-service/hs-sdk-schedules]$pstree -p 32621 | wc -l1322、[root@hq_receive_3_bak_ 172.18.225.29 ……
    editor 2022-07-07