Linux Misc
linuxLinux distribution info cat /etc/*-release lsb_release -a uname -mrs Check ram info sudo dmidecode -t memory sudo lshw -short -C memory Sh
May 16, 2017
Linux distribution info cat /etc/*-release lsb_release -a uname -mrs Check ram info sudo dmidecode -t memory sudo lshw -short -C memory Sh
May 16, 2017
Accepted format for keystore JKS PKCS11 PKCS12 (an internet standard, can be manipulated thru openssl) JKS Import root certificate (certifi
May 16, 2017
What Is I/O SchedulerThe purpose of I/O Scheduler is to improve the I/O performance fo traditional hard disk drive.Like merging I/O requests
May 06, 2017
LocksImplicit LocksOr synchronized methods and synchronized blocks. Each object in java has a intrinsic lock associated with it. Synchronize
Apr 21, 2017
OptionsSizing Option Description Example -Xms min heap size -Xms8G -Xmx max heap size -Xmx8G -Xmn min and max young size -Xmn2G
Apr 20, 2017
Areas Shared Amoung ThreadsMethod AreaIt stores following information, which are loaded by classloaders. class information the bytecode of
Apr 20, 2017
Say you can ssh to a remote linux box, while you want to access a blocked port on that remote box, you can make a stub, and forword the requ
Apr 18, 2017