<?xml version="1.0" encoding="GBK" ?>
<rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dcterms="http://purl.org/dc/terms/">
 <channel>
  	  <title><![CDATA[ËÞÃüÓëÂÖ»Ø]]></title>
	  <link>http://20883340.blog.163.com</link>
	  <description><![CDATA[null ÉúÃü£¬ÊÇÒ»´ÎÂÖ»Ø]]></description>
	  <language>zh-CN</language>
	  <pubDate>Wed, 19 Nov 2008 20:28:26 +0800</pubDate>
	  <lastBuildDate>Wed, 19 Nov 2008 20:28:26 +0800</lastBuildDate>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <generator><![CDATA[NetEase Space]]></generator>
	  <managingEditor><![CDATA[20883340]]></managingEditor>
	  <webMaster><![CDATA[ËÞÃüÓëÂÖ»Ø]]></webMaster>
		  <ttl>120</ttl>
	  <image>
	  	<title><![CDATA[ËÞÃüÓëÂÖ»Ø]]></title>
	  	<url>http://ava.blog.163.com/photo/C7XiwlWsyCxYJgb7fo-usQ==/4559613147736087842.jpg</url>
	  	<link>http://20883340.blog.163.com</link>
	  </image>
  <item>
  	<title><![CDATA[Linux FC9 Ä¬ÈÏµÄSMB.CONFÎÄ¼þ]]></title>	
    <link>http://20883340.blog.163.com/blog/static/4485410200810193581193</link>
    <description><![CDATA[<div><P>[root@localhost ~]# cat /etc/samba/smb.conf<BR># This is the main Samba configuration file. You should read the<BR># smb.conf(5) manual page in order to understand the options listed<BR># here. Samba has a huge number of configurable options (perhaps too<BR># many!) most of which are not shown in this example<BR>#<BR># For a step to step guide on installing, configuring and using samba, <BR># read the Samba-HOWTO-Collection. This may be obtained from:<BR>#&nbsp; <A href="http://www.samba.org/samba/docs/Samba-HOWTO-Collection.pdf">http://www.samba.org/samba/docs/Samba-HOWTO-Collection.pdf</A><BR>#<BR># Many working examples of smb.conf files can be found in the <BR># Samba-Guide which is generated daily and can be downloaded from: <BR>#&nbsp; <A href="http://www.samba.org/samba/docs/Samba-Guide.pdf">http://www.samba.org/samba/docs/Samba-Guide.pdf</A><BR>#<BR># Any line which starts with a ; (semi-colon) or a # (hash) <BR># is a comment and is ignored. In this example we will use a #<BR># for commentry and a ; for parts of the config file that you<BR># may wish to enable<BR>#<BR># NOTE: Whenever you modify this file you should run the command "testparm"<BR># to check that you have not made any basic syntactic errors. <BR>#<BR>#---------------<BR># SELINUX NOTES:<BR>#<BR># If you want to use the useradd/groupadd family of binaries please run:<BR># setsebool -P samba_domain_controller on<BR>#<BR># If you want to share home directories via samba please run:<BR># setsebool -P samba_enable_home_dirs on<BR>#<BR># If you create a new directory you want to share you should mark it as<BR># "samba-share_t" so that selinux will let you write into it.<BR># Make sure not to do that on system directories as they may already have<BR># been marked with othe SELinux labels.<BR>#<BR># Use ls -ldZ /path to see which context a directory has<BR>#<BR># Set labels only on directories you created!<BR># To set a label use the following: chcon -t samba_share_t /path<BR>#<BR># If you need to share a system created directory you can use one of the<BR># following (read-only/read-write):<BR># setsebool -P samba_export_all_ro on<BR># or<BR># setsebool -P samba_export_all_rw on<BR>#<BR># If you want to run scripts (preexec/root prexec/print command/...) please<BR># put them into the /var/lib/samba/scripts directory so that smbd will be<BR># allowed to run them.<BR># Make sure you COPY them and not MOVE them so that the right SELinux context<BR># is applied, to check all is ok use restorecon -R -v /var/lib/samba/scripts<BR>#<BR>#--------------<BR>#<BR>#======================= Global Settings =====================================</P>
<P>[global]</P>
<P># ----------------------- Netwrok Related Options -------------------------<BR>#<BR># workgroup = NT-Domain-Name or Workgroup-Name, eg: MIDEARTH<BR>#<BR># server string is the equivalent of the NT Description field<BR>#<BR># netbios name can be used to specify a server name not tied to the hostname<BR>#<BR># Interfaces lets you configure Samba to use multiple interfaces<BR># If you have multiple network interfaces then you can list the ones<BR># you want to listen on (never omit localhost)<BR>#<BR># Hosts Allow/Hosts Deny lets you restrict who can connect, and you can<BR># specifiy it as a per share option as well<BR>#<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; workgroup = MYGROUP<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; server string = Samba Server Version %v</P>
<P>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; netbios name = MYSERVER</P>
<P>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; interfaces = lo eth0 192.168.12.2/24 192.168.13.2/24 <BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; hosts allow = 127. 192.168.12. 192.168.13.</P>
<P># --------------------------- Logging Options -----------------------------<BR>#<BR># Log File let you specify where to put logs and how to split them up.<BR>#<BR># Max Log Size let you specify the max size log files should reach</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # logs split per machine<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; log file = /var/log/samba/log.%m<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # max 50KB per log file, then rotate<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; max log size = 50</P>
<P># ----------------------- Standalone Server Options ------------------------<BR>#<BR># Scurity can be set to user, share(deprecated) or server(deprecated)<BR>#<BR># Backend to store user information in. New installations should <BR># use either tdbsam or ldapsam. smbpasswd is available for backwards <BR># compatibility. tdbsam requires no further configuration.</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; security = user<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; passdb backend = tdbsam</P>
<P><BR># ----------------------- Domain Members Options ------------------------<BR>#<BR># Security must be set to domain or ads<BR>#<BR># Use the realm option only with security = ads<BR># Specifies the Active Directory realm the host is part of<BR>#<BR># Backend to store user information in. New installations should <BR># use either tdbsam or ldapsam. smbpasswd is available for backwards <BR># compatibility. tdbsam requires no further configuration.<BR>#<BR># Use password server option only with security = server or if you can't<BR># use the DNS to locate Domain Controllers<BR># The argument list may include:<BR>#&nbsp;&nbsp; password server = My_PDC_Name [My_BDC_Name] [My_Next_BDC_Name]<BR># or to auto-locate the domain controller/s<BR>#&nbsp;&nbsp; password server = *</P>
<P><BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; security = domain<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; passdb backend = tdbsam<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; realm = MY_REALM</P>
<P>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; password server = &lt;NT-Server-Name&gt;</P>
<P># ----------------------- Domain Controller Options ------------------------<BR>#<BR># Security must be set to user for domain controllers<BR>#<BR># Backend to store user information in. New installations should <BR># use either tdbsam or ldapsam. smbpasswd is available for backwards <BR># compatibility. tdbsam requires no further configuration.<BR>#<BR># Domain Master specifies Samba to be the Domain Master Browser. This<BR># allows Samba to collate browse lists between subnets. Don't use this<BR># if you already have a Windows NT domain controller doing this job<BR>#<BR># Domain Logons let Samba be a domain logon server for Windows workstations. <BR>#<BR># Logon Scrpit let yuou specify a script to be run at login time on the client<BR># You need to provide it in a share called NETLOGON<BR>#<BR># Logon Path let you specify where user profiles are stored (UNC path)<BR>#<BR># Various scripts can be used on a domain controller or stand-alone<BR># machine to add or delete corresponding unix accounts<BR>#<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; security = user<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; passdb backend = tdbsam</P>
<P>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; domain master = yes <BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; domain logons = yes</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # the login script name depends on the machine name<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; logon script = %m.bat<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # the login script name depends on the unix user used<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; logon script = %u.bat<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; logon path = <A href="file://%LProfiles%u">\\%L\Profiles\%u</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # disables profiles support by specifing an empty path<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; logon path =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </P>
<P>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; add user script = /usr/sbin/useradd "%u" -n -g users<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; add group script = /usr/sbin/groupadd "%g"<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; add machine script = /usr/sbin/useradd -n -c "Workstation (%u)" -M -d /nohome -s /bin/false "%u"<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; delete user script = /usr/sbin/userdel "%u"<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; delete user from group script = /usr/sbin/userdel "%u" "%g"<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; delete group script = /usr/sbin/groupdel "%g"</P>
<P><BR># ----------------------- Browser Control Options ----------------------------<BR>#<BR># set local master to no if you don't want Samba to become a master<BR># browser on your network. Otherwise the normal election rules apply<BR>#<BR># OS Level determines the precedence of this server in master browser<BR># elections. The default value should be reasonable<BR>#<BR># Preferred Master causes Samba to force a local browser election on startup<BR># and gives it a slightly higher chance of winning the election<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; local master = no<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; os level = 33<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; preferred master = yes</P>
<P>#----------------------------- Name Resolution -------------------------------<BR># Windows Internet Name Serving Support Section:<BR># Note: Samba can be either a WINS Server, or a WINS Client, but NOT both<BR>#<BR># - WINS Support: Tells the NMBD component of Samba to enable it's WINS Server<BR>#<BR># - WINS Server: Tells the NMBD components of Samba to be a WINS Client<BR>#<BR># - WINS Proxy: Tells Samba to answer name resolution queries on<BR>#&nbsp;&nbsp; behalf of a non WINS capable client, for this to work there must be<BR>#&nbsp;&nbsp; at least one&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WINS Server on the network. The default is NO.<BR>#<BR># DNS Proxy - tells Samba whether or not to try to resolve NetBIOS names<BR># via DNS nslookups.</P>
<P>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wins support = yes<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wins server = w.x.y.z<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; wins proxy = yes</P>
<P>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; dns proxy = yes</P>
<P># --------------------------- Printing Options -----------------------------<BR>#<BR># Load Printers let you load automatically the list of printers rather<BR># than setting them up individually<BR>#<BR># Cups Options let you pass the cups libs custom options, setting it to raw<BR># for example will let you use drivers on your Windows clients<BR>#<BR># Printcap Name let you specify an alternative printcap file<BR>#<BR># You can choose a non default printing system using the Printing option</P>
<P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; load printers = yes<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cups options = raw</P>
<P>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; printcap name = /etc/printcap<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #obtain list of printers automatically on SystemV<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; printcap name = lpstat<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; printing = cups</P>
<P># --------------------------- Filesystem Options ---------------------------<BR>#<BR># The following options can be uncommented if the filesystem supports<BR># Extended Attributes and they are enabled (usually by the mount option<BR># user_xattr). Thess options will let the admin store the DOS attributes<BR># in an EA and make samba not mess with the permission bits.<BR>#<BR># Note: these options can also be set just per share, setting them in global<BR># makes them the default for all shares</P>
<P>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map archive = no<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map hidden = no<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map read only = no<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; map system = no<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; store dos attributes = yes</P>
<P><BR>#============================ Share Definitions ==============================</P>
<P>[homes]<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; comment = Home Directories<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; browseable = no<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; writable = yes<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; valid users = %S<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; valid users = MYDOMAIN\%S</P>
<P>[printers]<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; comment = All Printers<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; path = /var/spool/samba<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; browseable = no<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; guest ok = no<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; writable = no<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; printable = yes</P>
<P># Un-comment the following and create the netlogon directory for Domain Logons<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [netlogon]<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; comment = Network Logon Service<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; path = /var/lib/samba/netlogon<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; guest ok = yes<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; writable = no<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; share modes = no</P>
<P><BR># Un-comment the following to provide a specific roving profile share<BR># the default is to use the user's home directory<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [Profiles]<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; path = /var/lib/samba/profiles<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; browseable = no<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; guest ok = yes</P>
<P><BR># A publicly accessible directory, but read only, except for people in<BR># the "staff" group<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [public]<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; comment = Public Stuff<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; path = /home/samba<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; public = yes<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; writable = yes<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; printable = no<BR>;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; write list = +staff</P></div>]]></description>
	    <author><![CDATA[ËÞÃüÓëÂÖ»Ø]]></author>
	    <comments>http://20883340.blog.163.com/blog/static/4485410200810193581193</comments>
    <slash:comments>0</slash:comments>
    <guid isPermaLink="true">http://20883340.blog.163.com/blog/static/4485410200810193581193</guid>
    <pubDate>Wed, 19 Nov 2008 15:58:11 +0800</pubDate>
    <dcterms:modified>2008-11-19T15:58:11+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[samba - Windows SMB/CIFS Ð­ÒéµÄÎÄ¼þ·þÎñÆ÷]]></title>	
    <link>http://20883340.blog.163.com/blog/static/4485410200810193422871</link>
    <description><![CDATA[<div><P>Ãû³Æ <BR>samba - A Windows SMB/CIFS fileserver for UNIX </P>
<P>samba - ÔÚUNIXÉÏÊµÏÖWindows SMB/CIFS Ð­ÒéµÄÎÄ¼þ·þÎñÆ÷ </P>
<P><BR>SYNOPSIS <BR>´ó¸Ù </P>
<P>samba </P>
<P><BR>DESCRIPTION <BR>ÃèÊö </P>
<P>The samba software suite is a collection of programs that implements the <BR>Server Message Block(commonly abbreviated as SMB) protocol for UNIX systems. <BR>This protocol is sometimes also referred to as the Common Internet File <BR>System (CIFS), LanManager or NetBIOS protocol. </P>
<P>sambaÌ×¼þÊÇÔÚUNIXÏµÍ³ÉÏÊµÏÖ¡°·þÎñÆ÷ÐÅÏ¢¿é¡±(Í¨³£¼ò³ÆSMB)Ð­ÒéµÄÒ»×é³ÌÐò¡£Õâ¸öÐ­ <BR>ÒéÓÐÊ±Ò²³ÆÎª¡°Í¨ÓÃ»¥ÁªÍøÎÄ¼þÏµÍ³£¬LanManager»òNetBIOSÐ­Òé¡±¡£ </P>
<P><BR>COMPONENTS <BR>×é³É </P>
<P>The samba suite is made up of several components. Each component is described <BR>in a separate manual page. It is strongly recommended that you read the <BR>documentation that comes with samba and the manual pages of those components <BR>that you use. If the manual pages aren clear enough then please send a <BR>patch or bug report to <A href="mailto:samba-bugs@samba.org">samba-bugs@samba.org</A>. </P>
<P>sambaÓÉ¼¸¸ö²¿¼þ×é³É¡£Ã¿¸ö²¿¼þÔÚÒ»ÏµÁÐµÄÎÄµµÖÐ±»ÃèÊö¡£Ç¿ÁÒÍÆ¼öÄãÔÄ¶ÁÕâÐ©samba±¾ <BR>ÉíºÍÄãËùÓÃµÄÄÇÐ©²¿¼þµÄÊÖ²áÖÐµÄÎÄµµ¡£Èç¹ûÊÖ²á²»¹»ÇåÎúÇëÏòÕâ¸öµØÖ··¢ËÍÒ»¸ö²¹¶¡»ò <BR>Õß´íÎó±¨¸æ£º<A href="mailto:samba-bugs@samba.org">samba-bugs@samba.org</A> </P>
<P>¡¡ <BR>smbd </P>
<P><BR>The smbd (8) daemon provides the file and print services to SMB clients, such <BR>as Windows 95/98, Windows NT, Windows for Workgroups or LanManager. The <BR>configuration file for this daemon is described in smb.conf (5). <BR>smbd (8)ÊØ»¤³ÌÐòÎªSMB¿Í»§£¬ÀýÈçWindows 95/98£¬Windows NT£¬Windows for <BR>Workgroups»òÕßÊÇLanManager£¬Ìá¹©ÁËÎÄ¼þºÍ´òÓ¡·þÎñ¡£ËüµÄÏàÓ¦ÅäÖÃÎÄ¼þÔÚsmb.conf <BR>(5)ÖÐÃèÊö¡£ <BR>nmbd </P>
<P><BR>The nmbd (8) daemon provides NetBIOS nameserving and browsing support. The <BR>configuration file for this daemon is described in smb.conf (5). <BR>nmbd (8)ÊØ»¤³ÌÐòÌá¹©NetBIOSÃû×Ö·þÎñºÍä¯ÀÀÖ§³Ö¡£ËüµÄÏàÓ¦ÅäÖÃÎÄ¼þÔÚsmb.conf (5) <BR>¡¡ <BR>smbd </P>
<P><BR>The smbd (8) daemon provides the file and print services to SMB clients, such <BR>as Windows 95/98, Windows NT, Windows for Workgroups or LanManager. The <BR>configuration file for this daemon is described in smb.conf (5). <BR>smbd (8)ÊØ»¤³ÌÐòÎªSMB¿Í»§£¬ÀýÈçWindows 95/98£¬Windows NT£¬Windows for <BR>Workgroups»òÕßÊÇLanManager£¬Ìá¹©ÁËÎÄ¼þºÍ´òÓ¡·þÎñ¡£ËüµÄÏàÓ¦ÅäÖÃÎÄ¼þÔÚsmb.conf <BR>(5)ÖÐÃèÊö¡£ <BR></P>
<P>nmbd </P>
<P><BR>The nmbd (8) daemon provides NetBIOS nameserving and browsing support. The <BR>configuration file for this daemon is described in smb.conf (5). <BR>nmbd (8)ÊØ»¤³ÌÐòÌá¹©NetBIOSÃû×Ö·þÎñºÍä¯ÀÀÖ§³Ö¡£ËüµÄÏàÓ¦ÅäÖÃÎÄ¼þÔÚsmb.conf (5) <BR>testprns (1)¹¤¾ßÓÃÀ´²âÊÔÄãÔÚprintcapÎÄ¼þÖÐ¶¨ÒåºÃµÄ´òÓ¡»ú¡£ <BR></P>
<P>smbstatus </P>
<P><BR>The smbstatus (1) utility allows you list current connections to the smbd (8) <BR>server. <BR>smbstatus (1)¹¤¾ßÓÃÀ´ÁÐ³öµ±Ç°ÔÚsmbd (8)·þÎñÆ÷ÉÏµÄÁª½Ó¡£ <BR>nmblookup </P>
<P><BR>the nmblookup (1) utility allows NetBIOS name queries to be made from the <BR>UNIX machine. <BR>nmblookup (1)¹¤¾ßÓÃÀ´ÏòUNIX»úÆ÷²éÑ¯NetBIOSÃû×Ö¡£ <BR>make_smbcodepage </P>
<P><BR>The make_smbcodepage (1) utility allows you to create SMB code page <BR>definition files for your smbd (8) server. <BR>make_smbcodepage (1)¹¤¾ßÓÃÀ´ÎªÄãµÄsmbd (8)·þÎñÆ÷½¨Á¢SMB´úÂëÒ³¶¨ÒåÎÄ¼þ¡£ <BR>smbpasswd </P>
<P><BR>The smbpasswd (8) utility allows you to change SMB encrypted passwords on <BR>samba and Windows NT(tm) servers. <BR>¹¤¾ßÓÃÀ´ÔÚsambaºÍNT·þÎñÆ÷ÉÏ¸Ä±äSMB¼ÓÃÜ¿ÚÁî¡£ </P>
<P>AVAILABILITY <BR>ÓÐÐ§ÐÔ </P>
<P>The samba software suite is licensed under the GNU Public License (GPL). A <BR>copy of that license should have come with the package in the file COPYING. <BR>You are encouraged to distribute copies of the samba suite, but please obey <BR>the terms of this license. </P>
<P>sambaÌ×¼þÓÉGNU¹«¹²Ð­Òé±£»¤¡£ÔÚÈí¼þ°üµÄCOPYINGÎÄ¼þÖÐ°üº¬ÁËÒ»·ÝÐ­ÒéµÄ¸´±¾¡£Äã¿É <BR>ÒÔÉ¢²¼Ì×¼þµÄ¿½±´£¬µ«Çë·þ´ÓÐ­ÒéÌõ¿î¡£ </P>
<P>The latest version of the samba suite can be obtained via anonymous ftp from <BR>samba.org in the directory pub/samba/. It is also available on several mirror <BR>sites worldwide. </P>
<P>sambaÌ×¼þµÄ×îÐÂ°æ±¾¿ÉÒÔÍ¨¹ýÎ»ÓÚsamba.orgµÄÄäÃûFTPÉÏµÄ/pub/sambaÄ¿Â¼»ñµÃ£¬µ±È» <BR>Ò²¿ÉÒÔÔÚºÜ¶à»¥ÁªÍøÉÏµÄ¾µÏñÕ¾µãÖÐ»ñµÃ¡£ </P>
<P>You may also find useful information about samba on the newsgroup <BR>comp.protocols.smb and the samba mailing list. Details on how to join the <BR>mailing list are given in the README file that comes with samba. </P>
<P>ÄãÒ²ÄÜÔÚcomp.protocols.smbÐÂÎÅ×éºÍsambaµÄÓÊ¼þÁÐ±íÉÏÕÒµ½Ïà¹ØµÄÓÐÓÃÐÅÏ¢¡£ÔÚsamba <BR>µÄREADMEÎÄ¼þÖÐ¸ø³öÁË¼ÓÈëÓÊ¼þÁÐ±íµÄÏêÏ¸×ÊÁÏ¡£ </P>
<P>If you have access to a WWW viewer (such as Netscape or Mosaic) then you will <BR>also find lots of useful information, including back issues of the samba <BR>mailing list, at <A href="http://samba.org/samba/">http://samba.org/samba/</A>. </P>
<P>ÈçºÎÄãÄÜÓÃWWWä¯ÀÀÆ÷µÄ»°£¬ÔÚ<A href="http://samba.org/samba/">http://samba.org/samba/</A>½«»áÕÒµ½°üÀ¨sambaÓÊ¼þÁÐ±íÎÊ <BR>ÌâÔÚÄÚµÄ·Ç³£¶àµÄÓÐÓÃÐÅÏ¢¡£ </P>
<P><BR>VERSION <BR>°æ±¾ </P>
<P>This man page is correct for version 2.0 of the samba suite. </P>
<P>Õâ·ÝÊÖ²áÊÇÕë¶ÔsambaÌ×¼þ°æ±¾2.0µÄ¡£ </P>
<P><BR>CONTRIBUTIONS <BR>Í¶¸å </P>
<P>If you wish to contribute to the samba project, then I suggest you join the <BR>samba mailing list at <A href="mailto:samba@samba.org">samba@samba.org</A>. See the Web page at <A href="http://samba.org/li">http://samba.org/li</A> <BR>stproc for details on how to do this. </P>
<P>Èç¹ûÄãÏëÏòsamba¼Æ»®Í¶¸åµÄ»°£¬½¨ÒéÄãµ½<A href="mailto:samba@samba.org">samba@samba.org</A>¼ÓÈësambaµÄÓÊ¼þÁÐ±í£¬ÏêÏ¸ <BR>½éÉÜÇë¿´ÔÚ<A href="http://samba.org/listproc">http://samba.org/listproc</A>µÄÍøÒ³¡£ </P>
<P>If you have patches to submit or bugs to report then you may mail them <BR>directly to <A href="mailto:samba-bugs@samba.org">samba-bugs@samba.org</A>. Note, however, that due to the enormous <BR>popularity of this package the samba Team may take some time to respond to <BR>mail. We prefer patches in diff -u format. </P>
<P>Èç¹ûÄãÒ»¸ö²¹¶¡ÐèÒªÌá½»»òÕßÒª±¨¸æÒ»¸ö´íÎóµÄ»°¿ÉÒÔÖ±½ÓÏò<A href="mailto:samba-bugs@samba.org">samba-bugs@samba.org</A>·¢ÐÅ <BR>¡£×¢Òâ£¬samba¿ª·¢×é¿ÉÒÔ»áÒòÎªÕâ¸öÈí¼þ°üµÄÑ¸ËÙÁ÷ÐÐ¶øÐèÒª»¨·ÑÒ»¶¨µÄÊ±¼äÀ´¶ÔÓÊ¼þ <BR>×÷³ö»ØÓ¦¡£ÎÒÃÇ¸üÔ¸ÒâÔÚdiff -f¸ñÊ½ÏÂÐÞ²¹ÎÊÌâ¡£ </P>
<P><BR>CREDITS <BR>ÈÙÓþ </P>
<P>Contributors to the project are now too numerous to mention here but all <BR>deserve the thanks of all samba users. To see a full list, look at <BR><A href="ftp://samba.org/pub/samba/alpha/change-log">ftp://samba.org/pub/samba/alpha/change-log</A> for the pre-CVS changes and at <BR><A href="ftp://samba.org/pub/samba/alpha/cvs.log">ftp://samba.org/pub/samba/alpha/cvs.log</A> for the contributors to samba <BR>post-CVS. CVS is the Open Source source code control system used by the samba <BR>Team to develop samba. The project would have been unmanageable without it. </P>
<P>ÔÚ´ËÌá¼°¶Ô¼Æ»®×÷³ö¹±Ï×µÄÈËÊµÔÚÌ«¶àÁË£¬µ«ÊÇËùÓÐµÄsambaÓÃ»§¶¼Ó¦¸Ã¸ÐÐ»ËûÃÇ¡£Òª¿´ <BR>Ò»·ÝÍêÕûµÄÁÐ±í£¬²éÕÒ<A href="ftp://samba.org/pub/samba/alpha/cvs.log">ftp://samba.org/pub/samba/alpha/cvs.log</A>¿ÉÒÔ»ñµÃ²¢·¢°æ±¾Ïµ <BR>Í³Ô¤ÏÈÌá¹©µÄÒ»·ÝÎ¬»¤ÕßÃûµ¥£¬²¢ÔÚ<A href="ftp://samba.org/pub/samba/alpha/change-log">ftp://samba.org/pub/samba/alpha/change-log</A>ÖÐÕÒ <BR>µ½±ä¸üºóµÄÄÚÈÝ¡£CVSÊÇsamba¿ª·¢×é¿ª·¢sambaÊ±²ÉÓÃµÄ¿ª·ÅÔ´´úÂë¿ØÖÆÏµÍ³£¬Ã»ÓÐÕâ¸ö <BR>ÏµÍ³¼Æ»®½«ÎÞ·¨¹ÜÀí¡£ </P>
<P>In addition, several commercial organizations now help fund the samba Team <BR>with money and equipment. For details see the samba Web pages at <BR><A href="http://samba.org/samba/samba-thanks.html">http://samba.org/samba/samba-thanks.html</A>. </P>
<P>ÁíÍâ£¬Ò»Ð©ÉÌÒµ×éÖ¯ÏÖÔÚÏòsamba¿ª·¢×éÌá¹©×Ê½ðºÍÉè±¸ÉÏµÄ°ïÖú¡£ÏêÏ¸ÐÅÏ¢Çë¿´ÍøÒ³ <BR><A href="http://samba.org/samba/samba-thanks.html">http://samba.org/samba/samba-thanks.html</A> </P>
<P><BR>AUTHOR <BR>×÷Õß </P>
<P>The original samba software and related utilities were created by Andrew <BR>Tridgell <A href="mailto:samba-bugs@samba.org">samba-bugs@samba.org</A>. samba is now developed by the samba Team as an <BR>Open Source project similar to the way the Linux kernel is developed. </P>
<P>sambaÈí¼þºÍÏà¹Ø¹¤¾ß×î³õÓÉAndrew Tridgell <A href="mailto:samba-bugs@samba.org">samba-bugs@samba.org</A>´´½¨¡£sambaÏÖÔÚÓÉ <BR>¿ª·¢×é×÷ÎªÀàËÆLinuxÄÚºË¿ª·¢²ÉÓÃµÄ¿ª·ÅÔ´´úÂë¼Æ»®·½Ê½À´·¢Õ¹¡£ </P>
<P>The original samba man pages were written by Karl Auer. The man page sources <BR>were converted to YODL format (another excellent piece of Open Source <BR>software, available at <A href="ftp://ftp.icce.rug.nl/pub/unix/">ftp://ftp.icce.rug.nl/pub/unix/</A>) and updated for the <BR>samba2.0 release by Jeremy Allison. <A href="mailto:samba-bugs@samba.org">samba-bugs@samba.org</A>. </P>
<P>sambaÊÖ²áÒ³×î³õÓÉKarl Auer×«Ð´¡£ËüµÄÔ´ÂëÒÑ±»×ª»»³ÉYODL(Ò»ÖÖ¼«ºÃµÄ¿ª·ÅÔ´´úÂëÈí <BR>¼þ£¬¿ÉÒÔÔÚ<A href="ftp://ftp.icce.rug.nl/pub/unix/">ftp://ftp.icce.rug.nl/pub/unix/</A>´¦»ñµÃ)¸ñÊ½²¢ÒÑÓÉJeremy Allison¸üÐÂµ½ <BR>samba2.0°æ±¾¡£ </P>
<P>ÐÅÏ¢À´Ô´£º<A href="http://linux.sheup.com/linux/linux5331.htm">http://linux.sheup.com/linux/linux5331.htm</A></P></div>]]></description>
	    <author><![CDATA[ËÞÃüÓëÂÖ»Ø]]></author>
	    <comments>http://20883340.blog.163.com/blog/static/4485410200810193422871</comments>
    <slash:comments>0</slash:comments>
    <guid isPermaLink="true">http://20883340.blog.163.com/blog/static/4485410200810193422871</guid>
    <pubDate>Wed, 19 Nov 2008 15:42:28 +0800</pubDate>
    <dcterms:modified>2008-11-19T15:49:05+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[MySQL°²×°¹ý³Ì]]></title>	
    <link>http://20883340.blog.163.com/blog/static/44854102008101614323119</link>
    <description><![CDATA[<div><P>&nbsp;</P>
<P>[root@localhost gaoxl]# yum search mysql<BR>ÔØÈë²å¼þ: refresh-packagekit<BR>================================ Matched: mysql ================================<BR>libgda-mysql.i386 : MySQL provider for libgda<BR>libgda-mysql-devel.i386 : MySQL provider for libgda pkgconfig file<BR>mod_auth_mysql.i386 : Basic authentication for the Apache web server using a<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : MySQL database<BR>mysql-connector-java.i386 : Official JDBC driver for MySQL<BR>pam_mysql.i386 : PAM module for auth UNIX users using MySQL data base<BR>qt-mysql.i386 : MySQL driver for Qt's SQL classes<BR>Io-language-mysql.i386 : Io mysql bindings<BR>LinLog.i386 : A ham radio logbook for Linux<BR>MySQL-python.i386 : Ò»¸öµ½ MySQL µÄ½çÃæ<BR>apr-util-mysql.i386 : APR utility library MySQL DBD driver<BR>bacula-director-common.i386 : Common Bacula Director files<BR>bacula-director-mysql.i386 : Bacula Director with MySQL database support<BR>bacula-storage-mysql.i386 : MySQL Bacula storage daemon files<BR>bibus.noarch : Bibliographic and reference management software<BR>bibus.i386 : Bibliographic and reference management software<BR>bugzilla.noarch : Bug tracking system<BR>bytefx-data-mysql.i386 : Mono µÄ MySQL Êý¾Ý¿âÁ¬½ÓÐÔ<BR>cacti.noarch : An rrd based graphing tool<BR>callweaver-mysql.i386 : MySQL support for CallWeaver<BR>collectd-mysql.i386 : MySQL module for collectd<BR>dbmail.i386 : The DBMail mail storage system<BR>dbmail-mysql.i386 : The DBMail mail storage system<BR>freeradius-dialupadmin.i386 : Web management for FreeRADIUS<BR>freeradius-dialupadmin-mysql.i386 : MySQL component of the dialupadmin<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : FreeRADIUS Web management tool<BR>freeradius-mysql.i386 : MySQL support for freeradius<BR>gallery2.noarch : Customizable photo gallery web site<BR>gnokii-smsd-mysql.i386 : MySQL support for Gnokii SMS daemon<BR>gpsdrive.i386 : A GPS based navigation tool<BR>innotop.noarch : A MySQL and InnoDB monitor program<BR>libdbi-dbd-mysql.i386 : libdbi µÄ MySQL ²å¼þ<BR>libnss-mysql.i386 : NSS library for MySQL<BR>libpreludedb-mysql.i386 : Plugin to use prelude with a mysql database<BR>lighttpd-mod_mysql_vhost.i386 : Virtual host module for lighttpd that uses a<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : MySQL database<BR>limph.noarch : A PHP5-compatible network host/service poller with web interface<BR>lua-sql.i386 : Database connectivity for the Lua programming language<BR>lua-sql-mysql.i386 : MySQL database connectivity for the Lua programming<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : language<BR>mantis.noarch : Web-based bugtracking system<BR>moodss.i386 : Powerful modular monitoring graphical application<BR>moomps.i386 : Powerful modular monitoring service<BR>mysql++.i386 : C++ wrapper for the MySQL C API<BR>mysql++-devel.i386 : MySQL++ developer files (headers, examples, etc.)<BR>mysql++-manuals.i386 : MySQL++ user and reference manuals<BR>mysql.i386 : MySQL ¿Í»§¶Ë³ÌÐòºÍ¹²Ïí¿â<BR>mysql-administrator.i386 : GUI tools to manage mysql Databases<BR>mysql-bench.i386 : MySQL ±ê×¼½Å±¾ºÍÊý¾Ý<BR>mysql-connector-odbc.i386 : MySQL µÄ ODBC Çý¶¯³ÌÐò¡£<BR>mysql-devel.i386 : Files for development of MySQL applications<BR>mysql-gui-common.i386 : Common data shared among the MySQL GUI Suites<BR>mysql-gui-tools.i386 : GUI tools to manage mysql Databases<BR>mysql-libs.i386 : MySQL ¿Í»§¶ËËùÐèµÄ¹²Ïí¿â<BR>mysql-proxy.i386 : A proxy for the MySQL Client/Server protocol<BR>mysql-query-browser.i386 : A graphical tool for handling MySQL queries<BR>mysql-server.i386 : MySQL ·þÎñÆ÷ºÍÏà¹ØµÄÎÄ¼þ<BR>mysql-test.i386 : The test suite distributed with MySQL<BR>mysqltuner.noarch : MySQL high performance tuning script<BR>mytop.noarch : A top clone for MySQL<BR>nagios-plugins-mysql.i386 : Nagios Plugin - check_mysql<BR>ocaml-mysql.i386 : OCaml library for accessing MySQL databases<BR>ocaml-mysql-devel.i386 : Development files for ocaml-mysql<BR>openser.i386 : Open Source SIP Server<BR>openser-mysql.i386 : MySQL Storage Support for the OpenSER<BR>pdns-backend-mysql.i386 : MySQL backend for pdns<BR>perl-Class-DBI-mysql.noarch : Extensions to Class::DBI for MySQL<BR>perl-DBD-Mock.noarch : Mock database driver for testing<BR>perl-DBD-MySQL.i386 : perl µÄ MySQL ½Ó¿Ú<BR>perl-DBIx-DBSchema.noarch : Database-independent schema objects<BR>perl-DateTime-Format-DBI.noarch : Find a parser class for a database connection<BR>perl-DateTime-Format-MySQL.noarch : Parse and format MySQL dates and times<BR>perl-Text-TabularDisplay.noarch : Display text in formatted table output<BR>perl-Time-Piece-MySQL.noarch : MySQL-specific methods for Time::Piece<BR>php-laconica.noarch : PHP tool for microblogging<BR>php-mysql.i386 : ÓÃÓÚÊ¹ÓÃ MySQL Êý¾Ý¿âµÄ PHP ³ÌÐòµÄÄ£¿é<BR>php-pdo.i386 : A database access abstraction module for PHP applications<BR>php-pear-MDB2-Driver-mysql.noarch : MySQL MDB2 driver<BR>php-pear-MDB2-Driver-mysqli.noarch : MySQL Improved MDB2 driver<BR>phpMyAdmin.noarch : Web based MySQL browser written in php<BR>proftpd-mysql.i386 : Module to add MySQL support to the ProFTPD FTP server<BR>pure-ftpd.i386 : Lightweight, fast and secure FTP server<BR>pyicq-t-mysql.noarch : MySQL backend for ICQ transport<BR>python-openid.noarch : Python OpenID libraries<BR>python-rdflib.i386 : Python library for working with RDF<BR>python-sqlobject.noarch : SQLObject -Object-Relational Manager, aka database<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : wrapper<BR>python-storm.i386 : An object-relational mapper (ORM) for Python<BR>python-storm-mysql.i386 : MySQL backend for python-storm<BR>qt3-MySQL.i386 : MySQL drivers for Qt 3's SQL classes<BR>rekall.i386 : A KDE database front-end application<BR>rekall-mysql.i386 : Rekall MySQL driver<BR>roundcubemail.noarch : Round Cube Webmail is a browser-based multilingual IMAP<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : client<BR>rsyslog.i386 : Enhanced system logging and kernel message trapping daemons<BR>rsyslog-mysql.i386 : MySQL support for rsyslog<BR>ruby-mysql.i386 : A Ruby interface to MySQL<BR>rubygem-rails.noarch : Web-application framework<BR>ser-mysql.i386 : MySQL Storage Support for the SIP Express Router<BR>showimg-mysql.i386 : MySQL plugin for the Showimg image database<BR>snort.i386 : Intrusion detection system<BR>snort-bloat.i386 : Snort with Flexible Response<BR>snort-mysql+flexresp.i386 : Snort with Flexible Response<BR>snort-mysql.i386 : Snort with Flexible Response<BR>ulogd-mysql.i386 : MySQL output plugin for ulogd<BR>unixODBC.i386 : A complete ODBC driver manager for Linux<BR>[root@localhost gaoxl]# yum install mysql-server<BR>ÔØÈë²å¼þ: refresh-packagekit<BR>ÉèÖÃ°²×°½ø³Ì<BR>·ÖÎö°²×°²ÎÊýµÄÓï·¨<BR>½â¾öÒÀÀµÏà¹Ø<BR>--&gt;ÔËÐÐ´¦Àí¼ì²é<BR>---&gt; °ü mysql-server.i386 0:5.0.51a-1.fc9 ÉèÖÃÎª Éý¼¶ <BR>--&gt; ¹ý³ÌÒÀÀµ: mysql = 5.0.51a-1.fc9 ÒÀÀµÓÚ°ü: mysql-server<BR>--&gt;ÔËÐÐ´¦Àí¼ì²é<BR>---&gt; °ü mysql.i386 0:5.0.51a-1.fc9 ÉèÖÃÎª Éý¼¶ <BR>--&gt; Íê³ÉÒÀÀµÐÔ¼ì²é</P>
<P>ÒÀÀµÐÔ½â¾ö</P>
<P>================================================================================<BR>&nbsp;°ü&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ¼Ü¹¹&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; °æ±¾&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ²Ö¿â&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ´óÐ¡&nbsp;&nbsp; <BR>================================================================================<BR>ÕýÔÚ°²×°:<BR>&nbsp;mysql-server&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; i386&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5.0.51a-1.fc9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fedora&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 9.8 M<BR>ÎªÒÀÀµ¶ø°²×°:<BR>&nbsp;mysql&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; i386&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5.0.51a-1.fc9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fedora&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2.9 M</P>
<P>Transaction Summary<BR>================================================================================<BR>Install&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2 Package(s)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>Update&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 Package(s)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>Remove&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 Package(s)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </P>
<P>×Ü¹²ÏÂÔØ´óÐ¡: 13 M<BR>È·¶¨ÊÇÕâÑùÂð? [y/N]: y<BR>ÏÂÔØÈí¼þ°ü:<BR>(1/2): mysql-5.0.51a-1.fc9.i386.rpm&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | 656 kB&nbsp;&nbsp;&nbsp;&nbsp; 27:12&nbsp;&nbsp;&nbsp;&nbsp; <BR><A href="http://download.fedoraproject.org/pub/fedora/linux/releases/9/Everything/i386/os/Packages/mysql-5.0.51a-1.fc9.i386.rpm">http://download.fedoraproject.org/pub/fedora/linux/releases/9/Everything/i386/os/Packages/mysql-5.0.51a-1.fc9.i386.rpm</A>: [Errno 4] Socket Error: timed out<BR>³¢ÊÔÆäËû¾µÏñ.<BR>(1/2): mysql-5.0.51a-1.fc9.i386.rpm&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | 2.9 MB&nbsp;&nbsp;&nbsp;&nbsp; 03:34&nbsp;&nbsp;&nbsp;&nbsp; <BR>(2/2): mysql-server-5.0.51a-1.fc9.i386.rpm&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | 9.8 MB&nbsp;&nbsp;&nbsp;&nbsp; 15:27&nbsp;&nbsp;&nbsp;&nbsp; <BR>--------------------------------------------------------------------------------<BR>Total&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4.6 kB/s |&nbsp; 13 MB&nbsp;&nbsp;&nbsp;&nbsp; 46:39&nbsp;&nbsp;&nbsp;&nbsp; <BR>ÔËÐÐ rpm_check_debug <BR>ÔËÐÐ²âÊÔÊÂÎñ´¦Àí<BR>´«Êä²âÊÔÍê³É<BR>ÊÂÎñ´¦Àí²âÊÔ³É¹¦<BR>ÔËÐÐÊÂÎñ´¦Àí<BR>&nbsp; ÕýÔÚ°²×°&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : mysql&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [1/2] <BR>&nbsp; ÕýÔÚ°²×°&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : mysql-server&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [2/2] </P>
<P>ÒÑ°²×°: mysql-server.i386 0:5.0.51a-1.fc9<BR>ÒÀÀµ°²×°: mysql.i386 0:5.0.51a-1.fc9<BR>¹§Ï²Äã!³É¹¦Íê³É£¡<BR>[root@localhost gaoxl]# mysql-server<BR>-bash: mysql-server: command not found<BR>[root@localhost gaoxl]# mysqld<BR>-bash: mysqld: command not found<BR>[root@localhost gaoxl]# mysql<BR>ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)<BR>[root@localhost gaoxl]# mysqladmin<BR>mysqladmin&nbsp; Ver 8.41 Distrib 5.0.51a, for redhat-linux-gnu on i386<BR>Copyright (C) 2000-2006 MySQL AB<BR>This software comes with ABSOLUTELY NO WARRANTY. This is free software,<BR>and you are welcome to modify and redistribute it under the GPL license</P>
<P>Administration program for the mysqld daemon.<BR>Usage: mysqladmin [OPTIONS] command command....<BR>&nbsp; -c, --count=#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Number of iterations to make. This works with -i<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (--sleep) only.<BR>&nbsp; -#, --debug[=name]&nbsp; Output debug log. Often this is 'd:t:o,filename'.<BR>&nbsp; -f, --force&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Don't ask for confirmation on drop database; with<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; multiple commands, continue even if an error occurs.<BR>&nbsp; -C, --compress&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Use compression in server/client protocol.<BR>&nbsp; --character-sets-dir=name <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Directory where character sets are.<BR>&nbsp; --default-character-set=name <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set the default character set.<BR>&nbsp; -?, --help&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Display this help and exit.<BR>&nbsp; -h, --host=name&nbsp;&nbsp;&nbsp;&nbsp; Connect to host.<BR>&nbsp; -p, --password[=name] <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Password to use when connecting to server. If password is<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; not given it's asked from the tty.<BR>&nbsp; -P, --port=#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Port number to use for connection.<BR>&nbsp; --protocol=name&nbsp;&nbsp;&nbsp;&nbsp; The protocol of connection (tcp,socket,pipe,memory).<BR>&nbsp; -r, --relative&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Show difference between current and previous values when<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; used with -i. Currently works only with extended-status.<BR>&nbsp; -O, --set-variable=name <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Change the value of a variable. Please note that this<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; option is deprecated; you can set variables directly with<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --variable-name=value.<BR>&nbsp; -s, --silent&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Silently exit if one can't connect to server.<BR>&nbsp; -S, --socket=name&nbsp;&nbsp; Socket file to use for connection.<BR>&nbsp; -i, --sleep=#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Execute commands again and again with a sleep between.<BR>&nbsp; --ssl&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Enable SSL for connection (automatically enabled with<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; other flags). Disable with --skip-ssl.<BR>&nbsp; --ssl-ca=name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CA file in PEM format (check OpenSSL docs, implies<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; --ssl).<BR>&nbsp; --ssl-capath=name&nbsp;&nbsp; CA directory (check OpenSSL docs, implies --ssl).<BR>&nbsp; --ssl-cert=name&nbsp;&nbsp;&nbsp;&nbsp; X509 cert in PEM format (implies --ssl).<BR>&nbsp; --ssl-cipher=name&nbsp;&nbsp; SSL cipher to use (implies --ssl).<BR>&nbsp; --ssl-key=name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; X509 key in PEM format (implies --ssl).<BR>&nbsp; --ssl-verify-server-cert <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Verify server's "Common Name" in its cert against<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; hostname used when connecting. This option is disabled by<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; default.<BR>&nbsp; -u, --user=name&nbsp;&nbsp;&nbsp;&nbsp; User for login if not current user.<BR>&nbsp; -v, --verbose&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Write more information.<BR>&nbsp; -V, --version&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Output version information and exit.<BR>&nbsp; -E, --vertical&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Print output vertically. Is similar to --relative, but<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; prints output vertically.<BR>&nbsp; -w, --wait[=#]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Wait and retry if connection is down.<BR>&nbsp; --connect_timeout=# <BR>&nbsp; --shutdown_timeout=# </P>
<P>Variables (--variable-name=value)<BR>and boolean options {FALSE|TRUE}&nbsp; Value (after reading options)<BR>--------------------------------- -----------------------------<BR>count&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0<BR>force&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FALSE<BR>compress&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FALSE<BR>character-sets-dir&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (No default value)<BR>default-character-set&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (No default value)<BR>host&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (No default value)<BR>port&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0<BR>relative&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FALSE<BR>socket&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (No default value)<BR>sleep&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0<BR>ssl&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FALSE<BR>ssl-ca&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (No default value)<BR>ssl-capath&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (No default value)<BR>ssl-cert&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (No default value)<BR>ssl-cipher&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (No default value)<BR>ssl-key&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (No default value)<BR>ssl-verify-server-cert&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FALSE<BR>user&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (No default value)<BR>verbose&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FALSE<BR>vertical&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FALSE<BR>connect_timeout&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 43200<BR>shutdown_timeout&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3600</P>
<P>Default options are read from the following files in the given order:<BR>/etc/my.cnf ~/.my.cnf /etc/my.cnf <BR>The following groups are read: mysqladmin client<BR>The following options may be given as the first argument:<BR>--print-defaults&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Print the program argument list and exit<BR>--no-defaults&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Don't read default options from any options file<BR>--defaults-file=#&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Only read default options from the given file #<BR>--defaults-extra-file=# Read this file after the global files are read</P>
<P>Where command is a one or more of: (Commands may be shortened)<BR>&nbsp; create databasename&nbsp;&nbsp; Create a new database<BR>&nbsp; debug&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Instruct server to write debug information to log<BR>&nbsp; drop databasename&nbsp;&nbsp;&nbsp;&nbsp; Delete a database and all its tables<BR>&nbsp; extended-status&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Gives an extended status message from the server<BR>&nbsp; flush-hosts&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Flush all cached hosts<BR>&nbsp; flush-logs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Flush all logs<BR>&nbsp; flush-status&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Clear status variables<BR>&nbsp; flush-tables&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Flush all tables<BR>&nbsp; flush-threads&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Flush the thread cache<BR>&nbsp; flush-privileges&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Reload grant tables (same as reload)<BR>&nbsp; kill id,id,...&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Kill mysql threads<BR>&nbsp; password new-password Change old password to new-password, MySQL 4.1 hashing.<BR>&nbsp; old-password new-password Change old password to new-password in old format.</P>
<P>&nbsp; ping&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Check if mysqld is alive<BR>&nbsp; processlist&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Show list of active threads in server<BR>&nbsp; reload&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Reload grant tables<BR>&nbsp; refresh&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Flush all tables and close and open logfiles<BR>&nbsp; shutdown&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Take server down<BR>&nbsp; status&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Gives a short status message from the server<BR>&nbsp; start-slave&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Start slave<BR>&nbsp; stop-slave&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Stop slave<BR>&nbsp; variables&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Prints variables available<BR>&nbsp; version&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Get version info from server<BR>[root@localhost gaoxl]# mysqladmin start<BR>mysqladmin: connect to server at 'localhost' failed<BR>error: 'Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)'<BR>Check that mysqld is running and that the socket: '/var/lib/mysql/mysql.sock' exists!<BR>[root@localhost gaoxl]# mysqld<BR>-bash: mysqld: command not found<BR>[root@localhost gaoxl]# mysql -u root -p<BR>Enter password: <BR>ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)<BR>[root@localhost gaoxl]# <BR>[root@localhost gaoxl]# service mysqld start<BR>³õÊ¼»¯ MySQL Êý¾Ý¿â£º Installing MySQL system tables...<BR>ERROR: 1062&nbsp; Duplicate entry 'localhost-' for key 1<BR>081116 11:52:03 [ERROR] Aborting</P>
<P>081116 11:52:03 [Note] /usr/libexec/mysqld: Shutdown complete</P>
<P>Installation of system tables failed!</P>
<P>Examine the logs in /var/lib/mysql for more information.<BR>You can try to start the mysqld daemon with:<BR>/usr/libexec/mysqld --skip-grant &amp;<BR>and use the command line tool<BR>/usr/bin/mysql to connect to the mysql<BR>database and look at the grant tables:</P>
<P>shell&gt; /usr/bin/mysql -u root mysql<BR>mysql&gt; show tables</P>
<P>Try 'mysqld --help' if you have problems with paths. Using --log<BR>gives you a log in /var/lib/mysql that may be helpful.</P>
<P>The latest information about MySQL is available on the web at<BR><A href="http://www.mysql.com">http://www.mysql.com</A><BR>Please consult the MySQL manual section: 'Problems running mysql_install_db',<BR>and the manual section that describes problems on your OS.<BR>Another information source is the MySQL email archive.<BR>Please check all of the above before mailing us!<BR>And if you do mail us, you MUST use the /usr/bin/mysqlbug script!<BR>[Ê§°Ü]</P>
<P>[root@localhost gaoxl]# cd /var/lib/mysql</P>
<P>[root@localhost mysql]# ls -l<BR>×Ü¼Æ 8<BR>drwx------ 2 mysql mysql 4096 11-16 11:52 mysql<BR>drwx------ 2 mysql mysql 4096 11-16 11:52 test</P>
<P>[root@localhost mysql]# cd mysql</P>
<P>[root@localhost mysql]# ls<BR>columns_priv.frm&nbsp;&nbsp; help_relation.MYI&nbsp; time_zone_leap_second.frm<BR>columns_priv.MYD&nbsp;&nbsp; help_topic.frm&nbsp;&nbsp;&nbsp;&nbsp; time_zone_leap_second.MYD<BR>columns_priv.MYI&nbsp;&nbsp; help_topic.MYD&nbsp;&nbsp;&nbsp;&nbsp; time_zone_leap_second.MYI<BR>db.frm&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; help_topic.MYI&nbsp;&nbsp;&nbsp;&nbsp; time_zone.MYD<BR>db.MYD&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; host.frm&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; time_zone.MYI<BR>db.MYI&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; host.MYD&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; time_zone_name.frm<BR>func.frm&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; host.MYI&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; time_zone_name.MYD<BR>func.MYD&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proc.frm&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; time_zone_name.MYI<BR>func.MYI&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; proc.MYD&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; time_zone_transition.frm<BR>help_category.frm&nbsp; proc.MYI&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; time_zone_transition.MYD<BR>help_category.MYD&nbsp; procs_priv.frm&nbsp;&nbsp;&nbsp;&nbsp; time_zone_transition.MYI<BR>help_category.MYI&nbsp; procs_priv.MYD&nbsp;&nbsp;&nbsp;&nbsp; time_zone_transition_type.frm<BR>help_keyword.frm&nbsp;&nbsp; procs_priv.MYI&nbsp;&nbsp;&nbsp;&nbsp; time_zone_transition_type.MYD<BR>help_keyword.MYD&nbsp;&nbsp; tables_priv.frm&nbsp;&nbsp;&nbsp; time_zone_transition_type.MYI<BR>help_keyword.MYI&nbsp;&nbsp; tables_priv.MYD&nbsp;&nbsp;&nbsp; user.frm<BR>help_relation.frm&nbsp; tables_priv.MYI&nbsp;&nbsp;&nbsp; user.MYD<BR>help_relation.MYD&nbsp; time_zone.frm&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; user.MYI</P>
<P>[root@localhost mysql]# /usr/libexec/mysqld --skip-grant &amp;<BR>[1] 18540<BR>[root@localhost mysql]# InnoDB: The first specified data file ./ibdata1 did not exist:<BR>InnoDB: a new database to be created!<BR>081116 11:54:57&nbsp; InnoDB: Setting file ./ibdata1 size to 10 MB<BR>InnoDB: Database physically writes the file full: wait...<BR>081116 11:54:57&nbsp; InnoDB: Log file ./ib_logfile0 did not exist: new to be created<BR>InnoDB: Setting log file ./ib_logfile0 size to 5 MB<BR>InnoDB: Database physically writes the file full: wait...<BR>081116 11:54:57&nbsp; InnoDB: Log file ./ib_logfile1 did not exist: new to be created<BR>InnoDB: Setting log file ./ib_logfile1 size to 5 MB<BR>InnoDB: Database physically writes the file full: wait...<BR>InnoDB: Doublewrite buffer not found: creating new<BR>InnoDB: Doublewrite buffer created<BR>InnoDB: Creating foreign key constraint system tables<BR>InnoDB: Foreign key constraint system tables created<BR>081116 11:54:58&nbsp; InnoDB: Started; log sequence number 0 0<BR>081116 11:54:58 [Note] /usr/libexec/mysqld: ready for connections.<BR>Version: '5.0.51a'&nbsp; socket: '/var/lib/mysql/mysql.sock'&nbsp; port: 3306&nbsp; Source distribution</P>
<P>[root@localhost mysql]# mysql<BR>Welcome to the MySQL monitor.&nbsp; Commands end with ; or \g.<BR>Your MySQL connection id is 1<BR>Server version: 5.0.51a Source distribution</P>
<P>Type 'help;' or '\h' for help. Type '\c' to clear the buffer.</P>
<P>mysql&gt; show tables<BR>&nbsp;&nbsp;&nbsp; -&gt; ;<BR>ERROR 1046 (3D000): No database selected<BR>mysql&gt; show databases;<BR>+--------------------+<BR>| Database&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<BR>+--------------------+<BR>| information_schema | <BR>| mysql&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | <BR>| test&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | <BR>+--------------------+<BR>3 rows in set (0.02 sec)</P>
<P>mysql&gt; use mysql<BR>Reading table information for completion of table and column names<BR>You can turn off this feature to get a quicker startup with -A</P>
<P>Database changed<BR>mysql&gt; show tables<BR>&nbsp;&nbsp;&nbsp; -&gt; ;<BR>+---------------------------+<BR>| Tables_in_mysql&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |<BR>+---------------------------+<BR>| columns_priv&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | <BR>| db&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | <BR>| func&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | <BR>| help_category&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | <BR>| help_keyword&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | <BR>| help_relation&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | <BR>| help_topic&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | <BR>| host&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | <BR>| proc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | <BR>| procs_priv&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | <BR>| tables_priv&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | <BR>| time_zone&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | <BR>| time_zone_leap_second&nbsp;&nbsp;&nbsp;&nbsp; | <BR>| time_zone_name&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | <BR>| time_zone_transition&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | <BR>| time_zone_transition_type | <BR>| user&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | <BR>+---------------------------+<BR>17 rows in set (0.00 sec)</P>
<P>mysql&gt; </P></div>]]></description>
	    <author><![CDATA[ËÞÃüÓëÂÖ»Ø]]></author>
	    <comments>http://20883340.blog.163.com/blog/static/44854102008101614323119</comments>
    <slash:comments>0</slash:comments>
    <guid isPermaLink="true">http://20883340.blog.163.com/blog/static/44854102008101614323119</guid>
    <pubDate>Sun, 16 Nov 2008 13:43:23 +0800</pubDate>
    <dcterms:modified>2008-11-16T13:43:23+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[DNS RFC1033]]></title>	
    <link>http://20883340.blog.163.com/blog/static/44854102008101311563605</link>
    <description><![CDATA[<div><DIV align=center>
<H1>RFC1033 - Domain administrators operations guide</H1></DIV><PRE>Network Working Group                                         M. Lottor
Request For Comments:  1033                           SRI International
                                                          November 1987

                 DOMAIN ADMINISTRATORS OPERATIONS GUIDE

STATUS OF THIS MEMO

   This RFC provides guidelines for domain administrators in operating a
   domain server and maintaining their portion of the hierarchical
   database.  Familiarity with the domain system is assumed.
   Distribution of this memo is unlimited.

ACKNOWLEDGMENTS

   This memo is a formatted collection of notes and excerpts from the
   references listed at the end of this document.  Of particular mention
   are Paul Mockapetris and Kevin Dunlap.

INTRODUCTION

   A domain server requires a few files to get started.  It will
   normally have some number of boot/startup files (also known as the
   "safety belt" files).  One section will contain a list of possible
   root servers that the server will use to find the up-to-date list of
   root servers.  Another section will list the zone files to be loaded
   into the server for your local domain information.  A zone file
   typically contains all the data for a particular domain.  This guide
   describes the data formats that can be used in zone files and
   suggested parameters to use for certain fields.  If you are
   attempting to do anything advanced or tricky, consult the appropriate
   domain RFC's for more details.

   Note:  Each implementation of domain software may require different
   files.  Zone files are standardized but some servers may require
   other startup files.  See the appropriate documentation that comes
   with your software.  See the appendix for some specific examples.

ZONES

   A zone defines the contents of a contiguous section of the domain
   space, usually bounded by administrative boundaries.  There will
   typically be a separate data file for each zone.  The data contained
   in a zone file is composed of entries called Resource Records (RRs).

   You may only put data in your domain server that you are
   authoritative for.  You must not add entries for domains other than
   your own (except for the special case of "glue records").

   A domain server will probably read a file on start-up that lists the
   zones it should load into its database.  The format of this file is
   not standardized and is different for most domain server
   implementations.  For each zone it will normally contain the domain
   name of the zone and the file name that contains the data to load for
   the zone.

ROOT SERVERS

   A resolver will need to find the root servers when it first starts.
   When the resolver boots, it will typically read a list of possible
   root servers from a file.

   The resolver will cycle through the list trying to contact each one.
   When it finds a root server, it will ask it for the current list of
   root servers.  It will then discard the list of root servers it read
   from the data file and replace it with the current list it received.

   Root servers will not change very often.  You can get the names of
   current root servers from the NIC.

   FTP the file NETINFO:ROOT-SERVERS.TXT or send a mail request to
   <A href="mailto:NIC@SRI-NIC.ARPA"><FONT color=#1155ff>NIC@SRI-NIC.ARPA</FONT></A>.

   As of this date (June 1987) they are:

           SRI-NIC.ARPA       10.0.0.51    26.0.0.73
           C.ISI.EDU          10.0.0.52
           BRL-AOS.ARPA       192.5.25.82  192.5.22.82   128.20.1.2
           A.ISI.EDU          26.3.0.103

RESOURCE RECORDS

   Records in the zone data files are called resource records (RRs).
   They are specified in <A href="http://www.faqs.org/rfcs/rfc883.html"><FONT color=#1155ff>RFC-883</FONT></A> and <A href="http://www.faqs.org/rfcs/rfc973.html"><FONT color=#1155ff>RFC-973</FONT></A>.  An RR has a standard
   format as shown:

           &lt;name&gt;   [&lt;ttl&gt;]   [&lt;class&gt;]   &lt;type&gt;   &lt;data&gt;

   The record is divided into fields which are separated by white space.

      &lt;name&gt;

         The name field defines what domain name applies to the given

         RR.  In some cases the name field can be left blank and it will
         default to the name field of the previous RR.

      &lt;ttl&gt;

         TTL stands for Time To Live.  It specifies how long a domain
         resolver should cache the RR before it throws it out and asks a
         domain server again.  See the section on TTL's.  If you leave
         the TTL field blank it will default to the minimum time
         specified in the SOA record (described later).

      &lt;class&gt;

         The class field specifies the protocol group.  If left blank it
         will default to the last class specified.

      &lt;type&gt;

         The type field specifies what type of data is in the RR.  See
         the section on types.

      &lt;data&gt;

         The data field is defined differently for each type and class
         of data.  Popular RR data formats are described later.

   The domain system does not guarantee to preserve the order of
   resource records.  Listing RRs (such as multiple address records) in
   a certain order does not guarantee they will be used in that order.

   Case is preserved in names and data fields when loaded into the name
   server.  All comparisons and lookups in the name server are case
   insensitive.

   Parenthesis ("(",")") are used to group data that crosses a line
   boundary.

   A semicolon (";") starts a comment; the remainder of the line is
   ignored.

   The asterisk ("*") is used for wildcarding.

   The at-sign ("@") denotes the current default domain name.

NAMES

   A domain name is a sequence of labels separated by dots.

   Domain names in the zone files can be one of two types, either
   absolute or relative.  An absolute name is the fully qualified domain
   name and is terminated with a period.  A relative name does not
   terminate with a period, and the current default domain is appended
   to it.  The default domain is usually the name of the domain that was
   specified in the boot file that loads each zone.

   The domain system allows a label to contain any 8-bit character.
   Although the domain system has no restrictions, other protocols such
   as SMTP do have name restrictions.  Because of other protocol
   restrictions, only the following characters are recommended for use
   in a host name (besides the dot separator):

           "A-Z", "a-z", "0-9", dash and underscore

TTL's  (Time To Live)

   It is important that TTLs are set to appropriate values.  The TTL is
   the time (in seconds) that a resolver will use the data it got from
   your server before it asks your server again.  If you set the value
   too low, your server will get loaded down with lots of repeat
   requests.  If you set it too high, then information you change will
   not get distributed in a reasonable amount of time.  If you leave the
   TTL field blank, it will default to what is specified in the SOA
   record for the zone.

   Most host information does not change much over long time periods.  A
   good way to set up your TTLs would be to set them at a high value,
   and then lower the value if you know a change will be coming soon.
   You might set most TTLs to anywhere between a day (86400) and a week
   (604800).  Then, if you know some data will be changing in the near
   future, set the TTL for that RR down to a lower value (an hour to a
   day) until the change takes place, and then put it back up to its
   previous value.

   Also, all RRs with the same name, class, and type should have the
   same TTL value.

CLASSES

   The domain system was designed to be protocol independent.  The class
   field is used to identify the protocol group that each RR is in.

   The class of interest to people using TCP/IP software is the class

   "Internet".  Its standard designation is "IN".

   A zone file should only contain RRs of the same class.

TYPES

   There are many defined RR types.  For a complete list, see the domain
   specification RFCs.  Here is a list of current commonly used types.
   The data for each type is described in the data section.

                Designation                Description
              ==========================================
               SOA                 Start Of Authority
               NS                  Name Server

               A                   Internet Address
               CNAME               Canonical Name (nickname pointer)
               HINFO               Host Information
               WKS                 Well Known Services

               MX                  Mail Exchanger

               PTR                 Pointer

SOA  (Start Of Authority)

           &lt;name&gt;  [&lt;ttl&gt;]  [&lt;class&gt;]  SOA  &lt;origin&gt;  &lt;person&gt;  (
                           &lt;serial&gt;
                           &lt;refresh&gt;
                           &lt;retry&gt;
                           &lt;expire&gt;
                           &lt;minimum&gt; )

   The Start Of Authority record designates the start of a zone.  The
   zone ends at the next SOA record.

   &lt;name&gt; is the name of the zone.

   &lt;origin&gt; is the name of the host on which the master zone file
   resides.

   &lt;person&gt; is a mailbox for the person responsible for the zone.  It is
   formatted like a mailing address but the at-sign that normally
   separates the user from the host name is replaced with a dot.

   &lt;serial&gt; is the version number of the zone file.  It should be
   incremented anytime a change is made to data in the zone.

   &lt;refresh&gt; is how long, in seconds, a secondary name server is to
   check with the primary name server to see if an update is needed.  A
   good value here would be one hour (3600).

   &lt;retry&gt; is how long, in seconds, a secondary name server is to retry
   after a failure to check for a refresh.  A good value here would be
   10 minutes (600).

   &lt;expire&gt; is the upper limit, in seconds, that a secondary name server
   is to use the data before it expires for lack of getting a refresh.
   You want this to be rather large, and a nice value is 3600000, about
   42 days.

   &lt;minimum&gt; is the minimum number of seconds to be used for TTL values
   in RRs.  A minimum of at least a day is a good value here (86400).

   There should only be one SOA record per zone.  A sample SOA record
   would look something like:

           @   IN   SOA   SRI-NIC.ARPA.   HOSTMASTER.SRI-NIC.ARPA. (
                           45         ;serial
                           3600       ;refresh
                           600        ;retry
                           3600000    ;expire
                           86400 )    ;minimum

NS  (Name Server)

           &lt;domain&gt;   [&lt;ttl&gt;] [&lt;class&gt;]   NS   &lt;server&gt;

   The NS record lists the name of a machine that provides domain
   service for a particular domain.  The name associated with the RR is
   the domain name and the data portion is the name of a host that
   provides the service.  If machines SRI-NIC.ARPA and C.ISI.EDU provide
   name lookup service for the domain COM then the following entries
   would be used:

           COM.    NS      SRI-NIC.ARPA.
                   NS      C.ISI.EDU.

   Note that the machines providing name service do not have to live in
   the named domain.  There should be one NS record for each server for
   a domain.  Also note that the name "COM" defaults for the second NS
   record.

   NS records for a domain exist in both the zone that delegates the
   domain, and in the domain itself.

GLUE RECORDS

   If the name server host for a particular domain is itself inside the
   domain, then a 'glue' record will be needed.  A glue record is an A
   (address) RR that specifies the address of the server.  Glue records
   are only needed in the server delegating the domain, not in the
   domain itself.  If for example the name server for domain SRI.COM was
   KL.SRI.COM, then the NS record would look like this, but you will
   also need to have the following A record.

           SRI.COM.  NS
           KL.SRI.COM.  KL.SRI.COM.  A 10.1.0.2.

A  (Address)

           &lt;host&gt;   [&lt;ttl&gt;] [&lt;class&gt;]   A   &lt;address&gt;

   The data for an A record is an internet address in dotted decimal
   form.  A sample A record might look like:

           SRI-NIC.ARPA.           A       10.0.0.51

   There should be one A record for each address of a host.

CNAME ( Canonical Name)

           &lt;nickname&gt;   [&lt;ttl&gt;] [&lt;class&gt;]   CNAME   &lt;host&gt;

   The CNAME record is used for nicknames.  The name associated with the
   RR is the nickname.  The data portion is the official name.  For
   example, a machine named SRI-NIC.ARPA may want to have the nickname
   NIC.ARPA.  In that case, the following RR would be used:

           NIC.ARPA.       CNAME   SRI-NIC.ARPA.

   There must not be any other RRs associated with a nickname of the
   same class.

   Nicknames are also useful when a host changes it's name.  In that
   case, it is usually a good idea to have a CNAME pointer so that
   people still using the old name will get to the right place.

HINFO (Host Info)

           &lt;host&gt;   [&lt;ttl&gt;] [&lt;class&gt;]   HINFO   &lt;hardware&gt;   &lt;software&gt;

   The HINFO record gives information about a particular host.  The data
   is two strings separated by whitespace.  The first string is a
   hardware description and the second is software.  The hardware is
   usually a manufacturer name followed by a dash and model designation.
   The software string is usually the name of the operating system.

   Official HINFO types can be found in the latest Assigned Numbers RFC,
   the latest of which is <A href="http://www.faqs.org/rfcs/rfc1010.html"><FONT color=#1155ff>RFC-1010</FONT></A>.  The Hardware type is called the
   Machine name and the Software type is called the System name.

   Some sample HINFO records:

           SRI-NIC.ARPA.           HINFO   DEC-2060 TOPS20
           UCBARPA.Berkeley.EDU.   HINFO   VAX-11/780 UNIX

WKS (Well Known Services)

           &lt;host&gt; [&lt;ttl&gt;] [&lt;class&gt;] WKS &lt;address&gt; &lt;protocol&gt; &lt;services&gt;

   The WKS record is used to list Well Known Services a host provides.
   WKS's are defined to be services on port numbers below 256.  The WKS
   record lists what services are available at a certain address using a
   certain protocol.  The common protocols are TCP or UDP.  A sample WKS
   record for a host offering the same services on all address would
   look like:

   Official protocol names can be found in the latest Assigned Numbers
   RFC, the latest of which is <A href="http://www.faqs.org/rfcs/rfc1010.html"><FONT color=#1155ff>RFC-1010</FONT></A>.

           SRI-NIC.ARPA.   WKS  10.0.0.51  TCP  TELNET FTP SMTP
                           WKS  10.0.0.51  UDP  TIME
                           WKS  26.0.0.73  TCP  TELNET FTP SMTP
                           WKS  26.0.0.73  UDP  TIME

MX (Mail Exchanger)  (See <A href="http://www.faqs.org/rfcs/rfc974.html"><FONT color=#1155ff>RFC-974</FONT></A> for more details.)

           &lt;name&gt;   [&lt;ttl&gt;] [&lt;class&gt;]   MX   &lt;preference&gt;   &lt;host&gt;

   MX records specify where mail for a domain name should be delivered.
   There may be multiple MX records for a particular name.  The
   preference value specifies the order a mailer should try multiple MX
   records when delivering mail.  Zero is the highest preference.
   Multiple records for the same name may have the same preference.

   A host BAR.FOO.COM may want its mail to be delivered to the host
   PO.FOO.COM and would then use the MX record:

           BAR.FOO.COM.    MX      10      PO.FOO.COM.

   A host BAZ.FOO.COM may want its mail to be delivered to one of three
   different machines, in the following order:

           BAZ.FOO.COM.    MX      10      PO1.FOO.COM.
                           MX      20      PO2.FOO.COM.
                           MX      30      PO3.FOO.COM.

   An entire domain of hosts not connected to the Internet may want
   their mail to go through a mail gateway that knows how to deliver
   mail to them.  If they would like mail addressed to any host in the
   domain FOO.COM to go through the mail gateway they might use:

           FOO.COM.        MX       10     RELAY.CS.NET.
           *.FOO.COM.      MX       20     RELAY.CS.NET.

   Note that you can specify a wildcard in the MX record to match on
   anything in FOO.COM, but that it won't match a plain FOO.COM.

IN-ADDR.ARPA

   The structure of names in the domain system is set up in a
   hierarchical way such that the address of a name can be found by
   tracing down the domain tree contacting a server for each label of
   the name.  Because of this 'indexing' based on name, there is no easy
   way to translate a host address back into its host name.

   In order to do the reverse translation easily, a domain was created
   that uses hosts' addresses as part of a name that then points to the
   data for that host.  In this way, there is now an 'index' to hosts'
   RRs based on their address.  This address mapping domain is called
   IN-ADDR.ARPA.  Within that domain are subdomains for each network,
   based on network number.  Also, for consistency and natural
   groupings, the 4 octets of a host number are reversed.

   For example, the ARPANET is net 10.  That means there is a domain
   called 10.IN-ADDR.ARPA.  Within this domain there is a PTR RR at
   51.0.0.10.IN-ADDR that points to the RRs for the host SRI-NIC.ARPA
   (who's address is 10.0.0.51).  Since the NIC is also on the MILNET
   (Net 26, address 26.0.0.73), there is also a PTR RR at 73.0.0.26.IN-
   ADDR.ARPA that points to the same RR's for SRI-NIC.ARPA.  The format
   of these special pointers is defined below along with the examples
   for the NIC.

PTR

           &lt;special-name&gt;   [&lt;ttl&gt;] [&lt;class&gt;]   PTR   &lt;name&gt;

   The PTR record is used to let special names point to some other
   location in the domain tree.  They are mainly used in the IN-
   ADDR.ARPA records for translation of addresses to names.  PTR's
   should use official names and not aliases.

   For example, host SRI-NIC.ARPA with addresses 10.0.0.51 and 26.0.0.73
   would have the following records in the respective zone files for net
   10 and net 26:

           51.0.0.10.IN-ADDR.ARPA.  PTR   SRI-NIC.ARPA.
           73.0.0.26.IN-ADDR.ARPA.  PTR   SRI-NIC.ARPA.

GATEWAY PTR's

   The IN-ADDR tree is also used to locate gateways on a particular
   network.  Gateways have the same kind of PTR RRs as hosts (as above)
   but in addition they have other PTRs used to locate them by network
   number alone.  These records have only 1, 2, or 3 octets as part of
   the name depending on whether they are class A, B, or C networks,
   respectively.

   Lets take the SRI-CSL gateway for example.  It connects 3 different
   networks, one class A, one class B and one class C.  It will have the
   standard RR's for a host in the CSL.SRI.COM zone:

           GW.CSL.SRI.COM.    A    10.2.0.2
                              A    128.18.1.1
                              A    192.12.33.2

   Also, in 3 different zones (one for each network), it will have one
   of the following number to name translation pointers:

           2.0.2.10.IN-ADDR.ARPA.      PTR   GW.CSL.SRI.COM.
           1.1.18.128.IN-ADDR.ARPA.    PTR   GW.CSL.SRI.COM.
           1.33.12.192.IN-ADDR.ARPA.   PTR   GW.CSL.SRI.COM.

   In addition, in each of the same 3 zones will be one of the following
   gateway location pointers:

           10.IN-ADDR.ARPA.            PTR   GW.CSL.SRI.COM.
           18.128.IN-ADDR.ARPA.        PTR   GW.CSL.SRI.COM.
           33.12.192.IN-ADDR.ARPA.     PTR   GW.CSL.SRI.COM.

INSTRUCTIONS

   Adding a subdomain.

      To add a new subdomain to your domain:

         Setup the other domain server and/or the new zone file.

         Add an NS record for each server of the new domain to the zone
         file of the parent domain.

         Add any necessary glue RRs.

   Adding a host.

      To add a new host to your zone files:

         Edit the appropriate zone file for the domain the host is in.

         Add an entry for each address of the host.

         Optionally add CNAME, HINFO, WKS, and MX records.

         Add the reverse IN-ADDR entry for each host address in the
         appropriate zone files for each network the host in on.

   Deleting a host.

      To delete a host from the zone files:

         Remove all the hosts' resource records from the zone file of
         the domain the host is in.

         Remove all the hosts' PTR records from the IN-ADDR zone files
         for each network the host was on.

   Adding gateways.

         Follow instructions for adding a host.

         Add the gateway location PTR records for each network the
         gateway is on.

   Deleting gateways.

         Follow instructions for deleting a host.

         Also delete the gateway location PTR records for each network

         the gateway was on.

COMPLAINTS

   These are the suggested steps you should take if you are having
   problems that you believe are caused by someone else's name server:

   1.  Complain privately to the responsible person for the domain.  You
   can find their mailing address in the SOA record for the domain.

   2.  Complain publicly to the responsible person for the domain.

   3.  Ask the NIC for the administrative person responsible for the
   domain.  Complain.  You can also find domain contacts on the NIC in
   the file NETINFO:DOMAIN-CONTACTS.TXT

   4.  Complain to the parent domain authorities.

   5.  Ask the parent authorities to excommunicate the domain.

EXAMPLE DOMAIN SERVER DATABASE FILES

   The following examples show how zone files are set up for a typical
   organization.  SRI will be used as the example organization.  SRI has
   decided to divided their domain SRI.COM into a few subdomains, one
   for each group that wants one.  The subdomains are CSL and ISTC.

   Note the following interesting items:

      There are both hosts and domains under SRI.COM.

      CSL.SRI.COM is both a domain name and a host name.

      All the domains are serviced by the same pair of domain servers.

      All hosts at SRI are on net 128.18 except hosts in the CSL domain
      which are on net 192.12.33.  Note that a domain does not have to
      correspond to a physical network.

      The examples do not necessarily correspond to actual data in use
      by the SRI domain.

                       SRI Domain Organization

                               +-------+
                               |  COM  |
                               +-------+
                                   |
                               +-------+
                               |  SRI  |
                               +-------+
                                   |
                        +----------++-----------+
                        |           |           |
                    +-------+    +------+   +-------+
                    |  CSL  |    | ISTC |   | Hosts |
                    +-------+    +------+   +-------+
                        |           |
                    +-------+    +-------+
                    | Hosts |    | Hosts |
                    +-------+    +-------+

   [File "CONFIG.CMD".  Since bootstrap files are not standardized, this
   file is presented using a pseudo configuration file syntax.]

   load root server list             from file ROOT.SERVERS
   load zone SRI.COM.                from file SRI.ZONE
   load zone CSL.SRI.COM.            from file CSL.ZONE
   load zone ISTC.SRI.COM.           from file ISTC.ZONE
   load zone 18.128.IN-ADDR.ARPA.    from file SRINET.ZONE
   load zone 33.12.192.IN-ADDR.ARPA. from file SRI-CSL-NET.ZONE

   [File "ROOT.SERVERS".  Again, the format of this file is not
   standardized.]

   ;list of possible root servers
   SRI-NIC.ARPA       10.0.0.51    26.0.0.73
   C.ISI.EDU          10.0.0.52
   BRL-AOS.ARPA       192.5.25.82  192.5.22.82   128.20.1.2
   A.ISI.EDU          26.3.0.103

   [File "SRI.ZONE"]

   SRI.COM.        IN      SOA     KL.SRI.COM. DLE.STRIPE.SRI.COM. (
                                   870407  ;serial
                                   1800    ;refresh every 30 minutes
                                   600     ;retry every 10 minutes
                                   604800  ;expire after a week
                                   86400   ;default of an hour
                                   )

   SRI.COM.        NS      KL.SRI.COM.
                   NS      STRIPE.SRI.COM.
                   MX      10      KL.SRI.COM.

   ;SRI.COM hosts

   KL              A       10.1.0.2
                   A       128.18.10.6
                   MX      10      KL.SRI.COM.

   STRIPE          A       10.4.0.2
   STRIPE          A       128.18.10.4
                   MX      10      STRIPE.SRI.COM.

   NIC             CNAME   SRI-NIC.ARPA.

   Blackjack       A       128.18.2.1
                   HINFO   VAX-11/780      UNIX
                   WKS     128.18.2.1      TCP TELNET FTP

   CSL             A       192.12.33.2
                   HINFO   FOONLY-F4       TOPS20
                   WKS     192.12.33.2     TCP TELNET FTP SMTP FINGER
                   MX      10      CSL.SRI.COM.

   [File "CSL.ZONE"]

   CSL.SRI.COM.    IN      SOA     KL.SRI.COM. DLE.STRIPE.SRI.COM. (
                                   870330  ;serial
                                   1800    ;refresh every 30 minutes
                                   600     ;retry every 10 minutes
                                   604800  ;expire after a week
                                   86400   ;default of a day
                                   )

   CSL.SRI.COM.    NS              KL.SRI.COM.
                   NS              STRIPE.SRI.COM.
                   A               192.12.33.2

   ;CSL.SRI.COM hosts

   A               CNAME   CSL.SRI.COM.
   B               A       192.12.33.3
                   HINFO   FOONLY-F4       TOPS20
                   WKS     192.12.33.3     TCP TELNET FTP SMTP
   GW              A       10.2.0.2
                   A       192.12.33.1
                   A       128.18.1.1
                   HINFO   PDP-11/23       MOS
   SMELLY          A       192.12.33.4
                   HINFO   IMAGEN          IMAGEN
   SQUIRREL        A       192.12.33.5
                   HINFO   XEROX-1100      INTERLISP
   VENUS           A       192.12.33.7
                   HINFO   SYMBOLICS-3600  LISPM
   HELIUM          A       192.12.33.30
                   HINFO   SUN-3/160       UNIX
   ARGON           A       192.12.33.31
                   HINFO   SUN-3/75        UNIX
   RADON           A       192.12.33.32
                   HINFO   SUN-3/75        UNIX

   [File "ISTC.ZONE"]

   ISTC.SRI.COM.   IN  SOA     KL.SRI.COM. roemers.JOYCE.ISTC.SRI.COM. (
                               870406      ;serial
                               1800        ;refresh every 30 minutes
                               600         ;retry every 10 minutes
                               604800      ;expire after a week
                               86400       ;default of a day
                               )

   ISTC.SRI.COM.   NS              KL.SRI.COM.
                   NS              STRIPE.SRI.COM.
                   MX              10      SPAM.ISTC.SRI.COM.

   ; ISTC hosts

   joyce           A       128.18.4.2
                   HINFO   VAX-11/750 UNIX
   bozo            A       128.18.0.6
                   HINFO   SUN UNIX
   sundae          A       128.18.0.11
                   HINFO   SUN UNIX
   tsca            A       128.18.0.201
                   A       10.3.0.2
                   HINFO   VAX-11/750 UNIX
                   MX      10  TSCA.ISTC.SRI.COM.
   tsc             CNAME   tsca
   prmh            A       128.18.0.203
                   A       10.2.0.51
                   HINFO   PDP-11/44 UNIX
   spam            A       128.18.4.3
                   A       10.2.0.107
                   HINFO   VAX-11/780 UNIX
                   MX      10  SPAM.ISTC.SRI.COM.

   [File "SRINET.ZONE"]

   18.128.IN-ADDR.ARPA.    IN  SOA  KL.SRI.COM  DLE.STRIPE.SRI.COM. (
                               870406  ;serial
                               1800    ;refresh every 30 minutes
                               600     ;retry every 10 minutes
                               604800  ;expire after a week
                               86400   ;default of a day
                               )

   18.128.IN-ADDR.ARPA.    NS      KL.SRI.COM.
                           NS      STRIPE.SRI.COM.
                           PTR     GW.CSL.SRI.COM.

   ; SRINET [128.18.0.0] Address Translations

   ; SRI.COM Hosts
   1.2.18.128.IN-ADDR.ARPA.        PTR     Blackjack.SRI.COM.

   ; ISTC.SRI.COM Hosts
   2.4.18.128.IN-ADDR.ARPA.        PTR     joyce.ISTC.SRI.COM.
   6.0.18.128.IN-ADDR.ARPA.        PTR     bozo.ISTC.SRI.COM.
   11.0.18.128.IN-ADDR.ARPA.       PTR     sundae.ISTC.SRI.COM.
   201.0.18.128.IN-ADDR.ARPA.      PTR     tsca.ISTC.SRI.COM.
   203.0.18.128.IN-ADDR.ARPA.      PTR     prmh.ISTC.SRI.COM.
   3.4.18.128.IN-ADDR.ARPA.        PTR     spam.ISTC.SRI.COM.

   ; CSL.SRI.COM Hosts
   1.1.18.128.IN-ADDR.ARPA.        PTR     GW.CSL.SRI.COM.

   [File "SRI-CSL-NET.ZONE"]

   33.12.192.IN-ADDR.ARPA. IN  SOA KL.SRI.COM  DLE.STRIPE.SRI.COM. (
                               870404  ;serial
                               1800    ;refresh every 30 minutes
                               600     ;retry every 10 minutes
                               604800  ;expire after a week
                               86400   ;default of a day
                               )

   33.12.192.IN-ADDR.ARPA. NS      KL.SRI.COM.
                           NS      STRIPE.SRI.COM.
                           PTR     GW.CSL.SRI.COM.

   ; SRI-CSL-NET [192.12.33.0] Address Translations

   ; SRI.COM Hosts
   2.33.12.192.IN-ADDR.ARPA.       PTR     CSL.SRI.COM.

   ; CSL.SRI.COM Hosts
   1.33.12.192.IN-ADDR.ARPA.       PTR     GW.CSL.SRI.COM.
   3.33.12.192.IN-ADDR.ARPA.       PTR     B.CSL.SRI.COM.
   4.33.12.192.IN-ADDR.ARPA.       PTR     SMELLY.CSL.SRI.COM.
   5.33.12.192.IN-ADDR.ARPA.       PTR     SQUIRREL.CSL.SRI.COM.
   7.33.12.192.IN-ADDR.ARPA.       PTR     VENUS.CSL.SRI.COM.
   30.33.12.192.IN-ADDR.ARPA.      PTR     HELIUM.CSL.SRI.COM.
   31.33.12.192.IN-ADDR.ARPA.      PTR     ARGON.CSL.SRI.COM.
   32.33.12.192.IN-ADDR.ARPA.      PTR     RADON.CSL.SRI.COM.

APPENDIX

   BIND (Berkeley Internet Name Domain server) distributed with 4.3 BSD
   UNIX

   This section describes two BIND implementation specific files; the
   boot file and the cache file.  BIND has other options, files, and
   specifications that are not described here.  See the Name Server
   Operations Guide for BIND for details.

   The boot file for BIND is usually called "named.boot".  This
   corresponds to file "CONFIG.CMD" in the example section.

           --------------------------------------------------------
           cache         .                         named.ca
           primary       SRI.COM                   SRI.ZONE
           primary       CSL.SRI.COM               CSL.ZONE
           primary       ISTC.SRI.COM              ISTC.ZONE
           primary       18.128.IN-ADDR.ARPA       SRINET.ZONE
           primary       33.12.192.IN-ADDR.ARPA    SRI-CSL-NET.ZONE
           --------------------------------------------------------

   The cache file for BIND is usually called "named.ca".  This
   corresponds to file "ROOT.SERVERS" in the example section.

           -------------------------------------------------
           ;list of possible root servers
           .       1          IN   NS   SRI-NIC.ARPA.
                                   NS   C.ISI.EDU.
                                   NS   BRL-AOS.ARPA.
                                   NS   C.ISI.EDU.
           ;and their addresses
           SRI-NIC.ARPA.           A    10.0.0.51
                                   A    26.0.0.73
           C.ISI.EDU.              A    10.0.0.52
           BRL-AOS.ARPA.           A    192.5.25.82
                                   A    192.5.22.82
                                   A    128.20.1.2
           A.ISI.EDU.              A    26.3.0.103
           -------------------------------------------------

REFERENCES

   [1]  Dunlap, K., "Name Server Operations Guide for BIND", CSRG,
        Department of Electrical Engineering and Computer Sciences,
        University of California, Berkeley, California.

   [2]  Partridge, C., "Mail Routing and the Domain System", <A href="http://www.faqs.org/rfcs/rfc974.html"><FONT color=#1155ff>RFC-974</FONT></A>,
        CSNET CIC BBN Laboratories, January 1986.

   [3]  Mockapetris, P., "Domains Names - Concepts and Facilities",
        <A href="http://www.faqs.org/rfcs/rfc1034.html"><FONT color=#1155ff>RFC-1034</FONT></A>, USC/Information Sciences Institute, November 1987.

   [4]  Mockapetris, P., "Domain Names - Implementations Specification",
        <A href="http://www.faqs.org/rfcs/rfc1035.html"><FONT color=#1155ff>RFC-1035</FONT></A>, USC/Information Sciences Institute, November 1987.

</PRE>
<P align=center>

<A /rfccomment.php?rfcnum=1033','Popup','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=680,height=530,left=30,top=43'); return false;" href="http://www.faqs.org/rfccomment.php?rfcnum=1033" target=_blank )><FONT color=#1155ff>Comment on RFC 1033</FONT></A> </P></div>]]></description>
	    <author><![CDATA[ËÞÃüÓëÂÖ»Ø]]></author>
	    <comments>http://20883340.blog.163.com/blog/static/44854102008101311563605</comments>
    <slash:comments>0</slash:comments>
    <guid isPermaLink="true">http://20883340.blog.163.com/blog/static/44854102008101311563605</guid>
    <pubDate>Thu, 13 Nov 2008 11:56:03 +0800</pubDate>
    <dcterms:modified>2008-11-13T11:56:03+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[ºÚ¿ÍÊÇÔõÑùÁ¶³ÉµÄ]]></title>	
    <link>http://20883340.blog.163.com/blog/static/4485410200882765835711</link>
    <description><![CDATA[<div><div>±àÕß£º¹ØÓÚºÚ¿ÍÊÇÔõÑùÁ¶³ÉµÄ£¬ÍøÉÏÓÐÁËn¸ö°æ±¾ÁË¡£²»¹ý¶àÊýÊÇ»©ÖÚÈ¡³è¡£</div><div>¿´¿´Õâ¸ö°É£¬ÊÇÎÒÔÚÍøÉÏËùÄÜ¿´µ½µÄ×îÏêÏ¸µÄ½Ì³ÌÁË£®ÏàÐÅ¶ÔÄãÒ»¶¨»áÓÐºÃ´¦µÄ¡£</div><div><br></div><div>»ù´¡£º</div><div>ÈçºÎÈ¥Ñ§Ï°</div><div>¡¤ÒªÓÐÑ§Ï°Ä¿±ê</div><div>¡¤ÒªÓÐÑ§Ï°¼Æ»®</div><div>¡¤ÒªÓÐÕýÈ·µÄÐÄÌ¬</div><div>¡¤ÓÐºÜÇ¿µÄ×ÔÑ§ÄÜÁ¦</div><div><br></div><div>Ñ§Ï°Ä¿±ê</div><div>¡¤1.Ã÷È·×Ô¼ºµÄ·¢Õ¹·½Ïò(ÄãÏÖÔÚ»òÕß½«À´Òª×öÊ²Ã´,³ÌÐòÔ±?°²È«×¨¼Ò?ÍøÂçºÚ¿ÍµÈ)</div><div>¡¤2.×Ô¼ºÄ¿Ç°µÄË®Æ½ºÍÄÜÁ¦ÓÐ¶à¸ß</div><div>¡¤ÄÜ¼òµ¥²Ù×÷windows2000</div><div>¡¤ÄÜ¼òµ¥ÅäÖÃwindows2000µÄÒ»Ð©·þÎñ</div><div>¡¤ÄÜÊìÁ·µÄÅäÖÃWindows2000µÄ¸÷ÖÖ·þÎñ</div><div>¡¤ÄÜÊìÁ·ÅäÖÃwin2000ºÍ¸÷ÖÖÍøÂçÉè±¸ÁªÍø</div><div>¡¤ÄÜ¼òµ¥²Ù×÷Linux,Unix,Hp-unix, SolarisÖÐµÄÒ»ÖÖ»òÕß¶àÖÖ²Ù×÷ÏµÍ³</div><div>¡¤ÄÜÅäÖÃcicso,huawei,3com,ÀÊÑ¸µÈÍøÂçÉè±¸</div><div>¡¤»á¼òµ¥±àÐ´C/C++,Delphi,Java,PB,VB,Perl</div><div>¡¤ÄÜ¼òµ¥±àÐ´Asp,Php,CgiºÍscript,shell½Å±¾</div><div><br></div><div><br></div><div>¡¤3.±ØÐëÑ§»á²»ÏàÐÅÌ¬¶È,×ðÖØ¸÷ÖÖ¸÷ÑùµÄÄÜÁ¦</div><div>¡¤²»ÒªÎªÄÇÐ©×°Ä£×öÑùµÄÈËÀË·ÑÊ±¼ä</div><div>¡¤×ðÖØ±ðÈËµÄÄÜÁ¦,</div><div>¡¤»áÏíÊÜÌá¸ß×Ô¼ºÄÜÁ¦µÄÀÖÈ¤.</div><div>¡¤ÔÚÖªµÀÁË×Ô¼ºµÄË®Æ½ºÍÄÜÁ¦Ö®ºó¾ÍÒª¿ªÊ¼×Ô¼ºµÄÄ¿±êÁË</div><div>¡¤--------°²È«×¨¼Ò</div><div>¡¤--------ºÚ¿Í</div><div>¡¤--------¸ß¼¶³ÌÐòÔ±</div><div>¡¤ºÚ¿ÍÊÇ½¨ÉèÍøÂç,²»ÊÇÆÆ»µÍøÂç, ÆÆ»µÕßÊÇº§¿Í;</div><div>¡¤ºÚ¿ÍÓÐÈëÇÖµÄ¼¼Êõ,µ«ÊÇËûÃÇÊÇÎ¬»¤ÍøÂçµÄ,ËùÒÔºÍ°²È«×¨¼ÒÊÇ²î²»¶àµÄ;</div><div>¡¤ÒòÎª¶®µÃÈçºÎÈëÇÖ²ÅÖªµÀÈçºÎÎ¬»¤</div><div>¡¤ÒòÎª¶®µÃÈçºÎÎ¬»¤²Å¸üÒªÁË½âÈçºÎÈëÇÖ</div><div>¡¤ÕâÊÇ ºÚ¿ÍÓë°²È«×¨¼ÒµÄÁªÏµ</div><div>¡¤µ«,ËûÃÇ¶¼ÊÇÔÚ»á±à³ÌµÄ»ù´¡ÉÏ³É³¤µÄ!</div><div>¡¤ÏÂÃæÎÒÃÇ¿ªÊ¼ÎÒÃÇµÄÑ§Ï°¼Æ»®!</div><div><br></div><div>Ñ§Ï°¼Æ»®</div><div>ÓÐÁËÑ§Ï°¼Æ»®²ÅÄÜ¸üÓÐÐ§µÄÑ§Ï°</div><div><br></div><div>°²È«Ñ§Ï°¼Æ»®</div><div>²»ÉÝÇó¶Ôwin98ÓÐ¶àÃ´¾«Í¨,ÎÒÃÇÒ²²»½²½âwin98ÈçºÎÓ¦ÓÃ,ÈçºÎ¾«Í¨,ÎÒÃÇµÄÆð²½ÊÇwin2000 s</div><div>erver,ÕâÊÇÎÒÃÇÅàÑµµÄ×îµÍ±ê×¼,Äã¶ÔÓ¢ÓïÓÐÒ»¶¨µÄÁË½âÒ²ÊÇ±Ø²»¿ÉÉÙ</div><div><br></div><div><br></div><div><br></div><div>×î»ù´¡</div><div>¡¤a.»á×°win2000,ÖªµÀÔÚ°²×°µÄÊ±ºòÓÐÁ½ÖÖ·ÖÇø¸ñÊ½,NTFSÓëFAT32 ¼°ËûÃÇµÄÇø±ð,ÖªµÀwin2</div><div>000¿ÉÒÔÔÚ°²×°µÄÊ±ºò·ÖÇø,¸ñÊ½»¯Ó²ÅÌ, ¿ÉÒÔ¶¨ÖÆ°²×°,¿ÉÒÔ¶¨ÖÆ×Ô¼ºÐèÒª°²×°µÄÒ»Ð©×é¼þ</div><div>,Èç¹ûÓÐÍøÂçÊÊÅäÆ÷,¿ÉÒÔÖ±½Ó¼ÓÈëÓòÖÐ Ñ§Ï°µã:NTFSºÍFAT32·ÖÇøµÄ²»Í¬ ¸÷¸ö×é¼þµÄ×÷ÓÃ</div><div>ÓòµÄ¶¨Òå</div><div>¡¤b.ÖªµÀÈçºÎ¿ª,¹Ø»ú ÖªµÀ×¢ÏúµÄÓÃ´¦</div><div>¡¤c.ÖªµÀwin2000ÏÂÃæ¸÷Ö÷ÒªÄ¿Â¼µÄ×÷ÓÃ Documents and Settings,WINNT,system32 Progra</div><div>m Files</div><div>¡¤d.ÖªµÀ¹ÜÀí¹¤¾ßÀïÃæ¸÷¸ö×é¼þµÄ¶¨Òå</div><div>¡¤e.Ñ§»áÓ¦ÓÃÃüÁîÌáÊ¾·ûcmd(dos)</div><div>¡¤f.ÖªµÀ¼ÆËã»ú¹ÜÀíÀïÃæµÄ¸÷¸öÑ¡ÏîµÄ²»Í¨</div><div>¡¤g.ÖªµÀwin2000Ç¿´óµÄÍøÂç¹ÜÀí¹¦ÄÜ</div><div>¡¤h.ÄÜ·Ç³£ÊìÁ·µÄ²Ù×÷win2000</div><div>¡¤i.ÖªµÀIPµØÖ·,×ÓÍøÑÚÂë,Íø¹ØºÍMACµÄÇø±ð</div><div><br></div><div>½ø½×</div><div>¡¤A.ÅäÖÃIIS,ÖªµÀ¸÷¸öÑ¡ÏîµÄ×÷ÓÃ</div><div>¡¤B.ÅäÖÃDNS,DHCP</div><div>¡¤C.ÅäÖÃÖ÷¿ØÖÆÓò,¸¨ÖúÓò</div><div>¡¤D.ÅäÖÃDFS</div><div>¡¤E.ÅäÖÃÂ·ÓÉºÍÔ¶³Ì·ÃÎÊ</div><div><br></div><div><br></div><div>¡¤F.ÅäÖÃ°²È«²ßÂÔIPSEC</div><div>¡¤G.ÅäÖÃservice(·þÎñ)</div><div>¡¤H.ÅäÖÃ´ÅÅÌ¹ÜÀí,´ÅÅÌ·Ö¶î</div><div>¡¤i. ÅäÖÃRAID(0,1,0+1,5)</div><div>¡¤J.Â·ÓÉÆ÷µÄ°²×°Óë¼òµ¥ÅäÖÃ</div><div>¡¤K.½»»»»úµÄ°²×°Óë¼òµ¥ÅäÖÃ</div><div>¡¤L.³£¼ûµÄVPN,VLAN,NATÅäÖÃ</div><div>¡¤M.ÅäÖÃ³£¼ûµÄÆóÒµ¼¶·À»ðÇ½</div><div>¡¤N.ÅäÖÃ³£¼ûµÄÆóÒµ¼¶·À²¡¶¾Èí¼þ</div><div><br></div><div>¸ß¼¶</div><div>¡¤Ö®Ç°ÎÒÃÇÑ§µ½µÄÊÇÈÎºÎÒ»¸öÏë³ÉÎªÍøÂç°²È«×¨¼ÒºÍºÚ¿Í»ù±¾ÖªÊ¶ÖÐµÄÒ»²¿·Ö</div><div>¡¤Äã×÷µ½ÁËÂð??</div><div>¡¤Èç¹ûÄã×öµ½ÁË,×ãÒÔÕÒµ½Ò»·ÝºÜ²»´íµÄ¹¤×÷!</div><div><br></div><div>ÅäÖÃ¸ºÔØ¾ùºâ</div><div>¡¤ÅäÖÃWIN2000+IIS+EXCHANGE+MSSQL+SERVER-U+¸ºÔØ¾ùºâ+ASP(PHP.CGI)+CHECK PIONT(ISA</div><div>SERVER) ¡¤</div><div>¡¤ÅäÖÃÈý²ã½»»»ÍøÂç ¡¤</div><div>¡¤ÅäÖÃ¸÷ÖÖ¸´ÔÓµÄÍøÂç»·¾³</div><div>¡¤ÄÜ²ß»®Ò»¸ö·Ç³£ÍêÕûµÄÍøÂç·½°¸ ¡¤</div><div>¡¤ÄÜ¶À×Ô×é½¨Ò»¸ö´óÐÍµÄÆóÒµ¼¶ÍøÂç ¡¤</div><div><br></div><div><br></div><div>¡¤ÄÜÑ¸ËÙ½â¾öÍøÂçÖÐ³öÏÖµÄ¸÷ÖÖÒÉÄÑÎÊÌâ</div><div><br></div><div>½áÊø</div><div>¡¤ÔÚÄãÉÏÃæµÄ¶¼Ñ§ºÃÁË,ÄãÒÑ¾­ÊÇÒ»¸ö¸ß¼¶ÈË²ÅÁË,Ò²ÊÇÎÒÃÇVIPÅàÑµµÄÄ¿±ê!</div><div>¡¤¿ÉÒÔÕÒµ½Ò»·Ý·Ç³£ºÃµÄ¹¤×÷</div><div>¡¤²»»áÔÙÒòÎª¸øÅ®ÅóÓÑÂò²»ÆðÃµ¹å¶ø·¢³îÁË!</div><div><br></div><div>°²È«£º</div><div>µ¼¶Á</div><div>¡¤ÏµÍ³°²È«·þÎñ(SYSTEM)</div><div>¡¤·À»ðÇ½ÏµÍ³(FIREWALL)</div><div>¡¤ÈëÇÖ¼ì²â(IDS)</div><div>¡¤Éí·ÝÑéÖ¤(CA)</div><div>¡¤ÍøÕ¾¼à¿ØºÍ»Ö¸´(WEBSITE)</div><div>¡¤°²È«µç×ÓÉÌÎñ(E-BUSINESS)</div><div>¡¤°²È«µç×ÓÓÊ¼þ(E-MAIL)</div><div>¡¤°²È«°ì¹«×Ô¶¯»¯(OA)</div><div>¡¤Internet·ÃÎÊºÍ¼à¿Ø(A&amp;C)</div><div>¡¤²¡¶¾·À·¶(VIRUS)</div><div>¡¤ÐéÄâ¾ÖÓòÍø(VPN)</div><div><br></div><div>ÏµÍ³°²È«·þÎñ</div><div><br></div><div><br></div><div>¡¤ÏµÍ³°²È«¹ÜÀí</div><div>¡¤ÏµÍ³°²È«ÆÀ¹À</div><div>¡¤ÏµÍ³°²È«¼Ó¹Ì</div><div>¡¤ÏµÍ³°²È«Î¬»¤</div><div>¡¤°²È«¼¼ÄÜÑ§Ï°</div><div><br></div><div>ÏµÍ³°²È«¹ÜÀí</div><div>¡¤ÐÅÏ¢ÏµÍ³°²È«²ßÂÔ</div><div>¡¤ÐÅÏ¢ÏµÍ³¹ÜÀíÔ±°²È«ÊÖ²á</div><div>¡¤ÐÅÏ¢ÏµÍ³ÓÃ»§°²È«ÊÖ²á</div><div>¡¤½ô¼±ÊÂ¼þ´¦ÀíÁ÷³Ì</div><div><br></div><div>ÏµÍ³°²È«ÆÀ¹À</div><div>1¡¢ÏµÍ³ÕûÌå°²È«·ÖÎö</div><div>¡¤ ·ÖÎöÓÃ»§µÄÍøÂçÍØÆË½á¹¹£¬ÒÔÕÒ³öÆä½á¹¹ÐÔ¼°ÍøÂç ÅäÖÃÉÏ´æÔÚµÄ°²È«Òþ»¼¡£</div><div>¡¤ Í¨¹ý¿¼²ìÓÃ»§ÐÅÏ¢Éè±¸µÄ·ÅÖÃ³¡µØ£¬ÒÔÊ¹µÃÉè±¸ÎïÀíÉÏÊÇ°²È«µÄ¡£</div><div>¡¤ ·ÖÎöÓÃ»§ÐÅÏ¢ÏµÍ³µÄ¹ÜÀí¡¢Ê¹ÓÃÁ÷³Ì£¬ÒÔÊ¹µÃÏµÍ³ ÄÜ¹»°²È«µØ¹ÜÀí¡¢°²È«µØÊ¹ÓÃ</div><div>2¡¢Ö÷»úÏµÍ³°²È«¼ì²â</div><div>¡¤ Í¨¹ý¶ÔÖ÷»ú½øÐÐ°²È«É¨Ãè£¬ÒÔ·¢ÏÖÏµÍ³µÄ³£¼ûµÄ°²È«Â©¶´¡£</div><div>¡¤ ¶ÔÓÚÌØ¶¨µÄÏµÍ³£¬²ÉÓÃÌØ±ðµÄ¹¤¾ß½øÐÐ°²È«É¨Ãè¡£</div><div>¡¤ ¸ù¾Ý¾­Ñé£¬¶ÔÏµÍ³´æÔÚµÄÂ©¶´½øÐÐ×ÛºÏ·ÖÎö¡£</div><div>¡¤ ¸ø³öÏµÍ³°²È«Â©¶´±¨¸æ¡£</div><div><br></div><div><br></div><div>¡¤ Ö¸³ö¸÷¸ö°²È«Â©¶´²úÉúµÄÔ­ÒòÒÔ¼°»áÔì³ÉµÄÎ£ÏÕ¡£</div><div>¡¤ ¸ø³öÐÞ¸´°²È«Â©¶´µÄ½¨Òé</div><div>3¡¢ÍøÂçÉè±¸°²È«¼ì²â</div><div>¡¤ Í¨¹ý¶ÔÍøÂç½øÐÐ°²È«É¨Ãè£¬ÒÔ·¢ÏÖÍøÂçÉè±¸µÄ°²È«Â©¶´¡£</div><div>¡¤ ¸ù¾Ý¾­Ñé£¬¶ÔÍøÂçÉè±¸´æÔÚµÄÂ©¶´½øÐÐ×ÛºÏÎö¡£</div><div>¡¤ ¸ø³öÍøÂçÉè±¸°²È«Â©¶´±¨¸æ¡£</div><div>¡¤ Ö¸³ö¸÷¸ö°²È«Â©¶´²úÉúµÄÔ­ÒòÒÔ¼°»áÔì³ÉµÄÏÕ¡£</div><div>¡¤ ¸ø³öÐÞ¸´°²È«Â©¶´µÄ½¨Òé¡£</div><div><br></div><div>°²È«ÏµÍ³¼Ó¹Ì</div><div>¡¤ÎªÓÃ»§ÏµÍ³´ò×îÐÂ°²È«²¹¶¡³ÌÐò¡£</div><div>¡¤ÎªÓÃ»§ÐÞ¸´ÏµÍ³¡¢ÍøÂçÖÐµÄ°²È«Â©¶´¡£</div><div>¡¤ÎªÓÃ»§È¥µô²»±ØÒªµÄ·þÎñºÍÓ¦ÓÃÏµÍ³¡£</div><div>¡¤ÎªÓÃ»§ÏµÍ³ÉèÖÃÓÃ»§È¨ÏÞ·ÃÎÊ²ßÂÔ¡£</div><div>¡¤ÎªÓÃ»§ÏµÍ³ÉèÖÃÎÄ¼þºÍÄ¿Â¼·ÃÎÊ²ßÂÔ¡£</div><div>¡¤Õë¶ÔÓÃ»§ÏµÍ³Ó¦ÓÃ½øÐÐÏàÓ¦µÄ°²È«´¦Àí¡£</div><div><br></div><div>°²È«ÏµÍ³Î¬»¤</div><div>¡¤·À»ðÇ½ÏµÍ³Î¬»¤£¬°²È«ÈÕÖ¾·ÖÎö</div><div>¡¤IDSÏµÍ³Î¬»¤£¬°²È«ÈÕÖ¾·ÖÎö</div><div>¡¤VPNÏµÍ³Î¬»¤£¬°²È«ÈÕÖ¾·ÖÎö</div><div>¡¤ÈÏÖ¤ÏµÍ³Î¬»¤£¬°²È«ÈÕÖ¾·ÖÎö</div><div><br></div><div><br></div><div>¡¤·þÎñÆ÷¡¢Ö÷»úÏµÍ³£¬°²È«ÈÕÖ¾·ÖÎö</div><div>¡¤ÆäËü¸÷Àà°²È«ÉèÊ©Î¬»¤¼°ÈÕÖ¾·ÖÎö</div><div><br></div><div>°²È«¼¼ÄÜÅàÑµ</div><div>¡¤ÍøÂç°²È«»ù´¡ÖªÊ¶</div><div>¡¤ÍøÂç¹¥»÷ÊÖ¶ÎÑÝÊ¾ºÍ·À·¶´ëÊ©</div><div>¡¤·À»ðÇ½µÄÔ­ÀíºÍÊ¹ÓÃ</div><div>¡¤VPNµÄÔ­ÀíºÍÊ¹ÓÃ</div><div>¡¤Â©¶´É¨Ãè¹¤¾ßµÄÔ­ÀíºÍÊ¹ÓÃ</div><div>¡¤IDS£¨ÈëÇÖ¼ì²âÏµÍ³£©µÄÔ­ÀíºÍÊ¹ÓÃ</div><div>¡¤Éí·ÝÈÏÖ¤ÏµÍ³µÄÔ­ÀíºÍÊ¹ÓÃ</div><div>¡¤·À²¡¶¾²úÆ·µÄÔ­ÀíºÍÊ¹ÓÃ</div><div>¡¤ÏµÍ³¹ÜÀíÔ±°²È«ÅàÑµ</div><div>¡¤Ò»°ãÓÃ»§°²È«ÅàÑµ</div><div><br></div><div>·À»ðÇ½ÏµÍ³</div><div>¡¤·À»ðÇ½µÄ¶¨Òå</div><div>¡¤·À»ðÇ½µÄ·ÖÀà</div><div>¡¤°ü¹ýÂË·À»ðÇ½</div><div>¡¤Ó¦ÓÃÍø¹Ø·À»ðÇ½</div><div>¡¤×´Ì¬¼ì²â·À»ðÇ½</div><div>¡¤Ò»°ãÆóÒµ·À»ðÇ½ÅäÖÃ</div><div><br></div><div><br></div><div>¡¤Õþ¸®»ú¹¹·À»ðÇ½ÅäÖÃ</div><div>¡¤ÉæÃÜÍøÂç±£ÃÜÍø¹ØÅäÖÃ</div><div>¡¤¸ß¿ÉÓÃÐÔºÍ¸ºÔØ¾ùºâ·À»ðÇ½ÏµÍ³</div><div>¡¤¸ßËÙ·À»ðÇ½ÏµÍ³</div><div><br></div><div>·À»ðÇ½µÄ¶¨Òå</div><div>¡¤ÓÃÒÔÁ¬½Ó²»Í¬ÐÅÈÎ¼¶±ðÍøÂçµÄÉè±¸¡£</div><div>¡¤ÓÃÀ´¸ù¾ÝÖÆ¶¨µÄ°²È«¹æÔò¶ÔÍøÂç¼äµÄÍ¨ÐÅ½øÐÐ¿ØÖÆ</div><div><br></div><div>·À»ðÇ½µÄ·ÖÀà</div><div>¡¤°ü¹ýÂË (Packet Filters)</div><div>¡¤Ó¦ÓÃÍø¹Ø (Application Gateways)</div><div>¡¤×´Ì¬¼ì²â(Stateful Inspection)</div><div><br></div><div>°ü¹ýÂË·À»ðÇ½</div><div>¡¤°ü ¹ý ÂË ¼¼ Êõ</div><div>¡¤Ö÷ÒªÔÚÂ·ÓÉÆ÷ÉÏÊµÏÖ£¬¸ù¾ÝÓÃ»§¶¨ÒåµÄÄÚÈÝ£¨ÈçIPµØÖ·¡¢¶Ë¿ÚºÅ£©½øÐÐ¹ýÂË¡£°ü¹ýÂËÔÚÍø</div><div>Âç²ã½øÐÐ°ü¼ì²éÓëÓ¦ÓÃÎÞ¹Ø¡£</div><div>¡¤ ÓÅ µã</div><div>¡¤ ¾ßÓÐÁ¼ºÃµÄÐÔÄÜºÍ¿ÉÉìËõÐÔ¡£</div><div>¡¤ È±µã</div><div>¡¤ ÓÉÓÚ°ü¹ýÂË¼¼ÊõÊÇ¶ÔÓ¦ÓÃ²»Ãô¸ÐµÄ£¬ÎÞ·¨Àí½âÌØ¶¨Í¨Ñ¶µÄº¬Òå£¬Òò¶ø°²È«ÐÔºÜ²î¡£</div><div><br></div><div><br></div><div><br></div><div>Ó¦ÓÃÍø¹Ø·À»ðÇ½</div><div>¡¤Ó¦ÓÃÍø¹Ø¼¼Êõ</div><div>¡¤µÚ¶þ´ú·À»ðÇ½¼¼Êõ£¬ÆäÔÚÓ¦ÓÃµÄ¼ì²é·½ÃæÓÐÁË½Ï´óµÄ¸Ä½ø,ÄÜ¼à²âËùÓÐÓ¦ÓÃ²ã£¬Í¬Ê±¶ÔÓ¦</div><div>ÓÃ¡°ÄÚÈÝ¡±£¨Content Information£©µÄº¬ÒåÒýÈëµ½ÁË·À»ðÇ½²ßÂÔµÄ¾ö²ß´¦Àí¡£</div><div>¡¤ ÓÅµã</div><div>¡¤ ?°²È«ÐÔ±È½Ï¸ß¡£</div><div>¡¤ È±µã</div><div>¡¤ ? 1¡¢¸Ã·½·¨¶ÔÃ¿Ò»¸öÇëÇó¶¼±ØÐë½¨Á¢Á½¸öÁ¬½Ó£¬Ò»¸ö´Ó¿Í»§¶Ëµ½·À»ðÇ½ÏµÍ³£¬ÁíÒ»¸ö´Ó</div><div>·À»ðÇ½ÏµÍ³µ½·þÎñÆ÷£¬Õâ»áÑÏÖØÓ°ÏìÐÔÄÜ¡£</div><div>¡¤ ? 2¡¢·À»ðÇ½Íø¹Ø±©Â¶ÔÚ¹¥»÷ÕßÖ®ÖÐ¡£</div><div>¡¤ ? 3¡¢¶ÔÃ¿Ò»¸ö´úÀíÐèÒªÓÐÒ»¸ö¶ÀÁ¢µÄÓ¦ÓÃ½ø³Ì»ò daemon À´´¦Àí£¬ ÕâÑùÀ©Õ¹ÐÔºÍÖ§³Ö</div><div>ÐÂÓ¦ÓÃ·½Ãæ´æÔÚÎÊÌâ¡£</div><div><br></div><div>¼ì²â×´Ì¬·À»ðÇ½</div><div>¡¤ ?ÊôµÚÈý´ú·À»ðÇ½¼¼Êõ£¬¿Ë·þÁËÒÔÉÏÁ½ÖÖ·½·¨µÄÈ±µã£¬ÒýÈëÁËOSIÈ«Æß²ã¼à²âÄÜÁ¦£¬Í¬Ê±</div><div>ÓÖÄÜ±£³Ö Client/ServerµÄÌåÏµ½á¹¹£¬Ò²¼´¶ÔÓÃ»§·ÃÎÊÊÇÍ¸Ã÷µÄ¡£</div><div>¡¤ ?·À»ðÇ½ÄÜ±£»¤¡¢ÏÞÖÆÆäËûÓÃ»§¶Ô·À»ðÇ½Íø¹Ø±¾ÉíµÄ·ÃÎÊ¡£</div><div>¡¤ ?×´Ì¬¼ì²â¼¼ÊõÔÚÍøÂç²ã½Ø»ñÊý¾Ý°üºó½»¸øINSPECT Engine,Í¨¹ý INSPECT Engine ¿ÉÒÔ</div><div>´ÓÊý¾Ý°üÖÐ³éÈ¡°²È«¾ö²ßËùÐèµÄËùÓÐÔ´ÓÚÓ¦ÓÃ²ãÖÐµÄ×´Ì¬Ïà¹ØÐÅÏ¢£¬²¢ÔÚ¶¯Ì¬×´Ì¬±íÖÐ Î¬</div><div>³ÖÕâÐ©ÐÅÏ¢ÒÔÌá¹©ºó¼ÌÁ¬½ÓµÄ¿ÉÄÜÐÔÔ¤²â¡£¸Ã·½·¨ÄÜÌá¹©¸ß°²È«ÐÔ¡¢¸ßÐÔÄÜºÍÀ©Õ¹ÐÔ¡¢¸ßÉì</div><div>ËõÐÔµÄ½â¾ö·½°¸¡£</div><div><br></div><div><br></div><div><br></div><div>ÈëÇÖ¼ì²âÏµÍ³</div><div>¡¤´¦Àí¹¥»÷Ê±Óöµ½µÄµäÐÍÎÊÌâ</div><div>¡¤½â¾öÈëÇÖµÄ·½·¨ºÍÊÖ¶Î</div><div>¡¤»ùÓÚÍøÂçµÄÈëÇÖ¼ì²â</div><div>¡¤»ùÓÚÖ÷»úµÄÈëÇÖ¼ì²â</div><div>¡¤ÈëÇÖ¼ì²âÏµÍ³µäÐÍÅäÖÃ</div><div><br></div><div>´¦Àí¹¥»÷Ê±Óöµ½µÄÎÊÌâ</div><div>¡¤»ñµÃµÄÐÅÏ¢²»×ã</div><div>¡¤²»Öªµ½ÍøÂçÉÏ·¢ÉúÁËÊ²Ã´ÊÂ¡£</div><div>¡¤ÎÞ·¨ÅÐ¶¨ÏµÍ³ÊÇ·ñÒÑ¾­±»ÈëÇÖ¡£</div><div>¡¤ÐÅÏ¢²»×¼È·</div><div>¡¤ÈËÔ±ÉÙ</div><div>¡¤Ã»ÓÐ×ã¹»µÄÈËÔ±Î¬»¤¹ÜÀí¡£</div><div>¡¤È±·¦¹æ·¶µÄ´¦Àí³ÌÐò</div><div>¡¤·¢ÏÖ¹¥»÷Ê±ÈçºÎ·´Ó¦?</div><div>¡¤ÏÂÒ»²½¸ÃÈçºÎ´¦Àí?</div><div><br></div><div>½â¾öÈëÇÖµÄ·½·¨ºÍÊÖ¶Î</div><div>¡¤²ÉÓÃÈëÇÖÊµÊ±ÈëÇÖ¼à¿ØÏµÍ³£¨IDS£©</div><div>¡¤¶ÔÏµÍ³¡¢ÍøÂçÖÐ·¢ÉúµÄÊÂ¼þ½øÐÐÊµÊ±¼à¿Ø¡£</div><div><br></div><div><br></div><div>¡¤µ±·¢ÉúÈëÇÖÊÂ¼þÊ±ÄÜ¼´Ê±·´Ó¦¡£</div><div>¡¤¶ÔÈëÇÖÊÂ¼þ½øÐÐÏêÏ¸¼ÇÂ¼²¢¸ú×Ù¡£</div><div><br></div><div>»ùÓÚÖ÷»úµÄÈëÇÖ¼ì²â</div><div>¡¤Èí¼þÄ£¿é°²×°ÔÚ°üº¬ÓÐÖØÒªÊý¾ÝµÄÖ÷»úÉÏ</div><div>¡¤¼àÊÓ²Ù×÷ÏµÍ³µÄÈÕÖ¾ÒÔ·¢ÏÖ¹¥»÷µÄÌØÕ÷¡£</div><div>¡¤¼àÊÓ´úÀíËù´¦Ö÷»úÉÏµÄËùÓÐ½ø³ÌºÍÓÃ»§.</div><div>¡¤¼àÊÓ±©Á¦µÇÂ¼¹¥»÷£¨brute-force login£©, ÊÔÍ¼¸Ä±ä»òÈÆ¹ý°²È«Éè¶¨£¬¼°ÌØÈ¨µÄÀÄÓÃµÈ</div><div>¡£</div><div>¡¤µ±ÐÂµÄÈÕÖ¾²úÉúÊ±£¬ÎªÁË¼õÐ¡¶ÔCPUµÄÓ°Ïì£¬´úÀí³ÌÐòÔÝÊ±ÖÐ¶Ï¡£</div><div><br></div><div>»ùÓÚÍøÂçµÄÈëÇÖ¼ì²â</div><div>¡¤Èí¼þ°²×°ÔÚ×¨ÃÅµÄÖ÷»úÉÏ£¬·ÅÖÃÓÚ¹Ø¼üµÄÍø¶Î</div><div>¡¤½«ÅäÖÃ¸ÃÈí¼þÖ÷»úµÄÍø¿¨ÉèÖÃÎª»ìÔÓÄ£Ê½£¬Ê¹µÃ¸ÃÖ÷»úÄÜ½ÓÊÜÍø¶ÎÉÏËùÓÐµÄ°ü¡£</div><div>¡¤·ÖÎöÊý¾Ý°üÒÔÅÐ¶ÏÊÇ·ñÓÐºÚ¿Í¹¥»÷¡£</div><div>¡¤¼àÊÓÍø¶ÎÉÏµÄËùÓÐÊý¾Ý¡£</div><div>¡¤¶ÔÍøÂçµÄÁ÷Á¿ÎÞÈÎºÎÓ°Ïì¡£</div><div>¡¤ÄÜ¼ì²âµ½ denial of service attacks, unauthorized access attempts, pre-attack s</div><div>cansµÈ¹¥»÷¡£</div><div><br></div><div>Éí·ÝÈÏÖ¤ÏµÍ³</div><div>¡¤ÓÃ»§Éí·ÝÈÏÖ¤µÄ·½·¨</div><div><br></div><div><br></div><div>¡¤²»Í¬ÈÏÖ¤·½·¨µÄ°²È«¼¶±ð</div><div>¡¤ÓÃ»§Éí·ÝÈÏÖ¤µÄ³£ÓÃ·½Ê½</div><div>¡¤½â¾öÎÊÌâµÄ·½·¨</div><div>¡¤Ä¿Ç°±È½Ï³ÉÊìµÄË«ÒòËØÈÏÖ¤·½·¨</div><div><br></div><div>ÓÃ»§Éí·ÝÑéÖ¤</div><div>¡¤ÄãÖªµÀµÄÒ»Ð©¶«Î÷</div><div>¡¤ ?ÃÜÂë, Éí·ÝÖ¤ºÅ£¬ÉúÈÕ</div><div>¡¤ÄãÓÐµÄÒ»Ð©¶«Î÷</div><div>¡¤ ?´Å¿¨, ÖÇÄÜ¿¨,ÁîÅÆ, Ô¿³×</div><div>¡¤Äã¶ÀÓÐµÄÒ»Ð©¶«Î÷</div><div>¡¤ ?Ö¸ÎÆ,ÉùÒô£¬ÊÓÍøÄ¤</div><div><br></div><div>ÃÜÂëÊÇ²»°²È«µÄ</div><div>¡¤¿ÉÒÔÆÆ½âÃÜÂëµÄ¹¤¾ßÌ«¶à</div><div>¡¤´ó¶àÃÜÂëÔÚÍøÂçÖÐÊÇÃ÷ÎÄ´«ÊäµÄ</div><div>¡¤ÃÜÂë¿ÉÒÔÍøÂçÀëÏßÊ±±»¿ú²â</div><div>¡¤ÃÜÂëºÍÎÄ¼þ´ÓPCºÍ·þÎñÆ÷ÉÏ±»×ªÒÆÁË</div><div>¡¤ºÃ¼ÇµÄÃÜÂëÈÝÒ×±»²Âµ½,²»Ò×²Â²âµÄÃÜÂëÓÖÌ«ÄÑ¼Ç</div><div><br></div><div>½â¾ö·½·¨</div><div>¡¤Ê¹ÓÃ»ìºÏµÄ¹¤¾ß:ÈçIC¿¨+PIN</div><div><br></div><div><br></div><div><br></div><div>ÍøÕ¾¼à¿ØÓë»Ö¸´ÏµÍ³</div><div>¡¤µäÐÍµÄWeb·þÎñÆ÷Ó¦ÓÃ</div><div>¡¤Web·þÎñÆ÷´æÔÚµÄ°²È«ÎÊÌâ</div><div>¡¤ÍøÕ¾°²È«½â¾ö·½·¨</div><div><br></div><div>µäÐÍweb·þÎñÆ÷Ó¦ÓÃ</div><div>¡¤Internet-->Â·ÓÉÆ÷-->·À»ðÇ½-->webÕ¾µã</div><div>¡¤ ? ? ? ? ? ? ? ? ?|</div><div>¡¤ ? ? ? ? ? ? ? ? ?|</div><div>¡¤ ? ? ? ? ? ? ? ÄÚ²¿Íø</div><div>¡¤ËùÓÐµÄ·ÅÔÚ·À»ðÇ½ºóÃæ</div><div><br></div><div><br></div><div>Web·þÎñÆ÷´æÔÚµÄ°²È«ÎÊÌâ</div><div>¡¤ ÍøÒ³±»·Ç·¨´Û¸ÄÊÇÍøÕ¾ÄÚÈÝÌá¹©Õß×îÍ·Í´µÄÎÊÌâ¡£ÔÚ²ÉÓÃ·À»ðÇ½ºó£¬Web·þÎñÆ÷±¾ÉíµÄÂ©</div><div>¶´³ÉÎªÁËÍøÕ¾±»ºÚµÄÖ÷ÒªÎÊÌâ¡£</div><div>¡¤ WebÓ¦ÓÃ·þÎñÆ÷(ÈçIIS,ApacheÖÐ´æÔÚ×Å´óÁ¿µÄ°² È«Â©¶´.)</div><div>¡¤ ÓÃ»§×Ô¼º¿ª·¢µÄCGI¡¢ASP¡¢PHPÓ¦ÓÃÖÐ´æÔÚ×Å´óÁ¿Ç±ÔÚµÄÂ©¶´¡£</div><div><br></div><div>ÍøÕ¾°²È«</div><div>¡¤²ÉÓÃWeb·þÎñÆ÷¼à¿ØÓë»Ö¸´ÏµÍ³</div><div><br></div><div><br></div><div>¡¤¸ÃÏµÍ³Ìá¹©¶ÔÍøÕ¾ÎÄ¼þÄÚÈÝµÄÊµÊ±¼à¿Ø£¬·¢ÏÖ±»¸Ä¶¯ºóÁ¢¼´±¨¾¯²¢×Ô¶¯»Ö¸´¡£</div><div><br></div><div>µç×ÓÉÌÎñ°²È«ÏµÍ³</div><div>¡¤µäÐÍµÄµç×ÓÉÌÎñÓ¦ÓÃ</div><div>¡¤µç×ÓÉÌÎñÖÐ´æÔÚµÄ°²È«ÎÊÌâ</div><div>¡¤µç×ÓÉÌÎñµÄ°²È«½â¾ö·½·¨</div><div>¡¤ÊµÊ±Êý¾Ý½»»»ÏµÍ³</div><div><br></div><div>µäÐÍµç×ÓÉÌÎñÓ¦ÓÃ</div><div>¡¤Internet--->·À»ðÇ½--->Web·þÎñÆ÷</div><div>¡¤ ? ? ? ? ? ? ?|| ? ? ? |</div><div>¡¤ ? ? ? ? ? ? ?|| ? ? ? |</div><div>¡¤ ? ? ? ? ? ?ÄÚ²¿Íø(Êý¾Ý¿â)</div><div><br></div><div>µç×ÓÉÌÎñÖÐ´æÔÚµÄ°²È«ÎÊÌâ</div><div>¡¤1¡¢Web·þÎñÆ÷¶Ë</div><div>¡¤WebÓ¦ÓÃ·þÎñÆ÷£¨ÈçIIS¡¢ApacheÖÐ´æÔÚ×Å´óÁ¿µÄ°²È«Â©¶´¡£ÓÃ»§×Ô¼º¿ª·¢µÄCGI¡¢ASP¡¢PH</div><div>PÓ¦ÓÃÖÐ´æÔÚ×ÅÇ±ÔÚµÄÂ©¶´¡£</div><div>¡¤ ºÚ¿ÍÍ¨¹ýÕâÐ©Â©¶´¹¥»÷Web·þÎñÆ÷£¬¿É·Ç·¨´Û¸ÄÍøÒ³£¬Ôì³É¶ñÁÓÓ°Ïì£¬¶¯Ò¡ÁËµç×ÓÉÌÎñÊ¹</div><div>ÓÃÕßµÄÐÅÐÄ¡£</div><div>¡¤ ÉõÖÁ¿É»ñµÃWeb·þÎñÆ÷ÉÏ´óÁ¿µÄÃô¸Ð×ÊÁÏ£¬ÈçÓÃ»§µÄÐÅÓÃ¿¨ºÅ£¬ÓÃÒÔÁ¬½ÓÄÚ²¿Êý¾Ý¿âµÄÕÊ</div><div>ºÅºÍ¿ÚÁî¡£</div><div><br></div><div><br></div><div>¡¤ ¿ÉÄÜÍ¨¹ý¿ØÖÆWeb·þÎñÆ÷£¬À´¹¥»÷ÄÚ²¿Êý¾Ý¿â¡£</div><div><br></div><div>µç×ÓÉÌÎñÖÐ´æÔÚµÄ°²È«ÎÊÌâ</div><div>¡¤2¡¢SSLÐ­Òé</div><div>¡¤SSL¼ÓÃÜÇ¿¶ÈµÍ¡£ÓÉÓÚä¯ÀÀÆ÷Ä¬ÈÏµÄ¼ÓÃÜÄ£¿éÖ»Ö§³Ö40Î»µÄµÍÇ¿¶È¼ÓÃÜ£¬¶øÇÒ¼´Ê¹ÔÚä¯ÀÀ</div><div>Æ÷ÖÐ°²×°¸ü¸ßÎ»µÄ¼ÓÃÜÄ£¿é£¬ÓÉÓÚWEB·þÎñÆ÷²»Ìá¹©¶Ô¸ßÎ»SSLÁ´½ÓµÄÖ§³ÖÍ¬ÑùÎÞ·¨ÊµÏÖ¸ßÇ¿</div><div>¶ÈSSL¼ÓÃÜÁ´½Ó¡£</div><div>¡¤ ÎÞ·¨½â¾öµç×ÓÉÌÎñÖÐµÄÓÃ»§Ç©Ãû¡£SSLÁ´½Ó½¨Á¢WEB·þÎñÆ÷ºÍÓÃ»§ä¯ÀÀÆ÷Ö®¼äµÄ°²È«Í¨µÀ</div><div>Ö»ÄÜ±£Ö¤ÔÚ°²È«Í¨µÀÄÚµÄÐÅÏ¢²»±»ÇÔÌý»ò´Û¸Ä£¬²¢²»ÄÜ¶ÔÓÃ»§·¢ËÍµÄÐÅÏ¢½øÐÐÇ©ÃûÒÔ±£Ö¤ÐÅ</div><div>Ï¢µÄÓÐÐ§ÐÔºÍ²»¿ÉµÖÀµÐÔ£¬¶øÕâÕýÊÇµç×ÓÉÌÎñÖÐ±ØÐë½â¾öµÄÎÊÌâ¡£</div><div><br></div><div>µç×ÓÉÌÎñµÄ°²È«½â¾ö·½·¨</div><div>¡¤½«WEB·þÎñÆ÷·ÖÎªÁ½²¿·Ö£ºÒ»°ãÄÚÈÝµÄWEB·þÎñÆ÷ºÍ½»Ò×WEB·þÎñÆ÷¡£</div><div>¡¤ Ò»°ãÄÚÈÝµÄWEB·þÎñÆ÷·ÅÖÃÔÚDMZÇøÄÚ£¬²ÉÓÃWEBÕ¾µã¼à¿ØºÍ»Ö¸´ÏµÍ³±£»¤£¬·ÀÖ¹Ö÷Ò³±»·Ç</div><div>·¨¸Ä¶¯¡£</div><div>¡¤ ½»Ò×WEB·þÎñÆ÷·ÅÖÃÔÚÄÚ²¿ÍøÄÚ£¬Í¨¹ýÒ»Ì¨ÎïÀí·Ö¸ôµÄÊµÊ±Êý¾Ý½»»»ÏµÍ³½«ÆäÓëDMZÇøÏà</div><div>Á¬¡£</div><div>¡¤ ÔÚ¿Í»§»úºÍ·þÎñÆ÷¶Ë°²×°SSL´úÀí£¬´Ó¶ø»ñµÃ128Î»µÄ¸ßÇ¿¶È¼ÓÃÜÍ¨µÀ</div><div><br></div><div>ÊµÊ±Êý¾Ý½»»»ÏµÍ³</div><div>¡¤½«ÏµÍ³Íâ²¿ Web·þÎñÆ÷ºÍÄÚ²¿Ó¦ÓÃWeb·þÎñÆ÷ÎïÀí¸ô¿ª.</div><div>¡¤Íâ²¿Web·þÎñÆ÷ÓÃÓÚ´æ·ÅÒ»°ãµÄÐÅÏ¢£¬ÄÚ²¿Web·þ ÎñÆ÷ÓÃÓÚ´æ·ÅÃô¸ÐÐÅÏ¢£¬²¢ºÍÄÚ²¿Êý¾Ý</div><div><br></div><div><br></div><div>¿âÁ¬½Ó¡£</div><div>¡¤Íâ²¿ÓÃ»§Í¨¹ýhttp·ÃÎÊÎ»ÓÚDMZÇøÄÚµÄÒ»°ãWeb·þÎñÆ÷¡£</div><div>¡¤µ±½øÐÐ½»Ò×Ê±£¬ÓÃ»§Ðè·ÃÎÊÎ»ÓÚÄÚ²¿ÍøÄÚµÄÓ¦ÓÃ·þÎñÆ÷¡£</div><div>¡¤httpsÁ¬½ÓÊ×ÏÈµ½´ïÊµÊ±Êý¾Ý½»»»ÏµÍ³µÄÐéÄâÍâ²¿Web·þÎñÆ÷£¬ÊµÊ±Êý¾Ý½»»»ÏµÍ³½«https</div><div>Ð­Òé½â¿ª£¬Ö»½«httpsÁ¬½ÓµÄÊý¾ÝÄÚÈÝ¿½±´µ½ÐéÄâÄÚ²¿Web·þÎñÆ÷£¬ÐéÄâÄÚ²¿Web·þÎñÆ÷½«Ê¹</div><div>ÓÃ¸ÃÊý¾ÝÖØÐÂ·¢ÆðhttpsÁ¬½Óµ½Êµ¼ÊµÄÄÚ²¿Ó¦ÓÃWeb·þÎñÆ÷.</div><div>¡¤ÄÚÍâÍ¨¹ýÊµÊ±Êý¾Ý½»»»ÏµÍ³½øÐÐÊý¾Ý½»»»£¬ÎÞÈÎºÎÐ­ÒéºÍÁ¬½Ó´©¹ýÊµÊ±Êý¾Ý½»»»ÏµÍ³¡£</div><div>¡¤¼´Ê¹DMZÇøµÄWeb·þÎñÆ÷ÊÜµ½¹¥»÷, ¹¥»÷ÕßÒ²µÄ²»µ½ÈÎºÎÓÐÓÃµÄÐÅÏ¢</div><div><br></div><div>°²È«µç×ÓÓÊ¼þÏµÍ³</div><div>¡¤µç×ÓÓÊ¼þµÄ°²È«ÎÊÌâ</div><div>¡¤°²È«µç×ÓÓÊ¼þµÄ½â¾ö·½·¨</div><div>¡¤Ò»¸ö°²È«ÓÊ¼þµÄÊ¹ÓÃ¹ý³Ì</div><div><br></div><div>µç×ÓÓÊ¼þµÄ°²È«ÎÊÌâ</div><div>¡¤ÈçºÎ±£Ö¤·¢ËÍµÄÃô¸ÐÐÅÏ¢²»±»Ð¹Â©</div><div>¡¤ÈçºÎ±£Ö¤·¢ËÍµÄÐÅÏ¢²»±»´Û¸Ä</div><div>¡¤ÈçºÎÈ·ÈÏ·¢¼þÈËµÄÕæÊµÉí·Ý</div><div>¡¤ÈçºÎ·ÀÖ¹·¢¼þÈËµÄµÖÀµÐÐÎª</div><div><br></div><div>°²È«µç×ÓÓÊ¼þµÄ½â¾ö·½·¨</div><div>¡¤½«PKIÌåÏµÓ¦ÓÃµ½ÓÊ¼þÏµÍ³ÖÐ</div><div><br></div><div><br></div><div>¡¤ÓÊ¼þµÄ¼ÓÃÜºÍ½âÃÜÒÔÊµÏÖÊý¾ÝµÄ±£ÃÜ¡£</div><div>¡¤ÓÊ¼þµÄÊý×ÖÇ©Ãû£¨¼ø±ð£©ÊµÏÖ·¢¼þÈËÈÏÖ¤ºÍ²»¿ÉµÖÀµ¡£</div><div>¡¤ÍêÕûÐÔÐ£Ñé¹¦ÄÜ·ÀÖ¹ÐÅÏ¢´«Êä¹ý³ÌÖÐ±»´Û¸Ä¿É¿¿µÄ°²È«ÐÔ¡£</div><div>¡¤²ÉÓÃ¹«¿ªÃÜÔ¿ºÍ¶Ô³ÆÃÜÔ¿Ïà½áºÏµÄÃÜÔ¿ÌåÏµ¡£</div><div>¡¤Ö§³Ö128bit¶Ô³ÆÃÜÔ¿Ëã·¨ºÍ1024bit¹«¿ªÃÜÔ¿Ëã·¨¡£</div><div><br></div><div>°ì¹«×Ô¶¯»¯ÏµÍ³µÄ°²È«ÎÊÌâ</div><div>¡¤ ÈçºÎ±£Ö¤·¢ËÍµÄÃô¸ÐÐÅÏ¢²»±»Ð¹Â©</div><div>¡¤ ÈçºÎ±£Ö¤·¢ËÍµÄÐÅÏ¢²»±»´Û¸Ä</div><div>¡¤ ÈçºÎÈ·ÈÏ·¢¼þÈËµÄÕæÊµÉí·Ý</div><div>¡¤ ÈçºÎ·ÀÖ¹·¢¼þÈËµÄµÖÀµÐÐÎª</div><div><br></div><div>°²È«°ì¹«×Ô¶¯»¯ÏµÍ³µÄ½â¾ö·½·¨</div><div>¡¤½«PKIÌåÏµÓ¦ÓÃµ½°ì¹«×Ô¶¯»¯ÏµÍ³ÖÐ</div><div>¡¤¹¤×÷Á÷ÐÅÏ¢µÄ¼ÓÃÜºÍ½âÃÜÒÔÊµÏÖÊý¾Ý±£ÃÜ</div><div>¡¤¹¤×÷Á÷ÐÅÏ¢µÄÊý×ÖÇ©Ãû£¨¼ø±ð£©ÊµÏÖ·¢¼þÈËÈÏÖ¤ºÍ²»¿ÉµÖÀµ¡£</div><div>¡¤ÍêÕûÐÔÐ£Ñé¹¦ÄÜ·ÀÖ¹ÐÅÏ¢´«Êä¹ý³ÌÖÐ±»´Û¸Ä¿É¿¿µÄ°²È«ÐÔ¡£</div><div>¡¤²ÉÓÃ¹«¿ªÃÜÔ¿ºÍ¶Ô³ÆÃÜÔ¿Ïà½áºÏµÄÃÜÔ¿ÌåÏµ</div><div>¡¤Ö§³Ö128bit¶Ô³ÆÃÜÔ¿Ëã·¨ºÍ1024bit¹«¿ªÃÜÔ¿Ëã·¨¡£</div><div><br></div><div>Internet·ÃÎÊ¼°¿ØÖÆÏµÍ³</div><div>¡¤InternetÊ¹ÓÃ´æÔÚµÄÎÊÌâ</div><div><br></div><div><br></div><div>¡¤InternetÊ¹ÓÃµÄ½â¾ö·½·¨</div><div>¡¤ÄÚÈÝ»º´æÏµÍ³</div><div>¡¤InternetÕ¾µã¹ýÂËÏµÍ³</div><div><br></div><div>Internet·ÃÎÊ´æÔÚµÄÎÊÌâ</div><div>¡¤Internet½ÓÈë´ø¿í²»×ã£¬·ÃÎÊ±È½ÏÂý¡£</div><div>¡¤´óÁ¿µÄÓÃ»§·ÃÎÊÏàÍ¬µÄÄÚÈÝ£¬Ôì³É´ø¿íµÄ½øÒ»²½Óµ¼·¡£</div><div>¡¤ÔÚÉÏ°àÊ±¼äÀï´óÁ¿µÄInternet·ÃÎÊÊÇÓëÒµÎñÎÞ¹ØµÄ¡£</div><div>¡¤ÓÐÈËÊ¹ÓÃ¹«Ë¾µÄInternetÏµÍ³·ÃÎÊÉ«ÇéÍøÕ¾¡£</div><div>¡¤ÓÐÈËÊ¹ÓÃ¹«Ë¾µÄInternetÏµÍ³·ÃÎÊ·´¶¯Õ¾µã¡£</div><div>¡¤¹ÜÀíÈËÔ±ÎÞ·¨ÖªµÀInternetÏµÍ³µÄÊ¹ÓÃÇé¿ö¡£</div><div><br></div><div>Internet·ÃÎÊµÄ½â¾ö·½·¨</div><div>¡¤ ¶ÔÓÚÎÊÌâÒ»£¬²ÉÓÃÄÚÈÝ»º´æÏµÍ³¡£</div><div>¡¤ ¶ÔÓÚÎÊÌâ¶þ£¬²ÉÓÃInternet Õ¾µã¹ýÂËÏµÍ³¡£</div><div><br></div><div>ÄÚÈÝ»º´æÏµÍ³</div><div>¡¤1¡¢Client ·¢ÆðhttpÁ¬½ÓÇëÇó</div><div>¡¤2¡¢Proxy ÊÕµ½ÇëÇóºó½«¼ì²éÄÚ²¿»º´æÄÚÊÇ·ñÓÐËùÐèÄÚÈÝ£¬ÈôÓÐ£¬Ôò·µ»¹¸øClient¡£</div><div>¡¤3¡¢ÈôÎÞ£¬ÔòProxy¸ù¾ÝÇëÇóÏòÄ¿µÄ·þÎñÆ÷·¢ÆðÇëÇó¡£</div><div>¡¤4¡¢Web·þÎñÆ÷½«ÄÚÈÝ·µ»Øµ½Proxy·þÎñÆ÷¡£</div><div>¡¤5¡¢Proxy·þÎñÆ÷½«µÃµ½µÄÄÚÈÝ·¢»Ø¸øClient£¬²¢ÔÚ×Ô¼ºµÄ»º´æÖÐ±£´æÒ»·Ý¡£</div><div><br></div><div><br></div><div><br></div><div>InternetÕ¾µã¹ýÂËÏµÍ³ (Ò»)</div><div>¡¤1¡¢Client ·¢ÆðhttpÁ¬½ÓÇëÇó</div><div>¡¤2¡¢Á¬½Óµ½´ï·À»ðÇ½Ê±·À»ðÇ½½«URLËÍµ½WebSense Server ¼ì²é¡£</div><div>¡¤3¡¢WebSense ½«Éó²é½á¹û·µ»Øµ½·À»ðÇ½¡£</div><div>¡¤4¡¢·À»ðÇ½¸ù¾ÝÆä²ßÂÔ¾ö¶¨ÊÇ·ñÈÃ¸ÃÁ¬½ÓÍ¨¹ý¡£</div><div>InternetÕ¾µã¹ýÂËÏµÍ³ (¶þ)</div><div>¡¤1¡¢Client ·¢ÆðhttpÁ¬½ÓÇëÇó</div><div>¡¤2¡¢Proxy ÊÜµ½ÇëÇóºó½«URLËÍµ½WebSense Server¼ì²é¡£</div><div>¡¤3¡¢Proxy¸ù¾Ý·µ»ØµÄ½á¹û¾ö¶¨ÊÇ·ñ½ÓÊÕ¸ÃÁ¬½ÓÇëÇó¡£</div><div><br></div><div>²¡¶¾·À·¶ÏµÍ³</div><div>¡¤ »¥Á¬ÍøÊ±´ú¶Ô·À²¡¶¾ÏµÍ³µÄÒªÇó</div><div>¡¤ ¼ÆËã»ú²¡¶¾½â¾ö·½·¨</div><div>¡¤ µäÐÍ²¡¶¾·À·¶ÏµÍ³²¿Êð</div><div><br></div><div>»¥ÁªÍøÊ±´ú¶Ô·À²¡¶¾ÏµÍ³µÄÒªÇó</div><div>¡¤ ÓÉÓÚ¼ÆËã»úµÄÁªÍøÊ¹ÓÃ£¬Ê¹µÃ²¡¶¾´«²¥µÄÍ¾¾¶´óÎªÔö¶à£ºÍøÂçÎÄ¼þ¹²Ïí¡¢µç×ÓÓÊ¼þ¡¢Int</div><div>ernetÎÄ¼þÏÂÔØ£¬´«²¥ËÙ¶ÈÒ²´óÎª¼Ó¿ì¡£</div><div>¡¤ ÐÂ²¡¶¾µÄ³öÏÖËÙ¶È¼Ó¿ì£¬ÓÃ»§µÄ·À²¡¶¾Èí¼þµÄ²¡¶¾ÌØÕ÷ÂëÃ»ÄÜ¼°Ê±¸üÐÂ¡£</div><div>¡¤ Ä¿Ç°ÒÑ³öÏÖÁË¶ñÒâµÄJava¡¢ActiveX£¬µ±Ê¹ÓÃÕßä¯ÀÀµ½°üº¬ÕâÐ©´úÂëµÄÍøÒ³Ê±£¬»áÔì³É°²</div><div>È«ÎÊÌâ¡£</div><div><br></div><div><br></div><div>¡¤ Ò»Ð©À´Àú²»Ã÷µÄµç×ÓÓÊ¼þ³ÌÐò»òÏÂÔØµÄ³ÌÐòÖÐ´øÓÐÌØÂåÒÀÄ¾Âí£¬¿ÉÄÜ»áÔì³ÉÊÜº¦ÕßµÄÖ÷</div><div>»ú±»ËûÈË¿ØÖÆ¡£</div><div><br></div><div>¼ÆËã»ú²¡¶¾½â¾ö·½·¨</div><div>¡¤ ´ÓÏµÍ³µÄ¹Ûµã¿¼ÂÇ²¡¶¾µÄ·À·¶£¬ÔÚËùÓÐ²¡¶¾´«ÊäµÄÍ¾¾¶ÉÏ¾ùÅäÖÃ·À²¡¶¾Èí¼þ£¬Èç¿Í»§¶Ë</div><div>£¨Win98¡¢ ¡¤ ? Win2000)¡¢ÎÄ¼þ·þÎñÆ÷£¨NT¡¢Netware£©¡¢ÓÊ¼þ·þÎñÆ÷£¨Exchange¡¢Lotus</div><div>Notes£©¡¢Internet½ÓÈëÏµÍ³£¨Proxy¡¢Firewall)µÈ¡£</div><div>¡¤ Õû¸ö²¡¶¾·À·¶ÏµÍ³²ÉÓÃ¼¯ÖÐ¹ÜÀíµÄ·½Ê½£¬²¡¶¾ÌØÕ÷ÂëÍ³Ò»¸üÐÂ£¬°²È«²ßÂÔ¼¯ÖÐÉè¶¨£¬´Ó</div><div>¶øÊ¹µÃÕû¸öÍøÂçÏµÍ³µÄ²¡¶¾ÌØÕ÷ÂëµÃµ½¿ìËÙ¸üÐÂ¡£</div><div>¡¤ Í¨¹ýÔÚ¿Í»§¶ËµÄä¯ÀÀÆ÷ºÍProxy¡¢FirewallÖÐÇ¶Èë²¡¶¾¼ì²éÈí¼þ£¬À´·À·¶ÏÂÔÚ³ÌÐòÖÐ´øÓÐ</div><div>µÄ²¡¶¾ºÍ¿ÉÄÜµÄ¶ñÒâJava¡¢ActiveXµÈ¿ÉÖ´ÐÐ´úÂëµÄ¹¥»÷¡£</div><div><br></div><div>VPN£¨ÐéÄâË½ÓÐÍø£©</div><div>¡¤ Êý¾Ý¼ÓÃÜ·ÖÀà</div><div>¡¤ ÎïÀíÏßÂ·¼ÓÃÜ</div><div>¡¤ Êý¾ÝÁ´Â·¼ÓÃÜ</div><div>¡¤ ÍøÂç²ã¼ÓÃÜ¡ªIPSec</div><div>¡¤ ´«Êä²ã¼ÓÃÜ¡ªSSL</div><div><br></div><div>Êý¾Ý¼ÓÃÜÀàÐÍ</div><div>¡¤ÎïÀí²ã->ÎïÀí²ã ?ÎïÀíÏßÂ·¼ÓÃÜ</div><div>¡¤Êý¾ÝÁ´Â·²ã->Êý¾ÝÁ´Â·²ã (Â·ÓÉÆ÷·ÃÎÊ)</div><div><br></div><div><br></div><div>¡¤ÔÚÊý¾ÝÁ´Â·²ã(ÈçPPP£©½øÐÐ¼ÓÃÜ L2TP¡¢PPTP¡¢L2F</div><div>¡¤ÍøÂç²ã->ÍøÂç²ã(Â·ÓÉÆ÷ ·À»ðÇ½ ?Ö÷»ú)</div><div>¡¤ÔÚÍøÂç²ã £¨ÈçIP£©½øÐÐ¼ÓÃÜ ?IPSec</div><div>¡¤´«Êä²ã->´«Êä²ã (¶ÔTCP½øÐÐ¼ÓÃÜ SSL)</div><div>¡¤Ó¦ÓÃ²ã->Ó¦ÓÃ²ã(ÔÚÓ¦ÓÃ²ã (ÈçTCP£©½øÐÐ¼ÓÃÜ S/MIME¡¢SET¡¢SSH)</div><div><br></div><div>ÎïÀíÏßÂ·¼ÓÃÜ</div><div>¡¤ DDN ¼ÓÃÜ»ú</div><div>¡¤ Ö¡ÖÐ¼Ì¼ÓÃÜ»ú</div><div>¡¤ Òì²½²¦ºÅModem</div><div>¡¤ ISDNÏßÂ·ÃÜÂë»ú</div><div>¡¤ ATM¼ÓÃÜ»ú</div><div><br></div><div>×¢:´«Êä²ã¼ÓÃÜ</div><div>¡¤Secure Sockets Layer (SSL) ÊÇÒ»¸ö¶Ëµ½¶ËµÄInternet °²È«Ð­Òé£¬Í¨¹ý²ÉÓÃÊý×ÖÖ¤Êé£¬</div><div>ËüÌá¹©ÁËÊý¾Ý¼ÓÃÜ¡¢Éí·ÝÈÏÖ¤µÄ¹¦ÄÜ¡£SSL½¨Á¢ÔÚ´«Êä²ã£¬ËüÎª¿Í»§»úºÍ·þÎñÆ÷ÔÚÓ¦ÓÃ¼¶½¨</div><div>Á¢ÆðÒ»¸ö¶Ëµ½¶ÏµÄ°²È«»á»°¡£</div><div>¡¤SSL´úÀí¡ª128Î»µÄ¸ßÇ¿¶È¼ÓÃÜÄ£¿é</div><div><br></div><div>½áÊøÓï¡¤¹§Ï²Äã:</div><div>¡¤Ñ§ÍêÕâÐ©²¢ÇÒ¿ÉÒÔÊìÁ·Ó¦ÓÃ,ÒÑ¾­ÊÇÒ»¸öÕæÕýµÄÍøÂç°²È«×¨¼ÒÁË!</div><div>¡¤Ï£Íû´ËÊ±µÄÄãÅÔ±ßÓÐ¸öÎÂÈáÉÔÓÐµãµ÷Æ¤µÄÅ®ÅóÓÑ,ÎªÕâ¹Â¶À¶ø¼ÅÄ¯µÄÍøÂçÌí¼ÓÒ»µãÌø¶¯µÄ</div><div><br></div><div><br></div><div>É«²Ê!</div><div><br></div><div>ºÚ¿Í±à£º</div><div>±ØÐëÒªÕÆÎÕµÄ¼¸¸öÃüÁî</div><div>¡¤Net</div><div>¡¤netsh</div><div>¡¤Ftp</div><div>¡¤hostname</div><div>¡¤Telenet(nc)</div><div>¡¤tracert</div><div>¡¤At</div><div>¡¤Tftp</div><div>¡¤Netstat</div><div>¡¤Regedit</div><div>¡¤Ping</div><div><br></div><div>±ØÐëÒªÕÆÎÕµÄ¼¸¸öÐ­Òé</div><div>¡¤http</div><div>¡¤dns</div><div>¡¤ftp</div><div>¡¤Pop</div><div>¡¤Smtp</div><div><br></div><div><br></div><div>¡¤Icmp</div><div>¡¤Udp</div><div>¡¤tcp</div><div><br></div><div>¿ªÊ¼</div><div>¡¤ÕÆÎÕÁËºÚ¿Í¹¥»÷µÄ·½Ê½ºÍÊÖ¶Îºó,ÄÇÃ´Ñ§Ï°ºÚ¿Í¾Í¼òµ¥¶àÁË!</div><div>¡¤ÒòÎªÄãÕÆÎÕÁËÕâÐ©,Ê£ÓàµÄ¾ÍÊÇÊ¹ÓÃ¹¤¾ßÈëÇÖ</div><div>¡¤ÊìÏ¤ÕÆÎÕÒ»Ì××Ô¼ºÓÃµÄºÚ¿Í¹¤¾ß</div><div><br></div><div>¸ß¼¶</div><div>¡¤×Ô¼º±àÐ´×¨ÓÃµÄºÚ¿Í¹¤¾ß</div><div>¡¤×Ô¼º·¢ÏÖÏµÍ³Â©¶´</div><div><br></div><div>ºÚ¿ÍÈëÇÖÊÖ¶Î</div><div>¡¤ÊÕ¼¯ÐÅÏ¢:</div><div>¡¤ ? ÊÕ¼¯ÒªÈëÇÖµÄÄ¿±êÐÅÏ¢</div><div>¡¤ ? IP,ÓòÃû,¶Ë¿Ú,Â©¶´,Î»ÖÃ</div><div><br></div><div>Èõ¿ÚÁî</div><div>¡¤ÔÚnt\2000\xp\2003ÖÐÈõ¿ÚÁî¿ÉÒÔÓÃ</div><div>¡¤Net use \ip ¡°password¡± /user:user</div><div>¡¤Èç¹ûÄ¿±ê»ú¿ª3389·þÎñ,¿ÉÒÔÖ±½ÓÁ¬½Ó</div><div><br></div><div><br></div><div>¡¤ÔÚsqlµÄsaÈõ¿ÚÁî,¿ÉÒÔÓÃsqlÁ¬½ÓÆ÷Ö±½Ó ¡¤µÇÂ½</div><div><br></div><div>ºóÃÅÄ¾Âí</div><div>¡¤Èç¹ûÓÐipc$¹²Ïí,¿ÉÒÔcopy¹ýÈ¥Ä¾ÂíºóÃÅ</div><div>¡¤ÓÃatÆô¶¯</div><div>¡¤AT \ip time /INTERACTIVE</div><div>¡¤Èç¹û¿ÉÒÔµÃµ½shell,Ò²¿ÉÒÔÓÃtftp</div><div>¡¤Tftp.exe ¨Ci ip get *.* *.*</div><div>¡¤È»ºóÖ±½Ó°²×° ¡¤Èç¹ûÓÐ3389,¿ÉÒÔ×Ô¼º½¨Ò»¸öiis,ÏÂÔØ Ö±½ÓÔËÐÐ</div><div><br></div><div>ÃÜÂëÆÆ½â</div><div>¡¤Ô¶³ÌÆÆ½âmysql,mssql,ftp,mail,¹²ÏíÃÜÂë</div><div>¡¤±¾µØÆÆ½â¹ÜÀíÔ±(administrator)ÃÜÂë</div><div><br></div><div>»º³åÒç³ö</div><div>¡¤¿ÉÒÔÓÃ»º³åÒç³ö¹¥»÷,</div><div>¡¤±ÈÈçÁ÷ÐÐµÄwebdev,rdcomÄ£¿éÂ©¶´</div><div>¡¤¿ÉÒÔÖ±½ÓµÃµ½system¹ÜÀíÈ¨ÏÞ</div><div>¡¤»º³åÒç³öºóµÄÒ»°ãÏÖÏóÊÇ:</div><div>¡¤Microsoft Windows 2000 [Version 5.00.2195]</div><div>??(C) Copyright 1985-2000 Microsoft Corp.</div><div>??C:\WINNT\system32></div><div><br></div><div><br></div><div><br></div><div>Web·þÎñÂ©¶´</div><div>¡¤ÀýÈç:</div><div>¡¤UnicodeÂ©¶´±éÀú´ÅÅÌºÍÖ´ÐÐ³ÌÐò</div><div>¡¤¶þ´Î±àÂëÂ©¶´±éÀú´ÅÅÌºÍÖ´ÐÐ³ÌÐò</div><div>¡¤.HTRÂ©¶´²é¿´Ô´´úÂë</div><div><br></div><div>ÐáÌ½¼àÌý</div><div>¡¤ÀýÈç:</div><div>¡¤Õë¶Ôweb¼àÌý</div><div>¡¤Õë¶Ômail¼àÌý</div><div>¡¤¹¤¾ßÈç:sinffer , iris</div><div><br></div><div>ÆÛÆ­¹¥»÷</div><div>¡¤ÀýÈç:</div><div>¡¤ÔËÓÃarpÆÛÆ­¹¥»÷</div><div><br></div><div>Î±×°ÆÛÆ­</div><div>¡¤³£¼ûµÄÈç:mail²¡¶¾</div><div>¡¤°ÑÒ»¸öÎÄ¼þ¸ÄÃû×ÖÉõÖÁÍ¼±ê,ÆÛÆ­¶Ô·½Ö´ÐÐ</div><div><br></div><div>Éç»á¹¤³ÌÑ§</div><div><br></div><div><br></div><div>¡¤ÀýÈç:</div><div>¡¤QQÁÄÌìÓÕ»ó</div><div>¡¤EMAILÐÅÏ¢</div><div>¡¤µç»°</div><div>¡¤ÓÕ»ó</div><div><br></div><div>¾Ü¾ø·þÎñ</div><div>¡¤ÀýÈç:</div><div>¡¤Dos¹¥»÷</div><div>¡¤Ddos¹¥»÷</div><div><br></div><div>ÀûÓÃÌø°å</div><div>¡¤ÀûÓÃ×Ô¼ºµÄÈâ¼¦×÷ÎªÌø°å¹¥»÷±ðµÄ»úÆ÷</div><div>¡¤My PC------>Ìø°å(Èâ¼¦)--->Ä¿±ê</div><div><br></div><div>Â·ÓÉÆ÷Â©¶´</div><div>¡¤Èç:</div><div>¡¤Ô­Ê¼ÃÜÂë</div><div>¡¤³ÌÐòÂ©¶´</div><div><br></div><div>·À»ðÇ½</div><div>¡¤ÀûÓÃÆÛÆ­¹¥»÷·À»ðÇ½,µ¼ÖÂ·À»ðÇ½¹¦ÄÜÊ§Ð§</div><div><br></div><div><br></div><div>¡¤ÀûÓÃ·À»ðÇ½µÄÄ£¿éÂ©¶´</div><div><br></div><div>unix/linux</div><div>¡¤NetWare Linux unix solais Solaris hp-unix Aix µÈ</div><div>¡¤ÕâÐ©Ä¿Ç°ÏÈ²»½²½â</div><div><br></div><div>¾«Í¨ºÚ¿Í¹¤¾ß</div><div>¡¤±ØÐëÓÐÒ»Ì××Ô¼º¿ÉÒÔÍêÈ«ÕÆÎÕµÄºÚ¿Í¹¤¾ß</div><div>¡¤Èç¶Ë¿ÚÉ¨Ãè Nscan,bluescanport</div><div>¡¤¼àÌý¹¤¾ß:sinffer iris</div><div>¡¤telnet¹¤¾ß:nc</div><div>¡¤É¨Ãè¹¤¾ß:sss,nmap, LANguard</div><div>¡¤ºóÃÅ¹¤¾ß:radmin,winshell</div><div>¡¤ÃÜÂëÆÆ½â:lc4</div><div>¡¤Ô¶³Ì¹ÜÀí:pcanywhere</div><div>¡¤»áÊ¹ÓÃ¸÷ÖÖ¾­µäµÄºÚ¿Í¹¤¾ß</div><div><br></div><div>Çå³ýÈÕÖ¾</div><div>¡¤ÔÚÄãÈëÇÖ»úÆ÷ÒÔºó,Àë¿ªµÄÊ±ºò,ÒªÍêÈ«Çå³ý</div><div>¡¤×Ô¼ºÔÚÄÇÌ¨»úÆ÷ÉÏÁôÏÂµÄºÛ¼£</div><div>¡¤ÀýÈçÇå³ý</div><div>¡¤Del C:\WINNT\system32\LogFiles\*.*</div><div><br></div><div><br></div><div>¡¤Del C:\WINNT\system32\*.log</div><div>¡¤Del C:\WINNT\system32\*.txt</div><div>¡¤Del C:\WINNT\*.log</div><div>¡¤Del c:\winnt\*.txt</div><div><br></div><div>Èç¹ûÄã²»Çå³ýÈÕÖ¾</div><div>¡¤µ±Ä¿±ê»úÆ÷µÄ¹ÜÀíÔ±·¢ÏÖÄãµÄÖ¤¾Ý</div><div>¡¤ÍêÈ«¿ÉÒÔÈÃÄãÔÚ´óÇ½ÄÚ¶É¹ýÒ»¶ÎÈÕ×Ó</div><div><br></div><div>ºÚ¿Í</div><div>¡¤µ±ÄãÍêÈ«ÕÆÎÕÕâÐ©ºó</div><div>¡¤Äã¾Í³ÉÎªÁËÒ»ÃûÐ¡ºÚ¿Í</div><div><br></div><div>¸ß¼¶</div><div>¡¤±àÐ´×Ô¼ºµÄºÚ¿Í¹¤¾ß</div><div>¡¤·¢ÏÖÏµÍ³Â©¶´</div><div><br></div><div>¸ß¼¶ºÚ¿Í</div><div>¡¤Ä¿Ç°Äã×ãÒÔ³ÉÎªÒ»¸ö¸ß¼¶ºÚ¿ÍÁË</div><div><br></div><div>ÕæÕýµÄºÚ¿Í</div><div>¡¤¾«Í¨¸÷ÖÖÍøÂçÐ­Òé</div><div><br></div><div><br></div><div>¡¤¾«Í¨²Ù×÷ÏµÍ³</div><div>¡¤¾«Í¨±à³Ì¼¼Êõ</div><div>¡¤¾«Í¨°²È«·À»¤</div><div>¡¤²»¸ãÆÆ»µ</div><div>¡¤ÌôÕ½¼¼ÊõÄÑÌâ</div><div><br></div><div>½áÊø</div><div>¡¤ÏëÑ§ºÃÕâÐ©,²¢²»ÊÇ¿¿±ðÈË¸øÄãµÄ,¶øÊÇ¿¿×Ô¼ºµÄÅ¬Á¦,×Ô¼ºµÄ×ÔÑ§µÃµ½µÄ!</div><div>¡¤±ðÈËÖ»ÄÜÖ¸µ¼Äã,ÔõÃ´È¥×ö,Ö»ÄÜ¸æËß·½·¨,</div><div>¡¤ÕæÕýµÄÊµÊ©ÊÇÄã×Ô¼º,¾­¹ýN*N¸öÈÕÒ¹Å¬Á¦»»À´µÄ</div><div>¡¤²»ÒªÒ»¸öÎÊÌâÎÊ¶à´Î,Òª¶à¶¯ÊÖ,¶¯ÄÔ!</div><div>¡¤GoogleÀïÃæÓÐÌ«¶àµÄ´ð°¸,ÎªÊ²Ã´ÎÒËÑË÷²»µ½?ÒòÎªÄãµÄ¹Ø¼ü×ÖÓÃµÄ²»¶Ô!</div><div>¡¤ºÚ¿Í»ùµØÊÇÎªÁËÅàÑø³öÒ»ÅúÓÅÐãµÄÍøÂçÈË²Å,ÈÃ¸ü¶àÏëÑ§Ï°ÍøÂçµÄ°®ºÃÕßÓÐÒ»¸öÀíÏëµÄÑ§</div><div>Ï°»·¾³</div><div>¡¤ÕâÈýÆª»ÃµÆÆ¬ÊÇÎÒÃÇ¶àÄêµÄ¾­ÑéµÃµ½µÄ!</div><div>¡¤ºÜÓÐ¼ÛÖµ,ÍûºÃºÃ±£´æ!×ÐÏ¸ÑÐ¾¿!</div><div><br></div><div>¼¼ÊõáÛ·å</div><div>¡¤Ï£ÍûÎÒÃÇÄÜÔÚÕâÀïÏà¾Û!</div><div><br></div></div>]]></description>
	    <author><![CDATA[ËÞÃüÓëÂÖ»Ø]]></author>
	    <comments>http://20883340.blog.163.com/blog/static/4485410200882765835711</comments>
    <slash:comments>0</slash:comments>
    <guid isPermaLink="true">http://20883340.blog.163.com/blog/static/4485410200882765835711</guid>
    <pubDate>Sat, 27 Sep 2008 18:58:35 +0800</pubDate>
    <dcterms:modified>2008-09-27T18:58:35+08:00</dcterms:modified>
  </item>    
  <item>
  	<title><![CDATA[±»windowsÉî¶ÈÒþ²ØµÄÎÄ¼þ]]></title>	
    <link>http://20883340.blog.163.com/blog/static/4485410200882765639525</link>
    <description><![CDATA[<div><div>£ ÉùÃ÷:</div><div>¡¡¡¡</div><div>¡¡¡¡¡¡¡¡×÷Õß(ÒëÕß)²»¶ÔÈÎºÎÓÉ¶ÁÕß×Ô¼ºÔì³É»òÕßÓÉÓÚÆäËûÔ­ÒòÔì³ÉµÄËðÊ§ºÍÐÅÏ¢¶ªÊ§¸ºÔð.</div><div>¡¡¡¡</div><div>¡¡¡¡¸ÅÒª:</div><div>¡¡¡¡</div><div>¡¡¡¡¡¡¡¡ÔÚÄãµÄ¼ÆËã»úÀïÓÐºÜ¶àÎ¢ÈíÊÔÍ¼Òþ²ØµÄÎÄ¼þÄ¿Â¼.ÔÚÕâÐ©Ä¿Â¼ÖÐÄã»á(Ö÷Òª)·¢ÏÖÓÐÕâÑùÁ½ÖÖ¶«Î÷:Microsoft Internet Explorer¼ÇÂ¼ÁËÄãËù·ÃÎÊ¹ýµÄËùÓÐÕ¾µã---¼´Ê¹ÄãÒÑ¾­Çå¿ÕÁËÄãµÄ»º´æ,Microsoft OutlookºÍMicrosoft Outlook Express¼ÇÂ¼ÁËÄãËùÓÐµÄE-MAILÐÅÏ¢--¼´Ê¹ÄãÒÑ¾­´ÓÀ¬»øÏäÖÐ°ÑËûÃÇÇå³ý(ÆäÖÐÒ²°üÀ¨À´ÍùÐÅ¼þÖÐµÄ¸½¼þ).ÇëÏàÐÅÎÒ,ÎÒËùËµµÄ»¹²»µ½Êµ¼ÊµÄ 50%.?</div><div>¡¡¡¡</div><div>¡¡¡¡¡¡¡¡ÎÒÖ®ËùÒÔËµÕâÐ©ÎÄ¼þ¶¼Òþ²ØµÃºÜºÃ,ÊÇÒòÎªËûÃÇÈ·ÊµÒþ²ØµÃ·Ç³£ºÃ.ÒÔÖÁÓÚÈç¹ûÄãÃ»ÓÐÊ²Ã´DOSµÄÖªÊ¶,ÄÇÄã¾Í²»¿ÉÄÜÕÒµ½ÕâÐ©¶«Î÷.ÎÒÖ®ËùÒÔÕâÃ´ËµÊÇÒòÎªÆäÖÐÓÐÐ©ÎÄ¼þÖ»ÄÜÔÚDOS»òÖ»ÄÜÔÚWindows ExplorerÀïÏÔÊ¾.»¹ÓÐÐ©ÎÄ¼þÔÚDOSºÍWindowsÀï¶¼²»ÄÜÏÔÊ¾,µ«ÊÇ¿ÉÒÔÍ¨¹ýÒ»¸öÌØ¶¨µÄ¹¤×÷»·¾³À´ÏÔÊ¾ËûÃÇ.»ù±¾ÉÏÒÔÏÂÎÒËùÌáµ½µÄ¶«Î÷Èç¹ûÄã ²¢²»ÊÂÏÈÖªµÀËûÃÇµÄ´æÔÚ,ÄÇÃ´ÔÚÈÕ³£µÄÊ¹ÓÃ¹ý³ÌÖÐÓöµ½ËûÃÇµÄ»ú»áÊÇÎ¢ºõÆäÎ¢µÄ.</div><div>¡¡¡¡</div><div>¡¡¡¡¡¡¡¡ÎªÁËÏòÄãÃÇÕ¹Ê¾ÕâÐ©Òþ²ØµÄÎÄ¼þÊÇ¶àÃ´µÄ±°±É,ÎÒ¾Ù¸ö¼òµ¥µÄÀý×Ó,ÆäÖÐÓÐÈý¸öÒþ²ØµÄÎÄ¼þ¼Ð°üÀ¨ÁË:ÄãµÄÐÕÃû,µØÖ·,µç»°ºÅÂë,ÄãËù·ÃÎÊ¹ýµÄÍøÕ¾,ÄãËù·¢³ö»ò ½ÓÊÜµ½µÄÃ¿Ò»·âE-MAIL,ÄãËù·¢³ö»ò½ÓÊÜµ½µÄÃ¿Ò»¸ö¸½¼þ,ÄãÍ¨¹ýËÑË÷ÒýÇæËù²éÕÒµÄÃ¿Ò»¸ö¹Ø¼ü×Ö,ÄãËùÏÂÔØµÄÃ¿Ò»¸öÎÄ¼þÃû,°üº¬ÓÐ¡°Ãô¸Ð¡°ÐÅÏ¢µÄÎÄµµ Ãû,ÄãµÄËùÓÐCookiesµÄ¸±±¾,À´×ÔÄãµÄHOTMAILÕË»§µÄÍêÈ«¿É¶ÁµÄE-MAIL,ÄãµÄPGPÃÜ³×,»¹ÓÐ¸ü¶à...</div><div>¡¡¡¡</div><div>¡¡¡¡¡¡¡¡ÓÐÈ¤µÄÊÇÒÔÉÏµÄËùÓÐÔÚmicrosoftµÄ¹Ù·½ÍøÕ¾ÉÏÈ´Ö»×ÖÎ´Ìá.</div><div>¡¡¡¡</div><div>¡¡¡¡Ç°ÑÔ:</div><div>¡¡¡¡</div><div>¡¡¡¡¡¡¡¡ÎÒÖªµÀÒÑ¾­ÓÐÈË¿ªÊ¼ÒâÊ¶µ½ÎÒËùÌáµÄÕâÐ©·½Ãæ.µ«ÊÇÎÒÈ·ÐÅ¾ø´ó²¿·ÖµÄÈË²»ÖªµÀÕâÒ»ÇÐ.ÕâÆªÖ¸ÄÏµÄÄ¿µÄÊÇ¸æËß´ó¼ÒÎ¢ÈíµÄ²úÆ·¾¿¾¹¸ÉÁËÐ©Ê²Ã´ÒÔ¼°ÈçºÎ´ÓÎ¢ÈíµÄÊÖÖÐÖØÐÂ»ñµÃÎÒÃÇ×Ô¼ºµÄÒþË½È¨.</div><div>¡¡¡¡</div><div>¡¡¡¡¡¡¡¡¸ÐÐ»ÔÄ¶Á´ËÎÄ.</div><div>¡¡¡¡</div><div>¡¡¡¡Ë÷Òý:</div><div>¡¡¡¡</div><div>¡¡¡¡1.¶¨ÒåºÍËõÐ´</div><div>¡¡¡¡2.ÄãÎªÊ²Ã´ÒªÉ¾³ýÕâÐ©ÎÄ¼þ</div><div>¡¡¡¡3.ÈçºÎ¾¡¿ìµÄÉ¾³ýÕâÐ©ÎÄ¼þ(ÍÆ¼ö¸ø·Ç×¨ÒµÈËÊ¿)</div><div>¡¡¡¡¡¡¡¡3.1Èç¹ûÄãÊ¹ÓÃMicrosoft Internet Explorer</div><div>¡¡¡¡¡¡¡¡3.2ÇåÀíÄãµÄ×¢²á±í</div><div>¡¡¡¡¡¡¡¡3.3Èç¹ûÄãÊ¹ÓÃMicrosoft Outlook Express</div><div>¡¡¡¡¡¡¡¡3.4³¹µ×É¾³ýÎÄ¼þ</div><div>¡¡¡¡¡¡¡¡3.5¼ÌÐøÊ¹ÓÃMicrosoft Internet Explorer(Ç¿ÁÒ²»ÍÆ¼ö)</div><div>¡¡¡¡4.Öð²½´øÄã×ß½üÕâÐ©Òþ²ØµÄÎÄ¼þ(ÍÆ¼ö¸ø×¨ÒµÈËÊ¿)</div><div>¡¡¡¡5.¿´¿´OUTLOOKµÄÕæÕýÃæÄ¿</div><div>¡¡¡¡6.Î¢ÈíÊÇÈçºÎ×öµ½ÕâÐ©µÄ</div><div>¡¡¡¡7.+s´ú±íÒþÃØ¶ø²»ÊÇÏµÍ³</div><div>¡¡¡¡8.FIND FASTµÄÕæÕýÃæÄ¿</div><div>¡¡¡¡¡¡¡¡8.1É¾³ýFIND FAST</div><div>¡¡¡¡9.¿´¿´Î¢ÈíÎªÁË·ÀÖ¹ÈËÃÇ·¢ÏÖÕâÐ©Òþ²ØµÄÎÄ¼þ¶ø¾¡ÁË¶à´óµÄÅ¬Á¦</div><div>¡¡¡¡10.×îÖÕ×¢½âºÍÁªÏµ·½Ê½</div><div>¡¡¡¡¡¡¡¡10.1ÍÆ¼öÔÄ¶Á</div><div>¡¡¡¡11.ÌØ±ðÃùÐ»</div><div>¡¡¡¡12.²Î¿¼Áª½Ó</div><div>¡¡¡¡</div><div>¡¡¡¡</div><div>¡¡¡¡--------------------------------------------------------------------------------</div><div>¡¡¡¡</div><div>¡¡¡¡1.¶¨ÒåºÍËõÐ´</div><div>¡¡¡¡</div><div>¡¡¡¡¡¡¡¡ÎÒËùÌá³öµÄ×îºÃµÄ¶¨Òå¾ÍÊÇÒÔÏÂÕâ¸ö:</div><div>¡¡¡¡</div><div>¡¡¡¡I)ËùÎ½µÄ¡°Éî¶ÈÒþ²Ø¡°µÄÎÄ¼þ/ÎÄ¼þ¼Ð¾ÍÊÇÔÚÄãÑ¡ÔñÁË¡°ÏÔÊ¾ËùÓÐÎÄ¼þ¡°Ñ¡ÏîµÄÊ±ºòÒÀÈ»²»ÄÜ±»Windows ExplorerËùÏÔÊ¾,Ò²²»ÄÜÔÚMS-DOSÁÐÎÄ¼þÄ¿Â¼Ê±±»ÏÔÊ¾,Í¬Ñù²»ÄÜÍ¨¹ý¡°²éÕÒ¡°À´ÕÒµ½µÄÕâÑùµÄÎÄ¼þ/ÎÄ¼þ¼Ð.</div><div>¡¡¡¡</div><div>¡¡¡¡¡¡¡¡a)±ØÐëÍ¨¹ý×îÉÙÒ»¸ö¹¤×÷»·¾³À´Ê¹Explorer¿ÉÒÔÏÔÊ¾ËûÃÇ(Éî¶ÈÒþ²ØÎÄ¼þ/ÎÄ¼þ¼Ð)</div><div>¡¡¡¡¡¡¡¡b)±ØÐëÍ¨¹ý×îÉÙÒ»¸ö¹¤×÷»·¾³À´Ê¹MS-DOS¿ÉÒÔÏÔÊ¾ËûÃÇ(Éî¶ÈÒþ²ØÎÄ¼þ/ÎÄ¼þ¼Ð)</div><div>¡¡¡¡¡¡¡¡c)±ØÐëÍ¨¹ý×îÉÙÒ»¸ö¹¤×÷»·¾³À´Ê¹¡°²éÕÒ¡°¿ÉÒÔÕÒµ½ËûÃÇ(Éî¶ÈÒþ²ØÎÄ¼þ/ÎÄ¼þ¼Ð)</div><div>¡¡¡¡¡¡¡¡d)ËûÃÇÊÇ±»ÐîÒâÒþ²ØµÄ.</div><div>¡¡¡¡</div><div>¡¡¡¡II)Òª°Ñ¡°Éî¶ÈÒþ²Ø¡°µÄÎÄ¼þ/ÎÄ¼þ¼ÐÍ¬¼òµ¥µÄ¼ÓÉÏh(Òþ²ØÊôÐÔ)µÄÎÄ¼þ/ÎÄ¼þ¼Ð(ÈçMS DOS.SYS»òSYSBCKUPÎÄ¼þ¼Ð)Çø·Ö¿ªÀ´.</div><div>¡¡¡¡</div><div>¡¡¡¡III)Òª°Ñ¡°Éî¶ÈÒþ²Ø¡°µÄÎÄ¼þ/ÎÄ¼þ¼ÐÍ¬¡°ÆäËû¡°µÄÒ»Ð©¹ÊÒâÒþ²ØµÄÎÄ¼þ(ÈçÒ»¸öÎÄ¼þÃûÎª??&amp;euml;?x&amp;yen;.µÄÎÄ¼þ)Çø·Ö¿ªÀ´.</div><div>¡¡¡¡</div><div>¡¡¡¡DOS = ´ÅÅÌ²Ù×÷ÏµÍ³</div><div>¡¡¡¡MSIE = Microsoft Internet Explorer?</div><div>¡¡¡¡TIF = Temporary Internet Files (folder) (ÁÙÊ±InternetÎÄ¼þ/ÎÄ¼þ¼Ð)</div><div>¡¡¡¡HD = Ó²ÅÌ</div><div>¡¡¡¡OS = ²Ù×÷ÏµÍ³</div><div>¡¡¡¡</div><div>¡¡¡¡</div><div>¡¡¡¡--------------------------------------------------------------------------------</div><div>¡¡¡¡</div><div>¡¡¡¡2.ÎÒÎªÊ²Ã´ÒªÉ¾³ýÕâÐ©ÎÄ¼þ?</div><div>¡¡¡¡</div><div>¡¡¡¡1)ÒòÎªÕâÃ÷ÏÔÉæ¼°µ½ÄãµÄÒþË½°²È«ÎÊÌâ</div><div>¡¡¡¡2)ÒòÎªÎ¢ÈíÊÇÐîÒâµÄÒª±£ÁôÕâÐ©¼ÇÂ¼(ÖÁÓÚÔ­Òò,ÎÒÖ»ÄÜ½øÐÐ²Â²â)</div><div>¡¡¡¡3)ÒòÎªÕâÐ©ÎÄ¼þÕ¼ÓÃÁË´óÁ¿µÄ´ÅÅÌ¿Õ¼ä,ÎÒÔø¾­·¢ÏÖÒ»Ì¨¼ÆËã»úÀïÓÐ200Õ×µÄ¿Õ¼ä±»ÕâÑùµÄÎÄ¼þËùÕ¼ÓÃ,ÕâÏÂÄã¿ÉÒÔÃ÷°×¾¿¾¹ÊÇÊ²Ã´Ê¹ÄãµÄ¼ÆËã»úÔ½À´Ô½ÂýÁË.ÔÚ°´ÕÕÒÔÏÂµÄ´ëÊ©½øÐÐ¹ýÒÔºóÄã¿ÉÄÜ»á·¢ÏÖÄãµÄ¼ÆËã»úµÄÐÔÄÜµÃµ½ÁË¾Þ´óµÄÌáÉý.</div><div>¡¡¡¡</div><div>¡¡¡¡</div><div>¡¡¡¡--------------------------------------------------------------------------------</div><div>¡¡¡¡</div><div>¡¡¡¡3.ÈçºÎ¾¡¿ìµÄÉ¾³ýÕâÐ©ÎÄ¼þ</div><div>¡¡¡¡</div><div>¡¡¡¡¡¡¡¡Õâ²¿·Ö½«Öð²½µØ½²ÊöÈçºÎ¾¡¿ìµÄÉ¾³ýÕâÐ©ÎÄ¼þ.Õâ¸ö²¿·ÖÍÆ¼ö¸ø·Ç×¨ÒµÈËÊ¿.¶ø½øÒ»²½µÄÑÐ¾¿½«ÔÚµÚ4²¿·ÖÖÐÌÖÂÛ,Çë×¢ÒâÒÔÏÂµÄ²½Öè½«É¾³ýÄãµÄËùÓÐ»º´æÎÄ¼þ,ËùÓÐcookieÎÄ¼þ,ËùÓÐE-MAILÐÅÏ¢.Èç¹ûÄãÕýÔÚÊ¹ÓÃMSIEµÄÍÑ»úä¯ÀÀ¹¦ÄÜµÄ»°,ÕâÐ©ÍÑ»úÎÄ¼þÒ²½«±»É¾³ý.</div><div>¡¡¡¡</div><div>¡¡¡¡</div><div>¡¡¡¡--------------------------------------------------------------------------------</div><div>¡¡¡¡</div><div>¡¡¡¡3.1Èç¹ûÄãÊ¹ÓÃMicrosoft Internet Explorer</div><div>¡¡¡¡</div><div>¡¡¡¡1)ÏÈ¹Ø±ÕÄãµÄ¼ÆËã»ú,ÔÙÖØÐÂ¿ª»ú.</div><div>¡¡¡¡2)ÔÚÄãµÄ¼ÆËã»ú¿ª»ú¹ý³ÌÖÐ°´F8¼üÖ±µ½Äã¿´¼ûÒ»¸öÑ¡Ôñ²Ëµ¥</div><div>¡¡¡¡3)Ñ¡Ôñ¡°ÃüÁîÐÐÄ£Ê½¡°(Õâ½«Ê¹Äã½øÈëÊµDOSÄ£Ê½)</div><div>¡¡¡¡4)ÔÚÄãµÄ¼ÆËã»úÆô¶¯Íê±ÏºóÄã½«¿´¼ûC:>_,È»ºóÊäÈëÒÔÏÂµÄÃüÁîÔÚÃ¿ÐÐµÄ½áÎ²°´¡°»Ø³µ¡°¼ü</div><div>¡¡¡¡</div><div>¡¡¡¡CD\WINDOWS\TEMPOR~1</div><div>¡¡¡¡DELTREE/Y CONTENT.IE5</div><div>¡¡¡¡</div><div>¡¡¡¡¡¡¡¡Èç¹ûÒÔÉÏµÄÃüÁîÎÞÐ§,ÔòÊäÈëÒÔÏÂÃüÁî</div><div>¡¡¡¡</div><div>¡¡¡¡CD\WINDOWS\APPLIC~1\TEMPOR~1</div><div>¡¡¡¡DELTREE/Y CONTENT.IE5?</div><div>¡¡¡¡</div><div>¡¡¡¡¡¡¡¡Èç¹ûÒÔÉÏµÄÃüÁîÈÔÈ»ÎÞÐ§,ÔòÊäÈëÒÔÏÂÃüÁî</div><div>¡¡¡¡</div><div>¡¡¡¡CD\WINDOWS\LOCALS~1\TEMPOR~1</div><div>¡¡¡¡DELTREE/Y CONTENT.IE5?</div><div>¡¡¡¡</div><div>¡¡¡¡¡¡¡¡Èç¹ûÄãÈ·ÐÅÄãÊ¹ÓÃµÄÊÇMSIE,ÇÒÉÏÃæµÄ²½Öè¶¼ÎÞÐ§,ÄÇÃ´Çë·¢E-MAIL¸øÎÒ.ÕÒµ½Õâ¸öÎÄ¼þ¼ÐµÄÎ»ÖÃÊÇÎÒµÄÈÎÎñ,ÎÒ¶ÔÓÚMSIE°®°Ñ×Ô¼ºµÄ»º´æ²ØÔÚÊ²Ã´µØ·½·Ç³£¸ÐÐËÈ¤.ÎÒÖªµÀ¸üµÍ°æ±¾µÄMSIEÍ¨³£°Ñ»º´æ·ÅÔÚ¡°C:\WINDOWS\CONTENT¡°ÄÚ.</div><div>¡¡¡¡</div><div>¡¡¡¡5)Õâ¸öÍ¨³£»á»¨·ÑÒ»¸öÏàµ±³¤µÄÊ±¼äÀ´Íê³ÉÉÏÃæµÄÉ¾³ý.É¾³ýµÄÊ±¼äÔ½³¤,Î¢Èí¼ÇÂ¼µÄÄãµÄ¸öÈËÐÅÏ¢¾ÍÔ½¶à.ÉÏÃæµÄ²Ù×÷Íê³Éºó,ÔÙ½øÐÐÒÔÏÂ²Ù×÷:</div><div>¡¡¡¡</div><div>¡¡¡¡CD\</div><div>¡¡¡¡DELTREE/Y TEMP</div><div>¡¡¡¡DELTREE/Y WIN386.SWP</div><div>¡¡¡¡CD\WINDOWS</div><div>¡¡¡¡DELTREE/Y COOKIES</div><div>¡¡¡¡DELTREE/Y TEMP</div><div>¡¡¡¡DELTREE/Y WIN386.SWP</div><div>¡¡¡¡DELTREE/Y HISTORY</div><div>¡¡¡¡</div><div>¡¡¡¡</div><div>¡¡¡¡--------------------------------------------------------------------------------</div><div>¡¡¡¡</div><div>¡¡¡¡3.2ÇåÀíÄãµÄ×¢²á±í</div><div>¡¡¡¡</div><div>¡¡¡¡¡¡¡¡ÖØÆôÄãµÄ¼ÆËã»ú,µÈ´ýWINDOWS×°ÔØÍê±Ï</div><div>¡¡¡¡</div><div>¡¡¡¡1)½øÈëDOS(¡°¿ªÊ¼¡°>¡°ËùÓÐ³ÌÐò¡°>¡°ÃüÁîÌáÊ¾·û(MS-DOS Prompt)¡°ÔÚÃüÁîÐÐÇÃÈëÒÔÏÂÃüÁî:</div><div>¡¡¡¡</div><div>¡¡¡¡regedit</div><div>¡¡¡¡</div><div>¡¡¡¡2)ÕâÊ±»áÏÔÊ¾×¢²á±í±à¼­Æ÷,Ñ¡Ôñ¡°±à¼­¡°>¡°²éÕÒ¡°.</div><div>¡¡¡¡3)ÊäÈë¡°TypedURLs¡°È»ºóµã¡°²éÕÒÏÂÒ»¸ö¡°.Äã½«»á±»´øµ½Ò»¸öÄãËùÊÖ¹¤ÊäÈëµÄËùÓÐÁª½ÓµÄµØ·½.</div><div>¡¡¡¡4)É¾³ýÄãËùÕÒµ½µÄËùÓÐÁª½Ó.²»ÒªÉ¾³ýÎÄ¼þ¼Ð(Èç¡°01¡°,¡°02¡°,¡°03¡°µÈ),ÔÚÕÒµ½µÄ¼üÖµÉÏË«»÷ÒÔÈ·ÈÏËûÃÇÈ·ÊµÊÇÁª½Ó,ÎÒËùÕÒµ½µÄÎÒµÄ¼üÖµÈçÏÂ:</div><div>¡¡¡¡</div><div>¡¡¡¡HKEY_USERS/Default/Software/Microsoft/Internet Explorer/TypedURLs/?</div><div>¡¡¡¡HKEY_CURRENT_USER/Software/Microsoft/Internet Explorer/TypedURLs/?</div><div>¡¡¡¡</div><div>¡¡¡¡5)ÔÚ×¢²á±í±à¼­Æ÷ÀïÄãÕÒµ½Õâ¸ö¼üÖµ:</div><div>¡¡¡¡</div><div>¡¡¡¡HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/CurrentVersion</div><div>¡¡¡¡/Explorer/RemoteComputer/NameSpace/{d6277990-4c6a-11cf-8d87-00aa0060f5b5}</div><div>¡¡¡¡</div><div>¡¡¡¡6)É¾³ý¼üÖµ{d6277990-4c6a-11cf-8d87-00aa0060f5b5}Õâ»áÊ¹ÄãµÄ¡°²éÕÒ:ÎÄ¼þ»òÎÄ¼þ¼Ð¡°³ÌÐòÔËÐÐ¸ü¼Ó¿ìËÙ.</div><div>¡¡¡¡</div><div>¡¡¡¡</div><div>¡¡¡¡--------------------------------------------------------------------------------</div><div>¡¡¡¡</div><div>¡¡¡¡3.3Èç¹ûÄã°²×°ÁËOUTLOOK»òOUTLOOK EXPRESS</div><div>¡¡¡¡</div><div>¡¡¡¡1)°²×°Ò»¸öµÚÈý·½µÄE-MAIL¹ÜÀí³ÌÐòÈç:Eudora»òÕßPegasus Mail.(ÒëÕß×¢:ÖÐ¹úÈËÍÆ¼öÊ¹ÓÃFOXMAIL)²¢ÇÒÈ·±£°²×°ÕýÈ·Íê³É.</div><div>¡¡¡¡2)±¸·ÝÄãËùÏëÒª±£´æµÄËùÓÐE-MAIL(´òÓ¡³öÀ´,»òÕß°ÑËûÃÇ·¢ËÍµ½ÆäËûµÄµç×ÓÓÊÏä)</div><div>¡¡¡¡3)Ð¶ÔØOUTLOOK</div><div>¡¡¡¡¡¡¡¡¾¯¸æ: °´ÕÕÉÏÃæµÄ²½Öè¾Í²»»áËðÊ§ÄãµÄÈÎºÎE-MAILÐÅÏ¢,ÔÙ´ÎºË¶Ôºó·µ»ØÃüÁîÐÐ(DOS prompt),¼ÌÐøÊäÈëÒÔÏÂÃüÁî:</div><div>¡¡¡¡</div><div>¡¡¡¡dir *.mbx /s/p?</div><div>¡¡¡¡dir *.mbx /s/p/ah?</div><div>¡¡¡¡</div><div>¡¡¡¡¡¡¡¡Äã½«»á¿´µ½ÈçÏÂµÄÎÄ¼þ:</div><div>¡¡¡¡</div><div>¡¡¡¡INBOX.MBX?</div><div>¡¡¡¡OUTBOX.MBX?</div><div>¡¡¡¡SENTIT~1.MBX?</div><div>¡¡¡¡DELETE~1.MBX?</div><div>¡¡¡¡DRAFTS.MBX?</div><div>¡¡¡¡</div><div>¡¡¡¡¡¡¡¡Èç¹ûÏÔÊ¾ÁËÕâÐ©ÎÄ¼þ,ÕâÐ©ÎÄ¼þ±ØÈ»´æÔÚÓÚÒÔÏÂµÄÕâÐ©Ä¿Â¼ÖÐµÄÈÎºÎÒ»¸ö:</div><div>¡¡¡¡</div><div>¡¡¡¡C:\WINDOWS\APPLICATION DATA\MICROSOFT\OUTLOOK EXPRESS\MAIL</div><div>¡¡¡¡C:\PROGRAM FILES\INTERNET MAIL»òNEWS\%USER%\MAIL</div><div>¡¡¡¡</div><div>¡¡¡¡¡¡¡¡(Èç¹ûÕâÐ©.mbxÎÄ¼þ´æÔÚÓÚÆäËûµÄÎ»ÖÃ,ÄÇÃ´Äã×îºÃ²»ºÃÉ¾³ýËûÃÇ,ÒòÎªÕâÐ©ÎÄ¼þ²»ÊÇÀ´×ÔOUTLOOKµÄ.Èç¹ûÄãÈ·¶¨ËûÃÇÈ·ÊµÍ¬ÑùÀ´×ÔOUTLOOK,Çë·¢E-MAIL¸øÎÒ.)</div><div>¡¡¡¡</div><div>¡¡¡¡¡¡¡¡½ÓÏÂÀ´ÊäÈëÒÔÏÂÃüÁîÖÐµÄÒ»×é(È¡¾öÓÚÄãµÄ.mbxÎÄ¼þµÄÎ»ÖÃ).¼Ç×¡,Õâ»áÉ¾³ýÄãµÄËùÓÐE-MAILÐÅÏ¢,ËùÒÔÈç¹ûÄãÏëÒª±£ÁôÄãµÄE-MAILÐÅÏ¢ÇëÊÂÏÈ´òÓ¡³öÀ´»ò×ª·¢ÖÁÆäËûµÄµç×ÓÓÊÏä.´ËÊ±Äã¿ÉÒÔÊ¹ÓÃÄãÒÑ¾­°²×°µÄEudora»òPegasus Mail(ÒëÕß×¢:FOXMAIL).</div><div>¡¡¡¡</div><div>¡¡¡¡CD\WINDOWS\APPLIC~1\MICROS~1\OUTLOO~1?</div><div>¡¡¡¡DELTREE/Y MAIL?</div><div>¡¡¡¡</div><div>¡¡¡¡¡¡¡¡»ò</div><div>¡¡¡¡</div><div>¡¡¡¡CD\PROGRA~1\INTERN~1\%USER% (ÓÃÄãµÄÓÃ»§ÃûÀ´Ìæ»»%USER%)</div><div>¡¡¡¡DELTREE/Y MAIL</div><div>¡¡¡¡</div><div>¡¡¡¡</div><div>¡¡¡¡--------------------------------------------------------------------------------</div><div>¡¡¡¡</div><div>¡¡¡¡3.4³¹µ×É¾³ýÄãµÄÎÄ¼þ</div><div>¡¡¡¡</div><div>¡¡¡¡¡¡¡¡Ò²ÐíÄãÔç¾ÍÖªµÀ,É¾³ýÎÄ¼þÖ»ÊÇÉ¾³ýÖ¸ÏòÕâ¸öÎÄ¼þµÄË÷Òý. ÊÂÊµÉÏÄãËùÉ¾³ýµÄÎÄ¼þÒÀÈ»´æÔÚÓÚÄãµÄÓ²ÅÌÉÏ, ÈÎºÎÈË¶¼¿ÉÒÔºÜÇáËÉµÄ»Ö¸´Ëû. BCWipeÊÇÒ»¸öÓÃÀ´³¹µ×É¾³ýÎÄ¼þµÄºÜºÃµÄ³ÌÐò. Èç¹ûÄãÊ¹ÓÃDOS, FileDustÊÇÒ»¸öÔøÔÚZDNETÉÏ»ñµÃ5ÐÇµÄ¿ÉÒÔÍê³ÉÕâ¸öÈÎÎñµÄºÜºÃµÄ³ÌÐò. Èç¹ûÄãÊ¹ÓÃPGP,ÄÇÔÚPGPtoolsÀïÄã»á·¢ÏÖÓÐÒ»¸ö¡°Freespace Wipe¡°µÄÑ¡Ïî. Norton UtilitiesÀïÒ²°üÀ¨ÁËÒ»¸öºÜºÃµÄ³¹µ×É¾³ýÎÄ¼þµÄ³ÌÐò. ÄãÒ²¿ÉÒÔÍ¨¹ýÓµÓÐ30ÌìµÄÊÔÓÃÆÚÀ´Ê¹ÓÃEvidence Eliminator, Õâ¿ÉÄÜÊÇÈ·±£ÄãµÄÒþË½µÄ×îºÃµÄ³ÌÐòÁË.</div><div>¡¡¡¡</div><div>¡¡¡¡</div><div>¡¡¡¡--------------------------------------------------------------------------------</div><div>¡¡¡¡</div><div>¡¡¡¡3.5¼ÌÐøÊ¹ÓÃMicrosoft Internet Explorer</div><div>¡¡¡¡</div><div>¡¡¡¡¡¡¡¡Èç¹ûÄã¼á³Ö¼ÌÐøÊ¹ÓÃMicrosoft Internet Explorer,ÄÇÃ´ÎÒÍÆ¼öÄãÖÁÉÙÒª¾ß±¸ÒÔÏÂ³ÌÐòÖÐµÄÒ»¸ö:</div><div>¡¡¡¡</div><div>¡¡¡¡PurgeIE?</div><div>¡¡¡¡Anonymizer Window Washer?</div><div>¡¡¡¡Cache and Cookie Washer for IE?</div><div>¡¡¡¡</div><div>¡¡¡¡¡¡¡¡ÎÒÒ²Ôø¾­³¢ÊÔºÍ²âÊÔÁËÍ¬ÀàµÄÆäËûµÄÒ»Ð©³ÌÐò,Èç¹ûÄãÖªµÀËûÃÇµ±ÖÐ²»ÄÜÍ¨¹ý²âÊÔµÄÊýÄ¿, Äã¿ÉÄÜ»á´óµøÑÛ¾µµÄ. Æ©Èç, HistoryKiller 2001Ðû³ÆËû¿ÉÒÔÇå³ýËùÓÐµÄÎÄ¼þ, µ«ÊÇÎÒ·îÈ°ÄãÃÇ²»ÒªÏàÐÅËû.</div><div>¡¡¡¡</div><div>¡¡¡¡</div><div>¡¡¡¡--------------------------------------------------------------------------------</div><div>¡¡¡¡</div><div>¡¡¡¡4.Öð²½´øÄã×ß½üÕâÐ©Òþ²ØµÄÎÄ¼þ</div><div>¡¡¡¡</div><div>¡¡¡¡¡¡¡¡ÒÔÏÂµÄÕâ¸ö²¿·ÖÊÇÎªÄÇÐ©¶Ô×Ô¼º¼ÆËã»úµÄÏ¸½Ú²¿·Ö¸ÐÐËÈ¤µÄ¶ÁÕß×¼±¸µÄ.´Ë²¿·ÖÊÊÓÃÓ