2010-10-18

RPM 無法支援自定義紙張大小?

問題概述:

於 Windows 98 使用 RPM 時有「自定義紙張大小」的功能,現在於 Windows XP 安裝測試版,發現無法使用「自定義紙張大小」的功能,公司內的紙張規格有好多種,該如何解決這個問題?


解決方案:

RPM 軟體本身從來就沒有「自定義紙張大小」的功能,那是作業系統(Windows 98)的功能,在英文版的作業系統稱為「Forms 格式」。


Windows XP 「自定義紙張大小」的方法:


1
開始】→【印表機和傳真】。




2
檔案】→【伺服器內容】。




3
於「列印伺服器 內容」視窗選取接近您紙張大小的尺寸後,勾選「建立新格式」選項,於「格式名稱」命名,也可以於「格式描述」下方修改紙張大小,藉此達到「自定義紙張大小」的需求。




注意:
並非所有印表機驅動程式都支援以上的自定義紙張大小,如果發生不支援的情況,唯一的方法就是更換印表機驅動程式,或者,聯絡印表機廠商。

2010-10-15

Kiwi Syslog Server 之 Rule 上限修改

32位元機器:

路徑:
HKEY_LOCAL_MACHINE\SOFTWARE\SolarWinds\Syslogd\Options
數值:
MaxRuleCount
最小值:
10
最大值:
999
預設值:
100
Type: The Maximum number of rules allowable in Kiwi Syslog Server


64位元機器:

On 64-bit Windows installations, Kiwi Syslog Server runs in WOW (Windows on Windows) 32-bit
emulated mode. In WOW mode, the SolarWinds registry hive resides in:
HKEY_LOCAL_MACHINE\Software\WOW6432Node, not in HKEY_LOCAL_MACHINE\Software
as it does on a native 32-bit Windows environment.

If you are running Kiwi Syslog Server on a native 64-bit windows machine, please re-map all
registry settings from HKEY_LOCAL_MACHINE\Software\SolarWinds\... to:
HKEY_LOCAL_MACHINE\Software\WOW6432Node\SolarWinds\...


注意!Kiwi Syslog Server 之 Rule 上限預設值為「100」,若您有超過 100 個 Rule 的需求,可以從上列登錄檔位置來修改預設值,但是原廠並不建議這樣作,因為,這個數值太高會影響 Kiwi Syslog Server 的效能,且讓記憶體的消耗急劇增加,如果您的 Rule 接近 100 條數量限制,SolarWinds 建議您尋求替代方法,例如:利用 File Logging AutoSplit(自動分割) 的功能,就是一個可行的替代方案,請看下列說明:

AutoSplit values

Using AutoSplit values can eliminate the need to use filters and actions to split incoming messages into multiple log files.

To use the AutoSplit values, place the cursor at the point you want to insert the new value and then click the "Insert AutoSplit value" link and choose from the menu items. The new variable will be placed at the current cursor position.

When a message is received, the variable will be replaced with a value from the message. For example %PriLevAA will be replaced with the message Priority level.

The AutoSplit values can be used anywhere within the path or log file name, as long as the result would make a valid file name.

Some examples:

To split the messages into separate files based on the day of the month.

C:\Logs\MyLogFile%DateD2.txt

The %DateD2 part would be replaced by the current day of the month. If it was the 23rd of the month, the message would be written to:
C:\Logs\MyLogFile23.txt

Any number of AutoSplit values can be used within the path or file name.

To split the messages based on priority level and current date, use:
C:\Logs\%PriLevAA\MyLogFile-%DateISO.txt

The resulting path and file name would look like this:
C:\Logs\Debug\MyLogFile-2002-04-09.txt

Or you could split the messages based on the sending host, then break each host into priority level
C:\Logs\%HostName.%HostDomain\MyLogFile-%PriLevAA.txt

The resulting path and file name would look like this:
C:\Logs\myhost.mycompany.com\MyLogFile-Debug.txt

If you are using the Run Script action, you can use any of the VarCustom or VarGlobal fields as an autosplit item.

Rather than remembering the %variable names, just use the menu items to insert the values.

Here are a list of all the currently available AutoSplit values:

Date values

Menu name: ISO Date (YYYY-MM-DD)
Parameter: %DateISO
Explanation: International formatted date in the format YYYY-MM-DD. Leading zeros, always 10 characters in length.
Example: 2002-10-15

Menu name: Year (YYYY)
Parameter: %DateY4
Explanation: 4 digit year, always 4 characters in length.
Example: 2002

Menu name: Year (YY)
Parameter: %DateY2
Explanation: 2 digit year, always 2 characters in length.
Example: 02

Menu name: Month (MM) with leading zero
Parameter: %DateM2
Explanation: 2 digit month with leading zero, always 2 characters in length.
Example: 12

Menu name: Month (MMM) in English
Parameter: %DateM3
Explanation: 3 character month in English, always 3 characters in length. First letter is in upper case. (Jan, Feb, Mar, Apr…)
Example: Nov

Menu name: Date (DD) with leading zero
Parameter: %DateD2
Explanation: 2 digit day of the month with leading zero, always 2 characters in length.
Example: 05

Menu name: Day (DDD) in English
Parameter: %DateD3
Explanation: 3 character day of the week in English, always 3 characters in length. First letter is in upper case. (Sun, Mon, Tue…)
Example: Fri

Time values

Menu name: Hour (HH) with leading zero
Parameter: %TimeHH
Explanation: 2 digit hour, always 2 characters in length. 24 hour display. 3 p.m. = 15
Example: 14

Menu name: Minute (MM) with leading zero
Parameter: %TimeMM
Explanation: 2 digit minute, always 2 characters in length.
Example: 59

Menu name: AM/PM indicator (AM or PM)
Parameter: "%TimeAMPM
Explanation: 2 character time of day indicator. Always 2 characters in length. 00:00 to 11:59 = AM. 12:00 to 23:59 = PM
Example: AM


Priority values

Menu name: Level (Alpha)
Parameter: %PriLevAA
Explanation: The message priority level as a word. Debug, Notice, Info…
Example: Critical

Menu name: Facility (Alpha)
Parameter: %PriFacAA
Explanation: The message priority facility as a word. Local1, News, Cron…
Example: User

Menu name: Level (2 digit numeric)
Parameter: %PriLev00
Explanation: The message priority level as a 2 digit number. 00 to 07
Example: 05

Menu name: Facility (2 digit numeric)
Parameter: %PriFac00
Explanation: The message priority facility as a 2 digit number. 00 to 23
Example: 23

Menu name: Priority (3 digit numeric)
Parameter: %Pri000
Explanation: The message priority as a 3 digit number. 000 to 191
Example: 016

IP Address values (Only in the registered version)

Menu name: IP Address (4 octets, zero padded)
Parameter: %IPAdd4
Explanation: The IP address of the device that sent the message. Each octet is zero padded. Always 15 characters in length
Example: 192.168.001.024

Menu name: IP Address (3 octets, zero padded)
Parameter: %IPAdd3
Explanation: The first 3 octets of the IP address of the device that sent the message. Each octet is zero padded. Always 11 characters in length.
Example: 192.168.001

Menu name: IP Address (2 octets, zero padded)
Parameter: %IPAdd2
Explanation: The first 2 octets of the IP address of the device that sent the message. Each octet is zero padded. Always 7 characters in length.
Example: 203.056


Host name values (Only in the registered version)

Menu name: Hostname (no domain)
Parameter: %HostName
Explanation: The host name of the device that sent the message. Just the host name, no domain name is included.
Example: sales-router

Menu name: Domain (no host)
Parameter: %HostDomain
Explanation: The domain name suffix of the device that sent the message. Just the domain name, no host name is included.
Example: mycompany.co.nz

Menu name: Reversed domain (no host)
Parameter: %HostDomRev
Explanation: The domain name suffix of the device that sent the message, in reverse order. Just the domain name, no host name is included.
Example: nz.co.mycompany


Message Text - WELF format (Only in the registered version)

WELF format is the WebTrends Extended Logging Format. This format is used by many firewalls such as, GNATBox, SonicWall, CyberWallPlus, NetScreen etc. Each field within the message text is prefixed with a identifying tag. Such as fw= for the firewall name, src= for the source of the packet being logged. More fields will be added into the AutoSplit list later. Contact http://www.kiwisyslog.com/support/ if you need one added.

Menu name: Firewall name (WELF format)
Parameter: %TextFW
Explanation: The name of the firewall that created the message.
Example: protector

Menu name: Source address (WELF format)
Parameter: %TextSrc
Explanation: The source IP address of the packet being logged by the firewall. (Not zero padded, unless this has been done by the firewall already)
Example: 192.168.1.6

Menu name: Destination address (WELF format)
Parameter: %TextDst
Explanation: The destination IP address of the packet being logged by the firewall. (Not zero padded, unless this has been done by the firewall already)
Example: 203.57.12.1

Menu name: Protocol (WELF format)
Parameter: %TextProto
Explanation: The protocol of the packet being logged by the firewall.
Example: http


Input Source values (Only in the registered version)

Menu name: Input Source (UDP/TCP/SNMP)
Parameter: %InpSrc
Explanation: Identifies the input source of the message. (The listening method that received the message)
Example: UDP

Custom/Global script fields (Only in the registered version)

Menu name: VarCustom01 to VarCustom16
Parameter: %VarCustom01 to %VarCustom16
Explanation: There are 16 custom fields that can be modified by the Run Script action. If these fields have not been modified by the script, they will be blank. Be aware that a blank autosplit value may result in an invalid file name. The custom field values are cleared when a new message arrives. They are only valid for the current message. To store values longer than a single message, use VarGlobal fields.
Example: Any value that the script creates can be used.

Menu name: VarGlobal01 to VarGlobal16
Parameter: %VarGlobal01 to %VarGloabl16
Explanation: There are 16 global fields that can be modified by the Run Script action. If these fields have not been modified by the script, they will be blank. Be aware that a blank autosplit value may result in an invalid file name. The global fields retain their value between messages.
Example: Any value that the script creates can be used.


原廠文件:
http://www.kiwisyslog.com/help/syslog/index.html?rules_maximumrulecount.htm

2010-10-11

PGP 軟體序號過期會怎樣?

PGP Desktop 一旦序號到期即無法使用,郵件會自動改用未加密(明文)方式傳送,全碟加密的硬碟會在90天後自動還原。

相關記錄檔訊息:
12:44:29 Email Warning Your current PGP Desktop license does not support proxying
12:44:29 Email Warning Outgoing email messages will not be secured by PGP
12:44:56 Email Warning License does not support proxying; sending message in the clear
12:44:56 Email Warning Sending message unsecured




About 視窗:
Expiration:
0 days left in license




License 視窗:




PGP Command Line 到期便無法加密。

相關系統訊息:
pgp:encrypt (2708:the current license is expired - please contact support)




原廠資料:
What happens to the PGP software after a license expires?

2010-10-06

設定 MDaemon WorldClient 連線有效時間

MDaemon WorldClient (網頁郵件介面) 預設連線工作階段有效期限為 20 分鐘,也就是說,您的 WorldClient 網頁如果「閒置」超過 20 分鐘就會自動被登出,如果希望時間可以更長,可以藉由下列方式來調整設定:

1
Setup】→【Web, Sync, & IM Services...】。




2
WorldClient (web mail)」→「Web Server」→變更下列所有欄位的數值(以分鐘為單位,例如:將20改為480):
Sessions not composing a message expire after」  
Sessions composing a message expire after」 




Reference:
http://www.altn.com/Support/KnowledgeBase/KnowledgeBaseResults/?Number=KBA-02194

2010-10-05

[教學] 如何於 RPM 5.x 版設定 Auto create queues on request

1
View】→【General Settings】。




2
Ports」。




3
按〔Configure〕按鈕。




4
LPD Settings」→勾選「Auto create queues on request」。

2010-10-01

TMPGEnc XPress (技贏編碼) 中文版 - 影片轉檔領導品牌

影片轉檔領導品牌 - TMPGEnc XPress,支援電腦可以播放的 MPEG、AVI、WMV 等各種影片檔,家庭用 DVD 錄影機等錄制的 DVD,以及其他各種格式的影片檔的數位影片編碼壓縮軟體。通過自行研製的高性能數位影片編輯引擎 Video Mastering Engine(VME),強化了進行影片剪輯,特別效果加工等功能!在已深受用戶好評的用戶界面的基礎上,更加精進改善,輕鬆對應各種影片格式的輸出。

* 支援最多到 5.1ch 的 MPEG-2 TS封裝的AAC格式音訊!
* 支援對WindowsMediaCenter WTV影片檔的讀取和導入!
* 新增對 MPEG-1/2的碼流選擇功能!     最新UP!
* 正式開始支援DivX HD,提供數字高清直至1080P 的DivX HD 影片編碼功能
* 在 TMPGEnc 4.0 XPress的特效濾鏡處理以及解碼環節裝載CUDA™技術
* 開始支援新一代高清影片格式 H.264/MPEG-4 AVC,提供HD編碼功能
* 支援對 AVCHD 格式影片的讀取     2008/10/06 UP!
* 增加了用于制作藍光影碟 Blu-ray 的 MPEG-2 影片素材編碼模板
* 支援 AAC音訊格式(最多2聲道) 的MPEG-2TS 格式封裝
* 支援 Flash 視訊 (FLV1,FLV4(On2 VP6 CODEC))的導入
* 提供可支援在 mPack P600 上播放的文檔輸出設置模板
* 提供支援可在 VoToL 上播放的文檔輸出設置模板
* 支援 DivX 格式輸出
* 支援最新 H.264/MPEG-4 AVC 格式輸出
* 支援高清格式的 MPEG-2(MP@HL 1920x1080)輸出
* 提供可支援 HDV格式的MPEG-2 文檔輸出設置模板
* 提供19種影像・音聲效果模板
* 裝載“高速縮略搜索預覽”-支援快速剪輯
* 裝載 Smart Secene Search 轉場檢測功能
* 支援 MP3 音訊的輸入/輸出:Advanced Acoustic Engine MP3 編碼器
* 支援 QuickTime(MOV)格式輸出
* 強化了編碼壓縮時的多線程處理功能:視/音訊預讀功能
* 支援連續靜態畫面的輸入/輸出以及投影片制作功能
* 支援從DVD-Video的字幕讀取
* 支援標準的Dolby Digital


[軟體說明來源] [試用下載] [線上購買]

avast! 因防火牆阻擋而無法更新病毒碼

問題概述:
因為防火牆將 avast! 的病毒更新伺服器阻擋了,而導致公司內部電腦無法更新病毒碼,希望能夠知道病毒更新伺服器的 IP 及 Port,以便請網管人員將其列入防火牆白名單。

解決方案:
您所需要的病毒更新伺服器資料可以於「servers.def」這個檔案查詢,再請MIS依據這些資料來放行。