Swing Explorer

I was reading an article today about this piece of software and I taught that it was quite interesting. You can see all the parts of a swing application in this swing debugger. For someone like me that is not always sure how all the parts are linked together it is a quick visual view. Worth a try for sure.

Ref:

Disable ipv6 on RHEL5

Found a post that explained what was needed to disable ipv6 on our installation of RHEL5.

The only thing that we really need is to add a line in /etc/modprobe.conf

alias net-pf-10 ipv6 off

Simple enough!

Ref: