- 博客(5)
- 资源 (9)
- 收藏
- 关注
原创 maven在idea中使用junit时,运行要测试的类,提示class not found。
maven在idea中使用junit时,运行要测试的类,提示class not found。需要把.idea配置文件删了,然后重启,之后就可以了。
2023-01-12 20:01:58
623
1
原创 metaspolit提示Exploit failed: You must select a target.
在kali linux中使用metasplit中在选择完漏洞目标和设置完rhost后,输入命令exploit,如果提示Exploit failed: You must select a target.可以输入show target在列出的target中选择,通过命令set target target名称来进行设置之后重新输入exploit进行攻击...
2022-05-18 11:26:52
3819
原创 linux中boot.log,messages,secure,dnf,cron日志文件的作用
/var/log/boot.log与系统启动相关的信息的仓库/var/log/syslog 或/var/log/messages包含系统相关信息,几乎包含所有活动数据的信息,基于redhat的linux实用message,而基于debian的(比如ubuntu),使用syslog。/var/log/auth.log 或/var/log/secure**存储认证相关信息,包括成功和失败的登录和认证。根据系统类型不同,基于debian的(如ubuntu),在/var/log/auth.log,基于
2022-03-27 10:55:36
4813
原创 linux安装软件时Stuck at 0% [waiting for headers]错误
linux安装软件时出现Stuck at 0% [waiting for headers]错误,网络能正常链接但是无法下载。解决方案:在终端里输入如下命令sudo apt-get clean之后重新执行软件的安装命令即可
2022-03-25 21:13:23
1684
原创 ubuntu安装tpm2-tools
打开终端,输入如下命令sudo apt updatesudo apt install tpm2-toolsTPM 2.0 实用程序该软件包包含一组与 TPM 2.0 芯片一起使用的工具,用于硬件提供的常见任务和功能;例如进行基本的密钥管理、认证、加密和签名。主页:https://github.com/01org/tpm2.0-tools版本:2.1.0-1build1...
2022-03-25 21:09:33
2219
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人