240 发简信
IP属地:上海
  • VirtualBox虚拟机安装

    首先配置网络 vi /etc/sysconfig/network-scripts/ifcfg-enp0s3 要能使用vim命令 yum -y i...

  • LNMP优化

    nginx优化 nginx.conf #user nobody; worker_processes 4; #error_log logs/err...

  • linux全新安装

    ****安装nginx tar -zxvf nginx-*** cd nginx-****** yum -y install pcre-deve...

  • linux centos7.4 php7.1.31安装

    yum -y install gcc-c++ groupadd httpd useradd -g httpd httpd yum install...

  • centos7 lnmp全命令安装

    一、安装nginx 首先更新系统软件 安装nginx 1.安装nginx源 # yum localinstall http://nginx.or...

  • centos7 lnmp(新)自定义安装

    yum命令报错 Could not retrieve mirrorlist http://mirrorlist.centos.org/?rele...

  • centos7 lnmp(老)自定义安装

    ********************mysql-5.7.17安装 tar -zxvf mysql-5.7.17.tar.gz mv mysq...

  • 文件同步linux配置

    4.1 inotify-slave部署 这里就是部署rsync服务,rsync daemon工作模式。 4.1.1检查是否安装rsync # r...

  • sftp创建新账户并指定目录

    首先 你的openssh-server版本至少得是4.8p1,因为配置权限需要版本添加的新配置项ChrootDirectory来完成。 如何查看...