会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
anjunact
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
8
下一页
2018年3月26日
smb
摘要: 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
阅读(169)
评论(0)
推荐(0)
2018年3月21日
php 显示错误方法
摘要: php 显示错误方法 nginx 设置php config fastcgi_param PHP_ADMIN_VALUE session.save_path=/tmp;
阅读全文
posted @ 2018-03-21 11:45 anjunact
阅读(112)
评论(0)
推荐(0)
2018年3月16日
laravel
摘要: 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
阅读(122)
评论(0)
推荐(0)
2018年3月9日
利用windows 127.0.0.1:30000 代理在linux下工作
摘要: 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
阅读(417)
评论(0)
推荐(0)
nginx与ssh 把内网转为公网开发服务器
摘要: 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
阅读(812)
评论(0)
推荐(0)
2018年3月8日
php errorlog 记录
摘要: 需要将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
阅读(231)
评论(0)
推荐(0)
2018年2月28日
dockerfile php 开发
摘要: 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
阅读(735)
评论(0)
推荐(0)
2018年1月29日
ubuntu
摘要: 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
阅读(116)
评论(0)
推荐(0)
2018年1月26日
k8s 1.9.1 centos7 install 离线安装
摘要: 参考 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
阅读(274)
评论(0)
推荐(0)
2018年1月22日
kubernetes
摘要: 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
阅读(138)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
8
下一页
公告