会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
望山远而力行
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
12
···
36
下一页
2023年1月19日
Linux下缺少libiconv.so.2的解决方法
摘要: 1、手动下载安装 http://ftp.gnu.org/pub/gnu/libiconv/ 2、在当前目录下解压,并进入解压后的文件夹,后续步骤全程用管理员权限进行 tar -zxvf libiconv-1.16.1.tar.gz cd libiconv-1.16.1 3、编译与安装 ./confi
阅读全文
posted @ 2023-01-19 19:48 lucky_tomato
阅读(860)
评论(0)
推荐(0)
编辑
sshd 重启失败 permission denied
摘要: 1、检查一下防火墙或者selinux
阅读全文
posted @ 2023-01-19 19:40 lucky_tomato
阅读(55)
评论(0)
推荐(0)
编辑
2023年1月16日
php5.3启动报错
摘要: 问题: Starting php-fpm /usr/local/php53/sbin/php-fpm: error while loading shared libraries: libpng12.so.0: cannot open shared object file: No such file
阅读全文
posted @ 2023-01-16 22:16 lucky_tomato
阅读(31)
评论(0)
推荐(0)
编辑
阿里云负载均衡保留网段
摘要: 100.64.0.0/10是阿里云保留地址
阅读全文
posted @ 2023-01-16 21:16 lucky_tomato
阅读(16)
评论(0)
推荐(0)
编辑
2023年1月10日
nginx日志报错Uncaught exception 'SmartyException' with message 'unable to write f Fatal error: Uncaught exception 'SmartyException' with message 'unable to write file ./templates_c/wrt63bc26e7c52cd'
摘要: 问题:访问xxx.xxx.xxx域名时,返回500状态码,查看Nginx日志发现报错,Uncaught exception 'SmartyException' with message 'unable to write f Fatal error: Uncaught exception 'Smart
阅读全文
posted @ 2023-01-10 22:50 lucky_tomato
阅读(142)
评论(0)
推荐(0)
编辑
2022年12月3日
zabbix监控项中的自定义时间
摘要: 在zabbix监控项里面可以设置自定义时间,格式如下 zabbix自定义时间间隔 wd1-7h5-22m/5 周一到周日,每天5点到22点,每隔5分钟执行一次 h9,10m10-40/30 每天9点10分到10点40,每隔三十分钟执行一次 那么 wd1-7h5-22m/5 其实就等于 h5-22m/
阅读全文
posted @ 2022-12-03 23:36 lucky_tomato
阅读(1337)
评论(0)
推荐(0)
编辑
Centos7.9编译php 5.3 make时出现错误
摘要: 问题1: make: *** [libphp5.la] Error 1 解决: yum install libtool-ltdl-devel 问题2: /bin/ld: ext/standard/dns.o: undefined reference to symbol '__dn_skipname@
阅读全文
posted @ 2022-12-03 23:19 lucky_tomato
阅读(65)
评论(0)
推荐(0)
编辑
docker启动失败,报Failed to start Docker Application Container Engine错误
摘要: 前言:今天使用systemctl start docker启动没有成功,使用systemctl status docker发现有报错Failed to start Docker Application Container Engine,我先去看了iptables是否启动,发现没有,启动iptable
阅读全文
posted @ 2022-12-03 23:16 lucky_tomato
阅读(489)
评论(0)
推荐(0)
编辑
2022年12月1日
python比较两个字典不同
摘要: import dictdiffer t1 = { "name":"jack", "age":25, "sex":"男", "title":"ops", "heigh":"180", } t2 = { "name": "lucy", "age": 23, "sex": "女", "title":&qu
阅读全文
posted @ 2022-12-01 11:55 lucky_tomato
阅读(382)
评论(0)
推荐(0)
编辑
2022年11月29日
阿里云ELK报错:"reason": "Fielddata is disabled on text fields by default. Set fielddata=true on [url_date] in order to load fielddata in memory by uninverting the inverted index.
摘要: 原因是url_date这个字段类型动态转成了text类型,只需要把在kibana索引管理,索引模板添加url_date字段为date类型就可以了,把旧的索引删除,新生成的索引就沿着这个模板
阅读全文
posted @ 2022-11-29 12:18 lucky_tomato
阅读(163)
评论(0)
推荐(0)
编辑
上一页
1
···
4
5
6
7
8
9
10
11
12
···
36
下一页
公告