October 16, 2007 – 11:04 am
It´s not easy to get information on derby keys once you created them. I was looking for a command like “SHOW CREATE TABLE <tablename>” but no luck. I realized that the answer should lay in SYS tables. After googling a while I found the following bit of wisdom:
The following query will give [...]
Wireshark allows you to inspect SSL connection as long as you have the corresponding private key of the server side. You can read the details here. But if you are using java and tomcat you’ll probably have the certificate and private key stored in a JKS keystore so how can you extract the key in [...]
By ruben.laguna
|
Posted in java
|
Also tagged ethereal, https, inspect, java, jks, rsa, sniffer, sniffing, ssl, tomcat, wireshark
|
January 9, 2007 – 6:48 am
I’ve you tried beryl or compiz you probably had notice that the Super key (the windows key, also known as Meta key) is used a lot. By default in my Fedora Core 6 installation the Windows key is not enabled, I had to add `Option “XkbOptions” “altwin:super_win”` to the [...]