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=MToolkitNo comments
post file request with curl
curl -d ‘@file.xml’ https://website/path/file
No comments