msgbartop
The life,Let yourself feel
msgbarbottom

14 Dec 09 待学习

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

TUN与TAP
七层协议
VPN
PKI - PGP/GPG
公钥/私钥

TeamViewer http://www.teamviewer.com/index.aspx
LogMeIn Hamachi https://secure.logmein.com/US/home.aspx
SoftEther VPN http://www.softether.com/
OpenVPN http://www.openvpn.org/

-----BEGIN PGP SIGNATURE-----
Version: PGP Desktop 9.9.0 (Build 397)
Comment: PGP
Charset: utf-8

wsBVAwUBSyhHP1fNEfCmxMqfAQjSMQf+L6LAg+tCfmR3UbCbLKeD1dnZ6ZLLus76
bH0JpSyWKLj0M5JcDX++4BwOLDPXY1wi3ljdMLZDanepvkMDprqNwnTvB4+PDDr1
Fy9V5a/hznimf3l3wmXl7Oqttvo+DbvH5OE3lWNB1tqeURhAhN8eR1hptXOa++w8
dAXM+K4Y8lxCInXDvHVGXUPGIZ4bnpY6CgJefcz2OXP9IIIhW6ffzOJ56EjULilO
qUjhYy5RUTT90F5O6ZCvMwI3/Io2ql9d9L7C+3lmZpBDgoA6HRqPfylRXseYmErv
cUMlLkpEtAysDpv7hw8lHw/lhw2g1zBt0TD7sTD7lwcG+X5Rhyk5mw==
=fVcf
-----END PGP SIGNATURE-----

Tags: ,

18 Jul 09 两件事

1. 招行专业版运行后会将Windows的远程桌面关闭—为了安全,关闭可以,但也应该给客户一个提示.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]
“fDenyTSConnections”=dword:00000000

2. FAT32格式,单文件最大4G,SQL Server的日志很容易超标,所以请各位小盆友投向NTFS吧

Converts FAT volumes to NTFS.

CONVERT volume /FS:NTFS [/V] [/CvtArea:filename] [/NoSecurity] [/X]

volume Specifies the drive letter (followed by a colon),
mount point, or volume name.
/FS:NTFS Specifies that the volume is to be converted to NTFS.
/V Specifies that Convert should be run in verbose mode.
/CvtArea:filename
Specifies a contiguous file in the root directory to be
the place holder for NTFS system files.
/NoSecurity Specifies the converted files and directories security
settings to be accessible by everyone.
/X Forces the volume to dismount first if necessary.
All opened handles to the volume would then be invalid.