安装openscap$sudoyuminstall-yopenscap-scannerscap-security-guide更新/usr/share/openscap/cpe/下的openscap-cpe-dict.xml和openscap-cpe-oval.xml见附件上传ssg-centos8-ds.xml到目录/usr/share/xml/scap/ssg/content/见附件评估PCI-
分类:
其他好文 时间:
2020-05-11 01:29:29
阅读次数:
100
内置函数(len,in,not in) #len计算长度,可以是元组、列表,字典等 a = 'hello,world' res = len(a) print(res) 11 #in:在....里面,not in:不在....里面(输出结果为布尔形式) keys、values info = { 'na ...
分类:
其他好文 时间:
2020-05-10 17:37:10
阅读次数:
61
一、什么是zabbix及优缺点(对比cacti和nagios) Zabbix能监视各种网络参数,保证服务器系统的安全运营;并提供灵活的通知机制以让系统管理员快速定位/解决存在的各种问题。是一个基于WEB界面的提供分布式系统监视以及网络监视功能的企业级的开源解决方案。 agent端:主机通过安装age ...
分类:
其他好文 时间:
2020-05-10 17:14:55
阅读次数:
62
计算机并不能产生真正的随机数,而是已经编写好的一些无规则排列的数字存储在电脑里,把这些数字划分为若干相等的N份,并为每份加上一个编号用srand()函数获取这个编号,然后rand()就按顺序获取这些数字,当srand()的参数值固定的时候,rand()获得的数也是固定的,所以一般srand的参数用t ...
分类:
编程语言 时间:
2020-05-07 00:40:45
阅读次数:
77
DBGvpp# show pci Address Sock VID:PID Link Speed Driver Product Name Vital Product Data 0000:05:00.0 0 19e5:0200 8.0 GT/s x16 vfio-pci Huawei IN200 2* ...
分类:
其他好文 时间:
2020-05-06 16:47:00
阅读次数:
144
4月30日晚21点整,Intel正式发布了面向台式机桌面市场的第十代酷睿处理器,代号Comet Lake-S,在核心、频率、超频、超线程、散热、内存、网络等各方面都有显著提升。 ——主要亮点:全方位提速 整体来讲,十代桌面酷睿这次从最高8核心16线程、16MB三级缓存提升到了最高10核心20线程、2 ...
分类:
其他好文 时间:
2020-05-02 18:42:00
阅读次数:
88
[root@localhost ~]# lshw -class network -businfo Bus info Device Class Description pci@0000:05:00.0 enp5s0 network Hi1822 Family (2*25GE) pci@0000:06: ...
分类:
其他好文 时间:
2020-04-21 18:15:50
阅读次数:
100
30 # on RHEL pci.ids is locate on /usr/share/hwdata/pci.ids. 31 sudo find . -xdev \ 32 -path './sys/*' -prune -o \ 33 -path './tmp/*' -prune -o \ 34 - ...
分类:
其他好文 时间:
2020-04-15 18:15:18
阅读次数:
81
Concentrated on the listed 3 things PCIe total solutions, especially the cutting-edge technology ... Coding quality, matrurity and efficiency (C,Bash, ...
分类:
其他好文 时间:
2020-04-08 18:47:52
阅读次数:
74
The PCI Express Capability definitions below are based on the PCI Express 2.1 Base specification. Implementations may choose to base the device on a s ...
分类:
其他好文 时间:
2020-04-08 16:22:24
阅读次数:
98