<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>[ THE VOiCE ] &#187; 防毒軟體</title>
	<atom:link href="http://take-ez.com/tag/anti-virus/feed" rel="self" type="application/rss+xml" />
	<link>http://take-ez.com</link>
	<description></description>
	<lastBuildDate>Mon, 21 May 2012 14:00:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<atom:link rel='hub' href='http://take-ez.com/?pushpress=hub'/>
		<item>
		<title>[解決] symantec 無法更新病毒碼</title>
		<link>http://take-ez.com/symantec-update.html</link>
		<comments>http://take-ez.com/symantec-update.html#comments</comments>
		<pubDate>Wed, 19 Dec 2007 09:26:00 +0000</pubDate>
		<dc:creator>hugo5688</dc:creator>
				<category><![CDATA[電腦兩三事]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[實作筆記]]></category>
		<category><![CDATA[防毒軟體]]></category>

		<guid isPermaLink="false">http://take-ez.com/?p=14</guid>
		<description><![CDATA[這一篇是很久之前寫的，不過檔案都遺留在之前的公司忘了帶出來了，再重新備份一次，另外這是For symantec antivirus 9的，版本10的話沒去研究，如有問題的話請留言給我，感謝。 一般symantec用戶端有內建幾個檔案是用來確認病毒碼的版本，無法更新就是那些檔案可能有損壞，symantec網站有放置兩個不同的版本，分別是Norton antivirus (5M) 跟 Symantec antivirus (8M)，主要的差異性就是，Norton的版本無法修復損壞的那幾個元件，而symantec的版本則可。 上述有提到symantec有內建的live update機制，但如果遵循此機制的話，每星期的星期三才會下載一次，在這病毒肆虐的科技時代，好像稍嫌緩慢，其實在官網病毒碼是每天都有更新的，那為什麼自動更新只會在每星期三下載，這是因為symantec將會把這星期所收集到的病毒，統一在星期三做一次性的更新，而每天發佈的都是算少量更新。回到正題，如果每天開網頁下載豈不也煩人，下列有個簡單的script可以幫助各位，主要是透過軟體到FTP抓取每日的更新檔，並做檔案比較，如有較新便自動下載，反之擇否。 每日自動更新批次檔 @Echo Off cls wget -N ftp://ftp.symantec.com/public/english_userials_canada/antiviruserials_definitions/symantec_antiviruserials_corp/static/symcdefsx86.exe FCOM32 symcdefsx86.exe symcdefsx86.bak /Q wget -N ftp://ftp.symantec.com/public/english_userials_canada/antiviruserials_definitions/symantec_antiviruserials_corp/static/navup8.exe FCOM32 navup8.exe navup8.bak...]]></description>
			<content:encoded><![CDATA[<p>這一篇是很久之前寫的，不過檔案都遺留在之前的公司忘了帶出來了，再重新備份一次，另外這是For symantec antivirus 9的，版本10的話沒去研究，如有問題的話請留言給我，感謝。</p>
<p>一般symantec用戶端有內建幾個檔案是用來確認病毒碼的版本，無法更新就是那些檔案可能有損壞，symantec網站有放置兩個不同的版本，分別是Norton antivirus (5M) 跟 Symantec antivirus (8M)，主要的差異性就是，Norton的版本無法修復損壞的那幾個元件，而symantec的版本則可。<span id="more-14"></span></p>
<p>上述有提到symantec有內建的live update機制，但如果遵循此機制的話，每星期的星期三才會下載一次，在這病毒肆虐的科技時代，好像稍嫌緩慢，其實在官網病毒碼是每天都有更新的，那為什麼自動更新只會在每星期三下載，這是因為symantec將會把這星期所收集到的病毒，統一在星期三做一次性的更新，而每天發佈的都是算少量更新。回到正題，如果每天開網頁下載豈不也煩人，下列有個簡單的script可以幫助各位，主要是透過軟體到FTP抓取每日的更新檔，並做檔案比較，如有較新便自動下載，反之擇否。</p>
<p>每日自動更新批次檔</p>
<blockquote>
<pre lang="winbatch">@Echo Off
 cls
 wget -N ftp://ftp.symantec.com/public/english_userials_canada/antiviruserials_definitions/symantec_antiviruserials_corp/static/symcdefsx86.exe
 FCOM32 symcdefsx86.exe symcdefsx86.bak /Q
 wget -N ftp://ftp.symantec.com/public/english_userials_canada/antiviruserials_definitions/symantec_antiviruserials_corp/static/navup8.exe
 FCOM32 navup8.exe navup8.bak /Q
 if errorlevel=1 goto Install
 if errorlevel=0 goto No_Need
 else goto Error
 :Install
 symcdefsx86.exe /Q
 copy symcdefsx86.exe symcdefsx86.bak /Y &gt; NUL
 navup8.exe
 copy /Y VD*.XDB "C:\Program Files\SAV\"
 copy navup8.exe navup8.bak /Y &gt; NUL
 Del VD*.XDB
 echo Update complete.
 goto End
 :No_Need
 echo No update needed.
 goto End
 :Error
 echo Error occured.
 :End
 @Echo On</pre>
</blockquote>
<p>文件參考：</p>
<ul>
<li><a href="http://www.pcdvd.com.tw/printthread.php?t=339082" target="_blank">每日更新 NAV 病毒的簡易方式</a></li>
<li><a href="http://service1.symantec.com/SUPPORT/INTER/ent-securitytraditionalchinesekb.nsf/twdocid/20030903103729967" target="_blank">如何自動更新 Symantec AntiVirus Corporate Edition定義檔，而不使用 LiveUpdate</a></li>
</ul>
<img src="http://take-ez.com/?ak_action=api_record_view&id=14&type=feed" alt="" /><p>Related posts:</p><ol>
<li><a href='http://take-ez.com/cant-share.html' rel='bookmark' title='[解決] 伺服器存放空間不足，無法處理此命令'>[解決] 伺服器存放空間不足，無法處理此命令</a></li>
<li><a href='http://take-ez.com/upgrade-ser-sip-server.html' rel='bookmark' title='Upgrade SER SIP Server'>Upgrade SER SIP Server</a></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://take-ez.com/symantec-update.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

