重置方法:
[crayon-687b85eae391b296104992/]...
This service allows sftp connections only
搭建sftp过程中遇到如下问题:ssh登录提示
[crayon-687b85eae3abe869082023/] (more…)...
一次异常的HTTPS分析
请求命令:
[crayon-687b85eae3af7051270533/]
nginxdebug日志:
[crayon-687b85eae3af8885558827/]...
error: Bind to port xxx on 0.0.0.0 failed: Permission denied.
错误代码:error: Bind to port xxx on 0.0.0.0 failed: Permission denied.
[crayon-687b85eae3b3e337238969/]...
ERROR 1047 (08S01): WSREP has not yet prepared node for application use
错误代码:
[crayon-687b85eae3b82962689971/]
原因分析:
[crayon-687b85eae3b84755970784/]
PXC(Percona Xtradb...
JDB2导致磁盘io使用率高
[crayon-687b85eae3bce611658017/]
IO问题,优化前:
IO问题,优化后:
IO问题,三次优化后:
[crayon-687b85eae3bd0...
/bin/ld: cannot find -lncurses
错误代码/bin/ld: cannot find -lncurses
[crayon-687b85eae3c0d566092270/]
解决方法:
[crayon-687b85eae3c0e...
failed with error code 1 in /tmp/pip-build-midFdN/MySQL-python/
[crayon-687b85eae3c34855238039/]
(more…)...
/bin/rm: Argument list too long
在Centos删除文件夹文件使用命令rm -f *的时候提示"/bin/rm: Argument list too long",此时可以for循环等方式删除文件。
解决方法:
1:参数...
Can’t convert string from native encoding to ‘UTF-8’
默认环境执行不错,但是更换到shell就异常了,原来是因为没有设置字符集。备注下。
[crayon-687b85eae3c79244380962/]
解决方法:
脚本中增加:
[crayon-...