上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: yum -y install samba samba-client smbpasswd -a user1 usermod -G security user1[global] unix charset = UTF-8 dos charset = CP936 workgroup = WORKGROUP 阅读全文
posted @ 2018-03-26 20:19 anjunact 阅读(158) 评论(0) 推荐(0) 编辑
摘要: php 显示错误方法 nginx 设置php config fastcgi_param PHP_ADMIN_VALUE session.save_path=/tmp; 阅读全文
posted @ 2018-03-21 11:45 anjunact 阅读(106) 评论(0) 推荐(0) 编辑
摘要: curl -sS https://getcomposer.org/installer | php mv composer.phar /usr/local/bin/composer composer config -g repo.packagist composer https://packagist 阅读全文
posted @ 2018-03-16 23:26 anjunact 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 1 安装 windows sshd server http://www.bitvise.com/ssh-server-download http://www.freesshd.com https://mobassh.mobatek.net/download-home-edition.html htt 阅读全文
posted @ 2018-03-09 17:19 anjunact 阅读(385) 评论(0) 推荐(0) 编辑
摘要: server { listen 80; server_name wechat.xxx.xx; location / { proxy_pass http://127.0.0.1:10000; proxy_set_header X-Real-IP $remote_addr; }}ssh wechat.x 阅读全文
posted @ 2018-03-09 13:11 anjunact 阅读(795) 评论(0) 推荐(0) 编辑
摘要: 需要将php.ini中的配置指令做如下修改: 1. error_reporting = E_ALL ;将会向PHP报告发生的每个错误 2. display_errors = Off ;不显示满足上条 指令所定义规则的所有错误报告 3. log_errors = On ;开启错误日志 4. log_e 阅读全文
posted @ 2018-03-08 11:36 anjunact 阅读(218) 评论(0) 推荐(0) 编辑
摘要: Dockerfile FROM php:5.6.30-apacheCOPY sources.list /etc/apt/sources.listRUN apt-get update -yRUN apt-get install zlib1g-dev -yRUN docker-php-ext-insta 阅读全文
posted @ 2018-02-28 17:18 anjunact 阅读(716) 评论(0) 推荐(0) 编辑
摘要: sudo apt install language-pack-zh-hans language-pack-zh-hans-basesudo apt-get install ttf-wqy-microhei #文泉驿-微米黑sudo apt-get install ttf-wqy-zenhei #文泉驿-正黑sudo apt-get install xfonts-wqy #文泉驿-点阵宋体 阅读全文
posted @ 2018-01-29 12:58 anjunact 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 参考 http://blog.csdn.net/acxlm/article/details/79069468遇到的问题及解决:1. 直接用aliyun docker 可以用最新的, 我用的docker 17.12 #aliyunmv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backwget -O /et... 阅读全文
posted @ 2018-01-26 19:41 anjunact 阅读(263) 评论(0) 推荐(0) 编辑
摘要: cat /etc/yum.repos.d/kubernetes.repo[kubernetes]name=Kubernetesbaseurl=http://mirrors.aliyun.com/kubernetes/yum/repos/kubernetes-el7-x86_64enabled=1gpgcheck=0repo_gpgcheck=0gpgkey=http://mirrors.aliy... 阅读全文
posted @ 2018-01-22 14:10 anjunact 阅读(133) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页