摘要:
1.跨站脚本攻击分类不包括以下哪种?(B) A DOM型xss B 跨站伪造请求csrf C 存储型xss D反射型xss 注:XSS就三种 存储反射 DOM 阅读全文
摘要:
deb: 添加默认路由:route add default gw 8.46.192.1 添加网段路由:route add -net 8.46.0.0/19 gw 8.46.192.1 删除路由:把 add 改为 del rpm: sudo ip route add (default|8.46.0.0 阅读全文
摘要:
rpm: 1.IP a 查看网卡名 ens256 2.uuidgen ens256 生成UUID 3./etc/sysconfig/network-scripts add ifcfg-ens256 4.sudo vim ifcfg -ens256 4.重启网络服务:systemctl restart 阅读全文
摘要:
set nocompatible 阅读全文