Body of Knowledge

knowledge sharing - wiki brain

Archive for March, 2007

Blank window on java applications under Beryl on Ubuntu

If you are getting a blank (grey) window with some java applications under Beryl, that once you change Metacity work fine, just add the following line to your .bashrc and it should work.

export AWT_TOOLKIT=MToolkit
No comments

post file request with curl

curl -d ‘@file.xml’ https://website/path/file

No comments