9394952

导航

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

2020年6月6日 #

cisco显示不停顿(等待)

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

posted @ 2020-06-06 14:40 9394952 阅读(270) 评论(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 阅读(882) 评论(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 阅读(981) 评论(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 阅读(280) 评论(0) 推荐(0)

2020年4月17日 #

zabbix 4.0 监控磁盘IO的实施笔记

摘要: 参考资料: https://www.jianshu.com/p/4b1c83d50e1a 一、两段代码: 1、/usr/zabbix/bin/disk_discovery.sh #!/bin/bash ################################################# 阅读全文

posted @ 2020-04-17 13:56 9394952 阅读(292) 评论(0) 推荐(0)

2020年4月5日 #

梅登黑德定位系统

摘要: Maidenhead Locator System https://en.wikipedia.org/wiki/Maidenhead_Locator_System https://www.hellocq.net/forum/read.php?tid=148519 https://www.jiansh 阅读全文

posted @ 2020-04-05 22:00 9394952 阅读(1990) 评论(0) 推荐(0)

sdrplay sdr 支持的sample rate

摘要: 其中,测试过用2048000的sample rate对树莓派的CPU压力最少 阅读全文

posted @ 2020-04-05 21:52 9394952 阅读(443) 评论(0) 推荐(0)

2020年3月22日 #

记录一下几个中移动可以PING的检测地址及部份DNS设置

摘要: 211.136.207.1 211.136.248.246 211.136.248.90 183.235.227.38 ns3.gd.cnmobile.net 221.179.38.7 ns4.gd.cnmobile.net 120.196.165.7 ns5.gd.cnmobile.net 211 阅读全文

posted @ 2020-03-22 21:20 9394952 阅读(1549) 评论(0) 推荐(0)

2020年3月19日 #

升级mariadb 10后目录权限问题的笔记

摘要: 一台debian的服务器,在apt upgrade后,原来的mysql 5.7升级到了mairadb 10 结果,原来通过ln -s /home/test/mysql /var/lib/mysql/test链接的数据文件目录,在service mariadb restart后,一直报test数据库无 阅读全文

posted @ 2020-03-19 11:39 9394952 阅读(369) 评论(0) 推荐(0)

2020年2月28日 #

记号一下用iptables做的端口转发

摘要: iptables -t nat -I PREROUTING -p tcp -m tcp --dport 83 -j DNAT --to-destination 192.168.1.55:443iptables -t nat -I POSTROUTING -d 192.168.1.55 -p tcp 阅读全文

posted @ 2020-02-28 13:31 9394952 阅读(202) 评论(0) 推荐(0)

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