9394952

导航

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 31 下一页

2021年2月16日 #

树莓派配置asterisk,可以打电话出去 【转】

摘要: 文章转自: https://www.douban.com/group/topic/91587543/ 主要是省去了电话布线的费用。当然如果与vpn结合,还可以省移动话费。在有wifi的地方都可以打电话 手机上的client包括bria,zoiper。pc/notebook上的软件是x-lite 需要 阅读全文

posted @ 2021-02-16 18:04 9394952 阅读(943) 评论(0) 推荐(0) 编辑

2021年1月19日 #

对vcenter日志目录的处理

摘要: vmware的vcenter 6.0日志目录随着时间增加越来越大,参照vmkb的说明,设置日志自动旋转(logrotate),对于节省VSA空间有很大作用 参照文档: https://kb.vmware.com/s/article/2147261 https://communities.vmware 阅读全文

posted @ 2021-01-19 15:06 9394952 阅读(858) 评论(0) 推荐(0) 编辑

2021年1月11日 #

vmware workstation虚拟机中使用ACR122U-A9读卡器的驱动

摘要: 在vmware workstation中运行WIN XP,连接ACR122U-A9读卡器,一直报virtual USB CCID设备驱动未安装,下载各种ACR122U驱动均告失败,最后 在https://communities.vmware.com/t5/VMware-Workstation-Pro 阅读全文

posted @ 2021-01-11 22:19 9394952 阅读(362) 评论(0) 推荐(0) 编辑

2021年1月8日 #

VBS下将gbk转utf-8

摘要: 通过zabbix监控windows,由于zabbix server运行在linux下,采用utf-8内码处理,而windows则以gbk(gb2312)做内码,所以当有中文内容上报到zabbix时,会造成编码错误 通过实践,经以下代码处理后,输出基本上符合需求,需不无完全保证无乱码,但已经完全可以接 阅读全文

posted @ 2021-01-08 10:27 9394952 阅读(420) 评论(0) 推荐(0) 编辑

2020年12月16日 #

稍为改写了下DropBrute用于IPV6检测nginx的access_log

摘要: #!/bin/sh # # DropBrute.sh @20130516 # # minimalist OpenWRT/dropbear ssh brute force attack banning script # # Installation steps: # # 1) Optionally e 阅读全文

posted @ 2020-12-16 13:59 9394952 阅读(130) 评论(0) 推荐(0) 编辑

2020年12月15日 #

懒人安装nginx-all-modules

摘要: 本想测试一下开源WAF,看了文章要用到nginx-lua模块,一般情况下nginx加模块需要手工编译源代码,对于懒人来说,手工编译是什麻烦事,所以就放狗找现在nginx-all-modules的rpm去了 找到一篇参考文章: https://centos.pkgs.org/7/epel-armhfp 阅读全文

posted @ 2020-12-15 11:14 9394952 阅读(1917) 评论(0) 推荐(0) 编辑

2020年12月7日 #

Python解决编码问题: `UnicodeEncodeError: 'gbk' codec can't encode character '\xa0' in position 10

摘要: python处理各种跨系统的字符串时,经常会出现各种编码问题,例如linux或网上爬虫多为UTF-8,转到WINDOWS时又需要GBK或GB2312编——这时就经常会出现转换出错 `UnicodeEncodeError: 'gbk' codec can't encode character '\xa 阅读全文

posted @ 2020-12-07 08:59 9394952 阅读(306) 评论(0) 推荐(0) 编辑

2020年12月3日 #

python中关于windows文件名非法字符的过滤处理

摘要: 参考文章:http://www.cppcns.com/jiaoben/python/261979.html import renew_filename=re.sub(r'[\\/:*?"<>|\r\n]+', "_", old_filename) 阅读全文

posted @ 2020-12-03 10:30 9394952 阅读(959) 评论(0) 推荐(1) 编辑

2020年10月14日 #

关闭WINDOWS自动检测互联网络

摘要: 点电脑左下角的开始 运行 regedit。 打开后 1 找到注册表键值HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\NlaSvc\Parameters\Internet 2 双击HKEY_LOCAL_MACHINE\SYSTEM\Curre 阅读全文

posted @ 2020-10-14 13:39 9394952 阅读(1151) 评论(0) 推荐(0) 编辑

2020年10月7日 #

win10专业版安装VMware workstation pro 16时提示“setup failed to generate the ssl keys necessary to run vmware”笔记

摘要: 1、按网上介绍的方法,找openssl.exe无果 2、重新安装Microsoft Visual C++ Redistriburtable (下载这里:https://docs.microsoft.com/en-GB/cpp/windows/latest-supported-vc-redist?vi 阅读全文

posted @ 2020-10-07 10:58 9394952 阅读(6634) 评论(0) 推荐(0) 编辑

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 31 下一页