June 2014
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
30  

Categories

June 2014
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
30  

FIND usage

find / -type f -name *.jpg -exec cp {} . \; find /dir -type f -size 0 -print find . -type f -size +10000 -exec ls -al {} \; find /var/nmon -mtime +30 | xargs -i rm {} find /var/nmon -mtime +1 -exec gzip -9 {} \; find . -atime +1 -type f -exec mv […]

Networking Properties – Oracle Recommed for Java

Networking Properties

There are a few standard system properties used to alter the mechanisms and behavior of the various classes of the java.net package. Some are checked only once at startup of the VM, and therefore are best set using the -D option of the java command, while others have a more dynamic nature and […]

IPV6 Can Cause Poor Java Performance

echnote (troubleshooting)

Problem(Abstract)

If the entire network is not IPv6-enabled or capable, users may find that Java programs perform poorly. Resolving the problem

This document explains that if the entire network is not IPv6-enabled or capable, users may find that Java programs perform poorly.

On IBM i 6.1 and 7.1, the default JVM is the […]

Windows 2012 Features

[…]