9394952

导航

上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 32 下一页

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 阅读(979) 评论(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 阅读(1562) 评论(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 阅读(6960) 评论(0) 推荐(0)

2020年8月24日 #

手动启动MegaRAID Storage Manager v17.05.02.01 for Linux

摘要: 软件包下载地址:MegaRAID Storage Manager v17.05.02.01 for Linux - IBM Systems 安装参考:https://blog.csdn.net/feng4656/article/details/9959557 分割线 有时侯Mega服务端没有启动,可 阅读全文

posted @ 2020-08-24 10:11 9394952 阅读(1059) 评论(0) 推荐(0)

2020年8月10日 #

iptables实现指定接口的端口转发

摘要: 一、本机的端口转发: iptables -t nat -I PREROUTING -i pppoe-wan -p udp --dport 53 -j REDIRECT --to-ports 5300 就是将指定的pppoe-wan接口的53端口udp请求转发到5300端口 检查: iptables 阅读全文

posted @ 2020-08-10 15:59 9394952 阅读(3942) 评论(0) 推荐(0)

2020年6月17日 #

完全禁止FireFox更新

摘要: 新版本的FireFox77和Ngihtly79真是作死了,显示自家的网站都乱码,因此,必须动手禁止其更新 禁止更新的方法参照这里: https://winaero.com/blog/disable-updates-firefox-63-above/ 网上写的通过前台的高级选项里面关闭自动更新都是不够 阅读全文

posted @ 2020-06-17 08:41 9394952 阅读(1489) 评论(0) 推荐(0)

2020年6月6日 #

cisco显示不停顿(等待)

摘要: terminal length 0 思科是 ter len 0H3C 是 screen-length 0 阅读全文

posted @ 2020-06-06 14:40 9394952 阅读(250) 评论(0) 推荐(0)

2020年5月16日 #

用于ddns的检测外网IP的地址收集

摘要: IPv4的: http://meuip.com/api/meuip.php < 这个不稳定,不建议用 https://api.ipify.org/ http://www.net.cn/static/customercare/yourip.asp http://ip.ChangeIP.com/ htt 阅读全文

posted @ 2020-05-16 15:52 9394952 阅读(764) 评论(0) 推荐(0)

2020年5月11日 #

关于VSC6文件夹/storage/seat文件夹清理

摘要: 参考: https://www.settlersoman.com/how-to-reclaim-space-on-storageseat-in-vcenter-appliance-5-5-or-6-x/ Log in to the VMware vCenter Server Appliance (V 阅读全文

posted @ 2020-05-11 13:48 9394952 阅读(943) 评论(0) 推荐(0)

2020年5月9日 #

PSTools使用笔记

摘要: PSTools是微软自家的免费工具之一,只要你能连接对方的IPC$,就可以远程重启服务等干活了 https://files.cnblogs.com/files/d9394/PSTools.zip 官方使用说明: https://docs.microsoft.com/en-us/sysinternal 阅读全文

posted @ 2020-05-09 18:13 9394952 阅读(253) 评论(0) 推荐(0)

上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 32 下一页