第一次(自动变色) NO.1 安装cnpm为了提高速度,在命令行中输入 npm install -g cnpm --registry=http://registry.npm.taobao.org NO.2 安装webpack 它是一款模块加载器兼打包工具npm install webpack -g ...
分类:
其他好文 时间:
2020-04-03 20:00:59
阅读次数:
192
1.安装epel源对于RHEL/CentOS 7(复制/粘贴): yum -y install epel-release exfat:1.安装Nux Dextop库: rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dexto ...
分类:
Web程序 时间:
2020-04-03 19:45:34
阅读次数:
135
一,ethtool命令所属的包 [root@centos8 liuhongdi]# whereis ethtool ethtool: /usr/sbin/ethtool /usr/share/man/man8/ethtool.8.gz [root@centos8 liuhongdi]# rpm -q ...
分类:
其他好文 时间:
2020-04-03 12:07:06
阅读次数:
298
一,ss所属的包: [root@blog ~]# whereis ss ss: /usr/sbin/ss /usr/share/man/man8/ss.8.gz [root@blog ~]# rpm -qf /usr/sbin/ss iproute-4.18.0-15.el8.x86_64 通常默认 ...
分类:
其他好文 时间:
2020-04-03 12:00:36
阅读次数:
346
CenterOS下安装RabbitMQ 下载erlang wget https://bintray.com/rabbitmq-erlang/rpm/download_file?file_path=erlang%2F21%2Fel%2F6%2Fx86_64%2Ferlang-21.3.8.14-1.e ...
分类:
其他好文 时间:
2020-04-02 22:30:29
阅读次数:
210
1.安装 第一种方法 sudo wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo sudo rpm --import https://pkg.jenkins.io/redha ...
分类:
其他好文 时间:
2020-04-02 17:57:21
阅读次数:
59
有些在源码里面有的扩展,需要一个个安装很麻烦,写个脚本一键安装 #!/usr/bin/python # -*- coding: utf-8 -*- # 2020-3-20 # author:hhh import os import sys import subprocess import signa ...
分类:
Web程序 时间:
2020-04-02 11:47:56
阅读次数:
84
安装完CentOS7后,为了便于copy命令,总是要使用ssh软件的,譬如XShell或是Secure CRT。 在命令行切换到root用户。通过 rpm -qa | grep ssh 查看有没有安装ssh服务。 如果没有安装,就使用 yum install openssh-server 来安装。 ...
分类:
其他好文 时间:
2020-04-01 23:35:28
阅读次数:
85
在部署项目的时候遇到了AnanotherFPMinstanceseemstoalreadylistenon/tmp/php-cgi.sock解决方法:netstat-ant|grep9000//查看启动进程,发现没启动成功查看php-fpm.conf里面的配置:vim/usr/local/php/etc/php-fpm.conf[www]listen=/tmp/php-cgi.sock//注意这里
分类:
Web程序 时间:
2020-04-01 14:29:00
阅读次数:
320