上传镜像文件到/mnt文件夹下,或者上传到其他文件夹下 挂载镜像路径/mnt/cdrom 在mnt文件夹下创建cdrom文件夹 创建命令:mkdir cdrom 挂载镜像命令:mount rhel-server-7.6-x86_64-dvd.iso cdrom 配置yum文件:vim /etc/yu ...
分类:
其他好文 时间:
2021-04-08 13:36:06
阅读次数:
0
1、查找/var目录下属主为root,且属组为mail的所有文件 有目录没有文件,-type f [14:29:30 root@centos7 ~]#find /var -user root -a -group mail -ls 67142179 4 drwxrwxr-x 2 root mail 4 ...
分类:
其他好文 时间:
2021-04-08 13:25:06
阅读次数:
0
filter CTF 输入url http://dc1ce3ad-eed4-48fd-a068-71aef12f7654.node.vaala.ink?file=demo.php 参考题目filter php://filter:读取Php文件 ?file=php://filter/convert.b ...
分类:
其他好文 时间:
2021-04-08 13:17:42
阅读次数:
0
在centos7.5中解决bash: pip:command not find 问题 [root@localhost ~]# python get-pip.py Hi there! The URL you are using to fetch this script has changed, and ...
分类:
其他好文 时间:
2021-04-08 13:04:02
阅读次数:
0
解析properties文件 Properties properties = new Properties(); File file = new File("log4j properties"); //InputStream 是一个抽象类,不能new InputStream,但是可以创建一个子类的n ...
分类:
编程语言 时间:
2021-04-07 11:42:41
阅读次数:
0
一、pip安装selenium pip install -U selenium 二、pycharm自带方式来安装selenium 1、打开菜单栏file-settings,进入配置页面 2、在配置页面,点击“+”按钮 3、在搜索框中输入selenium,点击Install Package 4、安装成 ...
分类:
其他好文 时间:
2021-04-07 11:40:06
阅读次数:
0
查找 find . -type f -size +10M -print0 | xargs -0 du -h | sort -nr 删除,指定名字的所有文件 find ./xx -name "xx" -type f -print -exec rm -rf {} \; 计数 ls -l|grep "^- ...
分类:
系统相关 时间:
2021-04-07 11:19:58
阅读次数:
0
原因:未将客户端上传的File文件,处理为MultipartFile 解决:在xml中配置如下 <bean id="multipartResolver" class="org.springframework.web.multipart.commons.CommonsMultipartResolver ...
分类:
其他好文 时间:
2021-04-07 10:53:58
阅读次数:
0
伪指令不是真正的指令,而是为了方便NASM汇编器而存在,但是它们的地位与真正的指令相同: label: instruction operands ; comment instruction部分就可以是伪指令 Dx和RESx Dx声明初始化的数据: db 0x55 ; just the byte 0x ...
分类:
其他好文 时间:
2021-04-07 10:53:23
阅读次数:
0
WARNING: Found orphan containers (toolbox-web) for this project. If you removed or renamed this service in your compose file, you can run this command ...
分类:
其他好文 时间:
2021-04-07 10:38:38
阅读次数:
0