电子灵魂

golang,go,C#,JAVA,PYTHON,PHP

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2015年4月14日

摘要: 获取中国IP段办法 1、到APNIC获取亚太最新IP分配 http://ftp.apnic.net/apnic/stats/apnic/delegated-apnic-latest 2、全选复制保存为IP.tx t 3、用EXCEL打开IP.txt,弹出导入窗口 3.1选择‘分隔符号’ 3.2 分隔符... 阅读全文
posted @ 2015-04-14 00:59 conncent 阅读(1994) 评论(0) 推荐(0) 编辑

摘要: 图片内容包涵 从创建VPN 以及设置VPN的详细截图,这个主要是VPN链接说明:XP的暂时不支持,只支持WIN7以上系统,apple 产品均不支持,相关协议并没完善。手机目前只测试过apple产品包涵手机和IPAD其他产品没经过测试。 如果是在一个局域网下面,并且由任意支持IPV6的设备连接到路由器上面是支持IPV6网络的,当然也包括WIFI了。目前测试仅仅在移动端下面连接VPN是不支持IPV... 阅读全文
posted @ 2015-04-14 00:35 conncent 阅读(421) 评论(0) 推荐(0) 编辑

摘要: https://support.google.com/chrome/answer/126299?hl=zh-Hans 官方链接介绍 https://www.google.com/chrome/browser/desktop/index.html?system=true&standalone=1 最新版离线下载地址 http://googlechromereleases.bl... 阅读全文
posted @ 2015-04-14 00:22 conncent 阅读(1078) 评论(0) 推荐(0) 编辑

摘要: chain=dstnat action=dst-nat to-addresses=172.16.10.246 to-ports=80 protocol=tcp dst-address-type=local dst-port=8089 log=no log-prefix="" 阅读全文
posted @ 2015-04-14 00:21 conncent 阅读(1341) 评论(0) 推荐(0) 编辑

摘要: 解决方案: 一.可以通过DOS命令shutdown来解决 在 Win7 中,shutdown实现自动关机的方法如下: 开始->运行->cmd 运行"shutdown -s -t 3600”, 其中"3600"为离关机的时间秒数,运行 "shutdown -a"取消定时关机! 或是编写批处理文件:关机一分钟前提醒即将关机,可自行修改定时关机时间. @echo off at 22:5... 阅读全文
posted @ 2015-04-14 00:17 conncent 阅读(3066) 评论(0) 推荐(0) 编辑

摘要: 光一秒钟30万公里,绕地球7.5圈,1秒钟=1000毫秒,则绕地球半圈速度是1000/15=66毫秒,数据返回需要同样的时间.加上双方到海缆之前经过的路由处理时间,中美服务器之间的ping值,最好的期望值,是180ms ! 阅读全文
posted @ 2015-04-14 00:15 conncent 阅读(801) 评论(0) 推荐(0) 编辑

摘要: 内容全部是自己手工原创写作的参考内容,完全排除从其他网站COPY的内容信息。如有雷同实属巧合。 奉献给有需求的人士,也给各位解决FLASH安装头疼的问题,正常在线下载安装运气不好的安装半天。运气好的也许一会就搞定了。 以下内容主要是送给那些运气不好的朋友。。。。也不知道你是不是其中一个运气不好的。。。。相信你看到我的文章内容之后,很高兴的告诉你,你是一个很幸运的人。。。 完... 阅读全文
posted @ 2015-04-14 00:14 conncent 阅读(3918) 评论(0) 推荐(0) 编辑

摘要: miktorik ros IPSec Dynamic End points 阅读全文
posted @ 2015-04-14 00:10 conncent 阅读(335) 评论(0) 推荐(0) 编辑

摘要: #Script for changing IPSEC address when DNS changes. #Script will iterate through all peers looking for addr_ in the comments. It will then #check for changes in the IP for that DNS name if the ip ... 阅读全文
posted @ 2015-04-14 00:06 conncent 阅读(960) 评论(0) 推荐(0) 编辑

摘要: /ip firewall filter add chain=forward connection-state=new action=jump jump-target=block-ddos add chain=forward connection-state=new src-address-list=ddoser dst-address-list=ddosed action=drop add ... 阅读全文
posted @ 2015-04-14 00:02 conncent 阅读(432) 评论(0) 推荐(0) 编辑