前几天打不开这里,给MS的KF发邮件了也没解决问题,后来上水木看了看,大概知道是怎么回事了。昨晚想了个方法试了一下,还是有效,又能爬上来了。
留一个备份的地址:http://ez1981.blogspot.com/,或者用http://www.pkblogs.com/ez1981。
Archive for the ‘计算机与 Internet’ Category
备份
March 20, 2007又是Linux Open Day
May 12, 2006发现Yahoo! 360°多了新功能
December 23, 2005Linux Open Day of LZU
October 13, 2005[ZT]Google Talk火热评测
August 27, 2005标 题: [原创]google talk 火热评测
发信站: 一见如故 (Wed Aug 24 12:12:36 2005), 本站(yjrg.net)
请与web下阅读
今天google发布了一款即时通讯与语音聊天工具Google talk。这款工具基于开放的jabber技术,从而使其具有其他软件没有的良好可移植性,google同时发放了基于windows, linux和mac的版本
下载地址:http://talk.google.com/
右面是一张Google Talk运行状态的截图,从中可以看出,这款软件提供了即时通讯工具的基本功能,高话质而易用的语音系统,高度整合Gmail,以及清爽的无广告界面。整个软件只要900K并且安装过程非常快速和简单。
安装软件之后使用你的Gmail 帐号登陆,马上就会看到你的好友名单(一开始通常是空的)。下面有一个添加好友的按钮,同时你也可以通过搜索所有联系人来检索你Gmail里面的联系人。在软件的上部分别是Gmail的收件箱,软件的设置和帮助三个按钮。

双击好友名单中的一个好友将会打开一个聊天窗口,双击名字右侧的电话图标可以开始一段语音聊天。同时这个好友名单提供了修改好友名字以及删除并阻止好友的功能。

按照Google一贯的风格,这款软件应该还有很多功能等待开发。并且Google很可能会把这个软件作为一个开放软件,实际上用户可以通过支持Jabber协议的其他聊天工具比如Trillian,gaim,AdiumX或者iChat通过Google talk以外的工具链接到google的服务器(talk.google.com 端口5222)。
Google声明他们并没有计划将这个软件收费,他们希望借助这个软件来吸引更多的Gmail用户

[ZT]Google Talk中的彩蛋
August 27, 2005大部分技巧可能在第三方软件上无法显示
显示粗体字,只需要在文字左右加上星号
*Talk*
而显示斜体字,只需要在文字左右加上下划线
_Talk_
支持的表情集合
输入这些表情是会以蓝色粗体显示
:O
一次输入多行文本
按Shift+Enter键即可增加一行文本
窗口粘着
把聊天窗口移动到主窗口边缘即可实现粘着功能,拖动主窗口即可实现聊天窗口跟随的同时移动。
窗口叠加
多个聊天窗口依次叠加,可节约任务栏空间。如果你的聊天窗口没有叠加,请将它们全部关闭,再打开。叠加后的聊天窗口依然可以粘着,可以分类性得把聊天窗口叠加成几堆,黏着在主窗口周围,方便统一移动。
彩蛋与机器人
在windows版本的Google Talk上,查看“关于”的时候可以在下面看见用浅灰色的一行字:play 23 21 13 16 21 19 7 1 13 5,如果把26个拉丁字母按顺序以1到26排序,即a=1,z=26,则上述数字可以转换为play wumpus game。所以Google Talk可以运行游戏Hunt the Wumpus 的一个版本,把wumpus.game@gmail.com加入你的好友列表,并且向它发送信息“play”开始游戏。
[ZT]Google Talk的隐藏参数
August 27, 2005Hello everybody.
I have submited this as a main news, but anyway here I go again:
There are a few secret parameters hidden in googletalk.exe.
The
most important I think it is /nomutex which allows to open more than
one instance. You can signin twice with the same user too!
There are many others like /mailto, /factoryreset, /autostart, /forcestart and others.
I have patched the exe to force /nomutex too. If anyone wants more info, just say it.
Enjoy!
[ZT]Google Talk自定义功能完整列表
August 27, 2005Parameters:
/forcestart
/autostart – Start at Windows Startup
/register
/checkupdate – Check for newer versions
/nogaiaauth
/plaintextauth
/factoryreset – Sets all your settings back to default
/gaiaserver
/create_sesion
/S upgrade
/superprefetch – Allegedly Loads GT Much Faster
Prefetch MythTo use application parameters create a shortcup to the application, then open up the shortcuts properties and edit the “Target” field to look like“C:Program FilesGoogleGoogle Talkgoogletalk.exe” /nomutex Quotes Included!
Save Shortcut and your done. Multiple params can be used as well example: …googletalk.exe” /nomutex /checkupdate
In this example we will use ResHacker
40003 – Settings/General
40004 – Minimize
40011 – Add Friend
40020 – Help (http://www.google.com/support/talk)
40023 – About
40026 – Brings Cursor and Focus to Search Box
40027 – Exit
40028 – Add Friend
40080 – Disable all Notifications
40087 – Check for Updates Now
40088 – Inbox
40089 – Check Mail Now
65535 – Tray Menu
2. Go to Menu -> 110 -> Click on 1033
3. To add these buttons find the lines:
MENUITEM “”, 0, MFT_SEPARATOR, MFS_ENABLED<br />
MENUITEM “About…”, 40023, MFT_STRING, MFS_ENABLED
And Replace with:
<p> MENUITEM “Force Sign In”, 40001, MFT_STRING, MFS_ENABLED<br />
MENUITEM “Force Sign Out”, 40002, MFT_STRING, MFS_ENABLED<br />
MENUITEM “”, 0, MFT_SEPARATOR, MFS_ENABLED<br />
MENUITEM “Settings”, 40003, MFT_STRING, MFS_ENABLED<br />
MENUITEM “About…”, 40023, MFT_STRING, MFS_ENABLED
4. Click Compile Script
6. Click File -> Save
7. Your Done! Now Open up Google Talk and look at your changes.
2. Enter “regedit” and press run
4. Goto Edit -> Find or Ctrl + F
5. Find “Google Talk”
- The first result should be: HKEY_CURRENT_USERSoftwareGoogleGoogle Talk
6. Before editing any keys right click the Google Talk folder in the treeview and select export. type a filename and save it in a memorable place! This is for Backup Purposes
Here are some Tweaks for Google Talk:(Click Read More to see the full article and the Tweaks!)
Parameters:
/forcestart
/autostart – Start at Windows Startup
/register
/checkupdate – Check for newer versions
/nogaiaauth
/plaintextauth
/factoryreset – Sets all your settings back to default
/gaiaserver
/create_sesion
/S upgrade
/superprefetch – Allegedly Loads GT Much Faster
Prefetch MythTo use application parameters create a shortcup to the application, then open up the shortcuts properties and edit the “Target” field to look like“C:Program FilesGoogleGoogle Talkgoogletalk.exe” /nomutex Quotes Included!
Save Shortcut and your done. Multiple params can be used as well example: …googletalk.exe” /nomutex /checkupdate
In this example we will use ResHacker
40003 – Settings/General
40004 – Minimize
40011 – Add Friend
40020 – Help (http://www.google.com/support/talk)
40023 – About
40026 – Brings Cursor and Focus to Search Box
40027 – Exit
40028 – Add Friend
40080 – Disable all Notifications
40087 – Check for Updates Now
40088 – Inbox
40089 – Check Mail Now
65535 – Tray Menu
2. Go to Menu -> 110 -> Click on 1033
3. To add these buttons find the lines:
MENUITEM “”, 0, MFT_SEPARATOR, MFS_ENABLED<br />
MENUITEM “About…”, 40023, MFT_STRING, MFS_ENABLED
And Replace with:
<p> MENUITEM “Force Sign In”, 40001, MFT_STRING, MFS_ENABLED<br />
MENUITEM “Force Sign Out”, 40002, MFT_STRING, MFS_ENABLED<br />
MENUITEM “”, 0, MFT_SEPARATOR, MFS_ENABLED<br />
MENUITEM “Settings”, 40003, MFT_STRING, MFS_ENABLED<br />
MENUITEM “About…”, 40023, MFT_STRING, MFS_ENABLED
4. Click Compile Script
6. Click File -> Save
7. Your Done! Now Open up Google Talk and look at your changes.
2. Enter “regedit” and press run
4. Goto Edit -> Find or Ctrl + F
5. Find “Google Talk”
- The first result should be: HKEY_CURRENT_USERSoftwareGoogleGoogle Talk
6. Before editing any keys right click the Google Talk folder in the treeview and select export. type a filename and save it in a memorable place! This is for Backup Purposes