执行 添加私钥命令时
ssh-add ~/.ssh/id_rsa_wenjianbao
报错:
Could not open a connection to your authentication agent.
执行 添加私钥命令时
ssh-add ~/.ssh/id_rsa_wenjianbao
报错:
Could not open a connection to your authentication agent.
Firefox中,Google的默认搜索引擎地址为 https://www.google.com/search,属于SSL加密类型,用了一段时间,发现经常搜索链接打不开,而把https改成http后,相应的链接很快打开
kill php-fpm
“一切皆Socket!”
话虽些许夸张,但是事实也是,现在的网络编程几乎都是用的socket。
——有感于实际编程和开源项目研究。
FastCGI像是一个常驻(long-live)型的CGI,它可以一直执行着,只要激活后,不会每次都要花费时间去fork一次(这是CGI最为人诟病的fork-and-execute 模式)。它还支持分布式的运算, 即 FastCGI 程序可以在网站服务器以外的主机上执行并且接受来自其它网站服务器来的请求。
Linux PHP 编译参数详解
Fast-CGI:
./configure --prefix=/usr/local/php --enable-fastcgi --enable-force-cgi-redirect --with-config-file-path=/etc --with-zlib --with-mysql --with-xml --with-gd --enable-gd-native-ttf --enable-gd-jis-conv --with-freetype-dir --with-jpeg-dir --with-png-dir --enable-mbstring
Chrome开发者工具 英文翻译:
Elements:元素
Resources:资源
Network:网络
Sources:来源