
1、安装nvm 通过nvm来管理多本版npm,先安装nvm 下载地址:https://github.com/nvm-sh/nvm/tags 根据实际需要选择版本 [root@centos dl]# wget https://github.c...
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环...
windows10/11 pc版开启多用户远程桌面 借助工具:RDPWrap,下载地址 https://github.com/stascorp/rdpwrap 下载后解压到自定义目录,会得到这几个文件 首先用管理员身份执行install.b...
1、ftp下载地址: 需要打开这个页面继续下载,本例以1.2.0版本为例 2、配置 下载后解压 yunwei@YunweideMacBook-Pro ftp % lsDEPENDENCIES &nb...
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 ...