Archive for October, 2011

AWS Developer Forums: Red Hat repository broken …

Wednesday, October 12th, 2011

RHEL 5.6 images on Amazon are broken, you need to install an additional RPM package to fix the repo setup

Reverse Proxy Bypass – Bug in Apache mod_proxy

Wednesday, October 5th, 2011

It is possible for an attacker to reach internal resources in a DMZ if RewriteRule or ProxyPassMatch directives are used in mod_proxy config

redhat.com | JBOSS NA Channel SKUs [ i.e redhat jboss pricing ]

Wednesday, October 5th, 2011

Pricing and SKU numbers for Redhat JBOSS offerings

[How to Encrypt and Decrypt Strings in JAVA using Standard Java JCE library] Cipher : Java Glossary

Sunday, October 2nd, 2011

Here’s how to encrypt and decrypt a message using CipherOutputStream/ CipherInputStream The methods used are all part of Sun’s JCE. Sun’s JCE documenation is all but useless. You pretty well have to Google the web to find sample code to use these…

Paranoid Engineering: Getting Unicode output in Eclipse Console

Sunday, October 2nd, 2011

1. add -Dfile.encoding=UTF-8 to your eclipse.ini
2. make sure your Eclipse Console font supports Unicode. You can try it out by typing unicode characters directly to console with keyboard. Console Font is set in Window -> Preferences -> General -> Appe…