Tuesday, February 7, 2012

Installing skype

I tried to install skype yesterday. It's a nightmare.
  1. Follow "Get skype" link
  2. Follow "Get skype for windows" link
  3. Follow "Download skype" (3rd page and it still does not start!!!)
  4. Site says something like: "You must login/register" WAT?!?
  5. Forgotten your password?
  6. Follow mail link
  7. Enter new password
  8. I enter something like "ExtrAComp1ic4t3dPassvvorD1234"
  9. Site says something like: "Your password is too weak"
  10. I enter "ExtrAComp1ic4t3dPassvvorD1"
  11. Site says something like:"You can download now."
gg skype

Tuesday, July 19, 2011

Excellent Netty introduction

I'm trying Netty these days and I find it very nice to work with.

I came upon this fine introduction about Netty.

Tuesday, June 21, 2011

java.lang.OutOfMemoryError: PermGen space problem

We had a few these days.
Came upon this nice article on how to solve them.
http://blogs.oracle.com/fkieviet/entry/how_to_fix_the_dreaded

In the meantime we just increased it.

Wednesday, June 16, 2010

JConsole on a remote machine

If you want to monitor your app on a remote machine use this when you start it:

-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=8888
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.authenticate=false
-Djava.rmi.server.hostname=putYourAppRemoteIPHere

Thursday, March 25, 2010