
1、支持的参数列表 -a file 从文件中读入作为 stdin -e flag ,注意有的时候可能会是-E,flag必须是一个以空格分隔的标志,当xargs分析到含有flag这个标志的时候就停止。 -p 当每次执行一个argument的时...

1、支持的参数列表 -a file 从文件中读入作为 stdin -e flag ,注意有的时候可能会是-E,flag必须是一个以空格分隔的标志,当xargs分析到含有flag这个标志的时候就停止。 -p 当每次执行一个argument的时...

1、常用参数 参数组 参数 描述 url url 需要抓取的一到多个URLs; 多个下面通配符的方式: 1、http://{www,ftp,mail}.aiezu.com; 2、http://aiezu.com/images/[001-99...

1、安装nvm 通过nvm来管理多本版npm,先安装nvm 下载地址:https://github.com/nvm-sh/nvm/tags 根据实际需要选择版本 [root@centos dl]# wget https://github.c...

pyhton新版本中使用requests请求时会报这样的错误 SSLError("Can't connect to HTTPS URL because the SSL module is not available 网上找的解决办法是在pi...

首先删除旧的pip2 yum -y remove python-pip # 下载pip2安装脚本 wget https://bootstrap.pypa.io/pip/2.7/get-pip.py python get-pip.py

1、新建 网上找的lvm结构图 对磁盘创建分区,也可以不创建分区,直接将整个盘变成pv,但是不建议这么做 查看当前系统识别到的磁盘 [root@datacentercm ~]# lsblk NAME MAJ:MIN RM...

os:centos7,需要用到的工具:iostat、iotop、pidstat 1、iostat工具 如果没有这个工具可以通过yum安装 [root@centos ~]# yum -y install sysstat [root@cento...

centos7安装nexus3.x私服 1、安装配置jdk 可以自行下载,也可以在github上下载 https://github.com/openjdk/jdk 下载完后解压并将目录改名为java保存在/data/java 添加java环...

gitlab有2个版本,分别是gitlab-ce和gitlab-ee,ce是社区版免费,ee是商业版收费 1、安装方式 yum -y install curl policycoreutils openssh-server openssh-c...

centos下使用script监控用户操作 1、测试环境 [root@centos ~]# cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) [root@centos ...