科学上网

快速修改Hosts脚本

来源: http://blog.netsh.org/posts/faster-edit-hosts-file-bat_541.netsh.html Windows情况下,如果你经常修改Hosts文件,那么每次都寻找并打开hosts文件的确很繁琐,不过你现在可以通过下面的脚本实现: notepad %SystemRoot%system32driversetchosts   ipconfig /flushdns exit 其中靛蓝色部分能够刷新DNS缓存信息,以实现快速刷新应用hosts文件的效果。 这个脚本很简单,你只需复制他们到一个文本文件并命名为后缀名为.bat的文件就可以了,以后要修改hosts文件,就只需运行此文件即可。是不是很方便呢?当然,如果你觉得繁琐,你就 直接下载我做好的这个文件 吧! 祝各位在墙内生活愉快,和血度过一生。

阅读更多

facebook最新hosts

来源: http://qianjia.org/archives/5828 # Facebook HOST文件内容 69.63.181.16 facebook.com 69.63.181.16 www.facebook.com 69.63.181.31 m.facebook.com 69.63.181.20 login.facebook.com 69.63.181.57 secure.facebook.com 66.220.146.18 apps.facebook.com 69.63.181.31 touch.facebook.com 118.214.114.110 s-static.ak.facebook.com 66.220.147.47 api.facebook.com 69.63.181.16 zh-CN.facebook.com 61.213.189.98 static.ak.facebook.com 61.213.189.98 b.static.ak.facebook.com 69.63.181.57 secure-profile.facebook.com 69.63.181.57 secure-media-sf2p.facebook.com 69.63.181.15 ssl.facebook.com 69.63.190.18 apps.facebook.com 118.214.190.105 profile.ak.facebook.com 61.213.189.113 fbcdn.net 97.65.135.139 external.ak.fbcdn.net 120.29.145.50 vthumb.ak.fbcdn.net 97.65.135.163 static.ak.fbcdn.net 69.63.181.16 graph.facebook.com 61.213.189.120 b.static.ak.fbcdn.net 61.213.189.113 creative.ak.fbcdn.net 61.213.189.114 profile.ak.fbcdn.net 61.213.189.113 s-hprofile-sf2p.fbcdn.net 61.213.189.113 photos-a.ak.fbcdn.net 61.213.189.113 photos-b.ak.fbcdn.net 61.213.189.113 photos-c.ak.fbcdn.net 61.213.189.113 photos-d.ak.fbcdn.net 61.213.189.113 photos-e.ak.fbcdn.net 61.213.189.98 photos-f.ak.fbcdn.net 61.213.189.113 photos-g.ak.fbcdn.net 61.213.189.113 photos-h.ak.fbcdn.net

阅读更多

快速切换IPv4/IPv6 host的脚本

来源: http://logicmd.net/2011/06/a-script-quickly-switch-ipv4-ipv6-host/ 这篇文章 讲了一些Google等国外网站 IPv6 host列表。使用它们速度更快,更无 束缚 。但是如果在一个 IPv6 经常坏掉的校园网,或者需要经常移动到没有 IPv6 的网络中,一个切换IPv4/ IPv6 host列表的脚本无疑很重要。 Windows 平台 Window平台中host列表存放在 %windir%System32driversetc ,我们规定 IPv6 的hosts存放在hosts.v6,IPv4的hosts存放在hosts.v4,处于其中一个状态时其内容存放在hosts文件中,使用如下batch则可以完成hosts状态的判断。 :: Description: :: This batch is used to switch host files from ipv4 to ipv6 or the other. @ECHO OFF SET FileLocation=%WINDIR%System32driversetc SET IPV4FileName=hosts.v4 SET IPV6FileName=hosts.v6 SET TargetFileName=hosts :: If host.ipv6 exits, switch to IPV6, else switch to IPV4 IF EXIST %FileLocation%%IPV6FileName% ( :: Switch to IPV6 CHOICE /M “Swithed to IPv6?” /T 0020 /D N IF ERRORLEVEL 2 GOTO END IF ERRORLEVEL 1 ECHO Successfully Switched to IPv6 Hosts! REN %FileLocation%%TargetFileName% %IPV4FileName% REN %FileLocation%%IPV6FileName% %TargetFileName% ) ELSE IF EXIST %FileLocation%%IPV4FileName% ( :: Switch to IPV4 CHOICE /M “Swithed to IPv4?” /T 0020 /D N IF ERRORLEVEL 2 GOTO END IF ERRORLEVEL 1 ECHO Successfully Switched to IPv4 Hosts! REN %FileLocation%%TargetFileName% %IPV6FileName% REN %FileLocation%%IPV4FileName% %TargetFileName% ) PAUSE EXIT :END ECHO Nothing changed! 在 Windows vista和 Windows 7系统中,有用户帐户控制(UAC),总是右键去点击使用管理员权限执行会麻烦,一个解决方案是使用 Quick batch file compiler 将其编译成exe,然后设定成总是需要管理员权限即可。 最终生成的是SwitchHosts.exe文件。 Linux 平台 Linux 平台中host列表存放在 etc ,我们做同样的文件名规定。 #!/bin/bash #Description: #This scripts is used to switch host files from ipv4 to ipv6 or the other. if [ -f /etc/hosts.v6 ] # Now using ipv4 mode then sudo cp /etc/hosts /etc/hosts.v4 sudo cp /etc/hosts.v6 /etc/hosts sudo rm -f /etc/hosts.v6 echo “Successfully switched to ipv6 hosts!” elif [ -f /etc/hosts.v4 ] # Now using ipv6 mode then sudo cp /etc/hosts /etc/hosts.v6 sudo cp /etc/hosts.v4 /etc/hosts sudo rm -f /etc/hosts.v4 echo “Successfully switched to ipv4 hosts!” else echo “ERROR! No Backup File is found!” fi 最后 chmod switch 644 cp ./switch /usr/bin 之后直接在terminal中输入switch即可~ 在Ubuntu 10.04测试通过。 EOF

阅读更多

raptorvpn – 提供免费的Open vpn服务

来源: http://qianjia.org/archives/5816 raptorvpn如其名,我用谷歌翻译名字叫猛禽VPN 现在提供免费的VPN服务,这是一家新开的免费VPN 我在官方网站上看到介绍说,永不会收费 所以特地来推荐给大家 首先打开: http://www.raptorvpn.com/api/form.php 进行注册,注册很简单.输入你的email还有密码,点击下一步就行了 注册完毕后点: http://www.raptorvpn.com/whmcs/downloads.php 去下载客户端,下载后按照提示一步一步安装 安装完毕,出现登陆窗口,输入你在网站上注册的账号 OK俺们匿名了

阅读更多

Google+ Games hosts

来源: http://vinside.net/web/google-plus-games-hosts.html 希望体验Google+ Games的童鞋们可以更新以下hosts,IPv4, IPv6各取所需: IPv4 Google Games: 203.208.46.176 r3085-dot-latest-dot-project-slingshot-gp.appspot.com 203.208.46.176 newsfeed-dot-latest-dot-rovio-ad-engine.appspot.com 203.208.46.176 project-slingshot-gp.appspot.com 203.208.46.176 images-lso-opensocial.googleusercontent.com 203.208.46.176 images-oz-opensocial.googleusercontent.com IPv6 Google Games: 2404:6800:8005::8d r3085-dot-latest-dot-project-slingshot-gp.appspot.com 2404:6800:8005::8d newsfeed-dot-latest-dot-rovio-ad-engine.appspot.com 2404:6800:8005::8d project-slingshot-gp.appspot.com 2404:6800:8005::84 images-lso-opensocial.googleusercontent.com 2404:6800:8005::84 images-oz-opensocial.googleusercontent.com

阅读更多

CDT/CDS今日重点

十月之声(2024)

【404文库】“闭上眼睛,鬼怪并不会因此遁去”(外二篇)

【404媒体】“等帘子拉开,模特已经换上了新衣”(外二篇)


更多文章总汇……

CDT专题

支持中国数字时代

蓝灯·无界计划

现在,你可以用一种新的方式对抗互联网审查:在浏览中国数字时代网站时,按下下面这个开关按钮,为全世界想要自由获取信息的人提供一个安全的“桥梁”。这个开源项目由蓝灯(lantern)提供,了解详情

CDT 新闻简报

读者投稿

漫游数字空间