04 2021 档案

摘要:当Ubuntu安装软件时报错 E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable)E: Unable to acquire the dpkg frontend l 阅读全文
posted @ 2021-04-28 10:25 小羊不爱学习 阅读(117) 评论(0) 推荐(0)
摘要:靶机下载地址:https://pan.baidu.com/s/1xmZA1xUU_oDTwllIJNSwlA 提款码:6666 靶机IP地址:192.168.137.128 Kali IP地址:192.168.137.137 获取靶机开放端口的服务版本信息 nmap -sV 192.168.137. 阅读全文
posted @ 2021-04-28 09:25 小羊不爱学习 阅读(279) 评论(0) 推荐(0)
摘要:A1、登录安全加固 1、密码策略 最小密码长度不少于16个字符 /etc/login.defs PASS_MIN_LEN=16 2、登录策略 在用户登录时系统会出现”For authorized users only”的提示信息 /etc/issue 配置文件末尾添加 一分钟内允许4次登录失败,超过 阅读全文
posted @ 2021-04-27 18:49 小羊不爱学习 阅读(4948) 评论(1) 推荐(1)
摘要:安装CentOS 6.8使用yum命令报错 使用四条命令,就可以正常使用yum了 sed -i "s|enabled=1|enabled=0|g" /etc/yum/pluginconf.d/fastestmirror.conf curl -o /etc/yum.repos.d/CentOS-Bas 阅读全文
posted @ 2021-04-24 19:29 小羊不爱学习 阅读(486) 评论(0) 推荐(0)