更改

跳到导航 跳到搜索
添加706字节 、 2019年12月5日 (四) 21:22
第7行: 第7行:  
* [[https://geoff.greer.fm/ag/ ag]] The Silver Searcher代码搜索工具
 
* [[https://geoff.greer.fm/ag/ ag]] The Silver Searcher代码搜索工具
 
* [[https://github.com/yaosonglive/vim .vimrc]] vim制表符换成控制配置
 
* [[https://github.com/yaosonglive/vim .vimrc]] vim制表符换成控制配置
 
+
* aview 从图片生成 ASCII 字符画,命令:asciiview
 +
** $ sudo apt install aview
 +
** $ sudo apt install imagemagick
    
== Nginx ==
 
== Nginx ==
第83行: 第85行:  
  <nowiki>
 
  <nowiki>
 
sudo netstat --all --numeric --tcp --programs</nowiki>
 
sudo netstat --all --numeric --tcp --programs</nowiki>
 +
 +
 +
 +
== nginx fpm connect() to unix:xxx failed. http 502 ==
 +
https://forum.nginx.org/read.php?11,215606,215606#msg-215606
 +
 +
1)调高nginx和php-fpm中的backlog
 +
 +
2)增加sock文件和php-fpm实例数
 +
 +
 +
pm
 +
 +
pm.max_children
 +
 +
 +
listen.backlog = 4096
 +
 +
* nginx
 +
 +
<nowiki>
 +
server {
 +
        listen 80 backlog=1024;
 +
... ...
 +
}
 +
</nowiki>
 +
 +
开多个fpm
 +
 +
== 终端中文输入 ==
 +
* ubuntu
 +
locale-gen zh_CN.UTF-8
 +
 +
dpkg-reconfigure locales
 +
 +
 +
== ubuntu 阿里云源 ==
 +
ubuntu 18.04 (bionic) 配置 opsx 安装源
 +
https://opsx.alibaba.com/guide?lang=zh-CN&document=69a2341e-801e-11e8-8b5a-00163e04cdbb
匿名用户

导航菜单