Archives

You are currently viewing archive for November 2008
Category: Z. etc
Posted by: hajime osako
VMware Communities: Christian FERRERO: How to change IP Address on ESX Server

#esxcfg-vswif -l
#esxcfg-vswif -p Service\ Console -i IP_Address -n IP_Mask
#esxcfg-vswif -p Service\ Console -i x.x.x.x -n x.x.x.x vswif0

Change GW
Edit this file "/etc/sysconfig/network" and change IP GW
Category: Web dev
Posted by: hajime osako
@IT:Javaパフォーマンスチューニング 第3回
@IT:Javaパフォーマンスチューニング 第6回
FAQ
about Garbage Collection


-Xms = ヒープ・メモリ全体の起動時のサイズ
-Xmx = ヒープ・メモリ全体の最大サイズ
-Xmn = NEW領域のサイズ
-XX:SurvivorRatio= = Eden領域のサイズをFromまたはTo領域のサイズで割った値(FromとTo領域は同じサイズ)
-XX:PermSize = Permanent Spaceの初期値 1MB
-XX:MaxPermSize = Permanent Spaceの最大値 64MB
Category: Web dev
Posted by: hajime osako
InformIT: Java Reference Guide Obtaining Sun Heap Information

* -verbose:gc - Prints some GC info
* -XX:+PrintGCDetails - PrintGC details
* -XX:+PrintGCTimeStamps - Adds timestamp info to GC details
* -XX:+PrintHeapAtGC - Prints detailed GC info including heap occupancy before and after GC
* -XX:+PrintTenuringDistribution - Prints object aging or tenuring information
* -XX:+PrintHeapUsageOverTime - Print heap usage and capacity with timestamps
* -Xloggc:filename - Prints GC info to a log file
Category: Linux tips
Posted by: hajime osako
Category: Linux tips
Posted by: hajime osako
sysctl コマンドの使用

/sbin/sysctlコマンドは/proc/sys/ディレクトリ内のカーネル設定を、 閲覧、設定、自動化するために用います。
Category: Web dev
Posted by: hajime osako
FlashからJavaScript関数を呼び出す

getURL("javascript:void(window.open('sample.html','subWin','width=320,height=240'))")
Category: Web dev
Posted by: hajime osako
[httpunit] SSLで通信した時に発生するエラーの解決策 by kenkenwalker - Journal - iKnow!

JAVAにとって信頼できる相手は、%JAVA_HOME%\jre\lib\security\cacerts
keytool は %JAVA_HOME%bin

【信頼するサーバー証明書を確認する】
$ keytool -list -keystore %JAVA_HOME%/jre/lib/security/cacerts
Category: Linux tips
Posted by: hajime osako
Category: MS tips
Posted by: hajime osako
Category: Oracle
Posted by: hajime osako

11/02: SSL VPN

Category: Security
Posted by: hajime osako