2012年2月10日 星期五

Maximum possible heap size and maximum recommended heap size (32-bit Java)

http://publib.boulder.ibm.com/infocenter/javasdk/tools/index.jsp?topic=%2Fcom.ibm.java.doc.igaa%2F_1vg00014884d287-11c3fb28dae-7ff6_1001.html

Platform Additional options Maximum heap size Recommended heap size limit Additional notes
AIX None 3.25 GB 2.5 GB Maximum heap size is not required to be, but should ideally be, a multiple of 256 MB
Linux None 2 GB 1.5 GB
Hugemem Kernel 3 GB 2.5 GB
Windows None 1.8 GB 1.5 GB
/3GB 1.8 GB 1.8 GB

2012年2月5日 星期日

微軟免費資安軟體

免費防毒軟體Microsoft Security Essentials(正版客戶才能使用):
http://windows.microsoft.com/zh-TW/windows/products/security-essentials


免費間諜軟體防護軟體Windows  Defender(正版客戶才能使用,盜版只移除「嚴重」威脅):
http://www.microsoft.com/downloads/zh-tw/details.aspx?familyid=435bfce7-da2b-4a6a-afa4-f7f14e605a0d&displaylang=zh-tw
p.s.Vista後內建在Windows,可到控制台,將檢視方式修改成圖示就可以看到


免費間諜軟體防護軟體Windows Defender Offline版:
http://windows.microsoft.com/en-US/windows/what-is-windows-defender-offline
p.s.避免惡意程式開機就已經執行,可透過CD/DVD或USB開機執行掃描,類似的工具有Avira AntiVir Rescue SystemKaspersky Rescue DiskeScan Rescue Disk


免費掃描電腦並移除病毒、間諜軟體和其他惡意軟體Microsoft Safety Scanner:
http://www.microsoft.com/security/scanner/zh-tw/default.aspx
p.s.自己覺得算是集大成的微軟免費工具軟體,可以掃毒和掃惡意程式,只是每次使用都要
再下載安裝一次(更新定義檔,且此軟體不提供即時防護,可取代提供持續防護的防毒軟
體程式),定期用Microsoft Safety Scanner和USB/CD開機工具程式掃描自己的電腦,用IE再搭配SmartScreenMcAfee SiteAdvisor,並定期Windows Update,防火牆不用的port就關掉,用來路不明的軟體或養小動物在VM環境使用,電腦重要資料存放在TrueCrypt加密空間,會對電腦防護比較安全些,當然極機密資料的電腦連網卡和USB/CD/DVD都封了吧!再加SmartCard登入,有些hacker會破解身分驗證軟體跳過身分驗證程序直接取得讀取資料的權限,那...那...那...就用兩套驗證機制,一套被破解還有另一關...@.@

ref:
http://www.microsoft.com/taiwan/security/Business-Ready-Security/Security-Chronicles/microsofts-new-windows-defender-tool-runs-outside-windows.aspx

http://www.techsupportalert.com/content/best-free-microsoft-downloads.htm

2012年2月3日 星期五

『起始資料堆大小』(-Xms50m) 和『資料堆大小上限』 (-Xmx256m)

如果WebSphere空白預設是 -Xms50m -Xmx256m (V8)
修改後重啟server1,用ps -ef | grep server1可確認修改結果是否生效
ref:
兩個最重要的 GC 調校參數,分別是起始資料堆大小及資料堆大小上限。起始資料堆大小是指,JVM 啟動時,Java 資料堆一開始可以分配到的記憶體數目。i5/OS 的起始資料堆大小預設為 4 MB,新的 IBM WebSphere Application Server (WAS) 6.1 預設為 50 MB。
資料堆大小上限是指,Java 資料堆可成長到多大。i5/OS 的資料堆大小上限預設為 2 GB,WAS 6.1 預設為 256 MB。以下幾種方法可變更資料堆大小上限:Xmx 參數、GCHMAX,或從 WAS 管理主控台,進入前述起始資料堆大小頁面。

V5R4 隨附的 IBM Technology for Java 實作是 32 位元 Java,最多可處理 4 GB 的記憶體,由於部分要保留給作業系統及 JVM 實作使用,因此資料堆大小上限為 3328 MB (3.25 GB)。應用程式如使用原生程式碼、共享類別快取或記憶體對映檔,可能還需要額外的非 Java 資料堆記憶體,因此 Java 資料堆大小上限會降低。大部分 WAS 應用程式的實際限制約為 2500 MB。

檢查 Java 或 WAS 的效能時,一定要檢查記憶體是否足以提供給 JVM,包括資料堆大小上限所需的記憶體,以及 JVM、Just In Time (JIT) 編譯器及其他原生程式碼所使用的額外記憶體。額外記憶體需求大小不等,可大致估為資料堆大小上限的四分之一。例如,若資料堆大小上限為 1 GB,則記憶體儲存區中至少要預留 1.25 GB 的記憶體。

(AIX lastlog file) /etc/security/lastlog

http://publib.boulder.ibm.com/infocenter/aix/v6r1/index.jsp?topic=%2Fcom.ibm.aix.files%2Fdoc%2Faixfiles%2Flastlog.htm

CentOS 6安裝nawk

http://pkgs.org/centos-6-rhel-6/epel-i386/nawk-20110810-2.el6.i686.rpm.html
下載:
http://download.fedora.redhat.com/pub/epel/6/i386/epel-release-6-5.noarch.rpm

2012年2月1日 星期三

Windows 7 向使用者顯示有關上次登入及登入失敗的資訊

%SystemRoot%\system32\gpedit.msc /s


ref:
http://www.mobydisk.com/techres/securing_remote_desktop.html

Windows 7 移除Administrators的遠端桌面權限


移掉Administrators群組後,要記得將遠端桌面登入的帳號加入Remote Desktop Users群組

keyword:
allow logon through terminal services windows 7

ref:
http://www.mobydisk.com/techres/securing_remote_desktop.html

WebSphere large-page support

http://support.sas.com/documentation/configuration/serverinstallations/websphere/InstallInstructions913ws60.html

Add the -Xlp Java option to the WebSphere generic JVM options. Perform these steps:

  1. In the WebSphere administrative console, select Servers Application servers -> . In this menu sequence, corresponds to the name of the WebSphere server that you are configuring.
  2. Select Java and Process Management -> Process Definition -> Java Virtual Machine.
  3. In the Generic JVM Argument field, add -Xlp. -Xlp enables large-page upport in Java.