240 发简信
IP属地:江苏
  • centos配置phpredis

    安装igbinaryphpize./configuremake && make install 安装PhpRedisphpize./config...

  • centos上搭建ftp服务器

    安装vsftpdyum install vsftpd 配置/etc/vsftpd/vsftpd.conf 启动服务service vsftpd ...

  • centos配置php-fpm

    location ~ .php$ {root /usr/share/nginx/html;fastcgi_pass 12...

  • linux创建用户并授予sudo权限

    新建用户并设置密码adduser usernamepasswd username 添加sudo权限vi /etc/sudoers 把root那行...

  • centos使用yum安装nginx

    vi /etc/yum.repos.d/nginx.repo(https://www.nginx.com/resources/wiki/sta...

  • Securing OpenSSH

    https://wiki.centos.org/HowTos/Network/SecuringSSH

  • 更换centos的yum源为阿里源

    cd /etc/yum.repos.dmv CentOS-Base.repo CentOS-Base.repo.backupmv CentOS...

  • centos使用yum安装php5.6

    安装remi源yum install http://rpms.famillecollet.com/enterprise/remi-release...

  • mysql

    连接数据库:mysql -u root -pmysql -h 主机地址 -u 用户名 -p 用户密码退出:exit 查看数据库:show dat...