实用技能:60个常用的Linux命令 ●查看硬件信息相关命令(8个) ifconfig free fdisk ethtool mii-tool dmidecode dmesg lspci ●其它(19个) echo printf rpm yum watch alias unalias date cl ...
分类:
系统相关 时间:
2021-01-06 12:19:17
阅读次数:
0
下载安装busybox:wgethttps://busybox.net/downloads/busybox-1.32.0.tar.bz2yuminstall-ybzip2gccgcc-c++glibcglic-develmakepcrepcre-developensslopenssl-develsystemd-develzlib-develglibc-staticncurses-develtarx
分类:
系统相关 时间:
2020-09-14 19:08:37
阅读次数:
43
CentOS6网卡名称Centos6网卡接口命名方式:以太网:eth[0,1,2,...]PPP:ppp[0,1,2,…]网络接口识别并命名相关的udev配置文件:/etc/udev/rules.d/70-persistent-net.rules此文件主要是记录网卡的信息,这个文件在虚拟机克隆的时候比较有用处,一般说来,虚拟机克隆,相应也会把网卡物理地址克隆过来,所以需要到这个文件里把相应的网卡记
分类:
其他好文 时间:
2020-07-28 00:07:03
阅读次数:
104
1.速率和带宽?吞吐量?总时延?丢包率?抖动? 2.新键和并发区别? 3.netPerf工具的作用?使用方法?局限性? 4.RFC2544? 5.ifconfig作用? 6.ip命令作用? 7.网络排障基本应用? 8.ethtool工具作用?应用? 9.ICMP应用?Ping?tracert? 10 ...
分类:
其他好文 时间:
2020-06-25 21:27:28
阅读次数:
73
static int bnxt_setup_flower(struct net_device *dev, struct tc_cls_flower_offload *cls_flower) { struct tc_mqprio_qopt *mqprio = type_data; struct bnx ...
分类:
其他好文 时间:
2020-05-07 13:33:24
阅读次数:
77
[root@localhost vpp]# ethtool -k enp125s0f0 | grep hw-tc-offload hw-tc-offload: off [fixed] [root@localhost vpp]# [root@localhost vpp]# ethtool -k enp ...
分类:
其他好文 时间:
2020-04-29 13:01:22
阅读次数:
114
问题现象:xenserver版本:7.1cu1解决方法:使用ethtool-ieth0查看网卡驱动版本,根据citrix官方KB需要更新网卡驱动https://support.citrix.com/article/CTX226402?download
分类:
其他好文 时间:
2020-04-03 18:31:33
阅读次数:
123
一,ethtool命令所属的包 [root@centos8 liuhongdi]# whereis ethtool ethtool: /usr/sbin/ethtool /usr/share/man/man8/ethtool.8.gz [root@centos8 liuhongdi]# rpm -q ...
分类:
其他好文 时间:
2020-04-03 12:07:06
阅读次数:
298
Linux查看操作系统发行版本cat/etc/redhat-releaseCentOSLinuxrelease7.4.1708(Core)查看操作系统信息:uname-aLinuxiz2ze9n3z2fl9zj9hrv58vz3.10.0-693.2.2.el7.x86_64#1SMPTueSep1222:26:13UTC2017x86_64x86_64x86_64GNU/Linux看看CPU个数
分类:
系统相关 时间:
2020-03-23 18:51:36
阅读次数:
126