theblackdragon.wordpress.com
Jackrabbit with PostgreSQL on JBoss AS 7.1 | theBlackDragon's Blog
https://theblackdragon.wordpress.com/2012/06/08/jackrabbit-with-postgresql-on-jboss-as-7-1
Tales from deep down the dragon's lair…. June 8, 2012. Jackrabbit with PostgreSQL on JBoss AS 7.1. At 10:56 by theBlackDragon. Getting Jackrabbit (2.4.1 and/or 2.6-SVN) to work on JBoss AS 7.1 has been a long and arduous journey. Most of the information is out there, but it’s fragmented at best so I’ll describe the steps I had to take to get Jackrabbit to work with JBoss using a PostgreSQL database. 1 Setting up the database. 12 Registering the JDBC driver. Xml version="1.0" encoding="UTF-8"? We also nee...
theblackdragon.wordpress.com
ssmtp and aliasing the TO-address | theBlackDragon's Blog
https://theblackdragon.wordpress.com/2011/06/07/ssmtp-and-aliasing-the-to-address
Tales from deep down the dragon's lair…. June 7, 2011. Ssmtp and aliasing the TO-address. At 21:40 by theBlackDragon. I ran into a rather annoying problem today, Gentoo had pulled in ssmtp and it had started to send out mails, but since root@localhost didn’t really go anywhere everything got sent to my host’s support address, which they weren’t very happy about (sorry). Files in my homedirectories. Setting up ssmtp to send mail to an smtp server proved fairly trivial. Program so I then could edit. This o...
theblackdragon.wordpress.com
Making NetBeans 7.0 work with Subversion 1.7 | theBlackDragon's Blog
https://theblackdragon.wordpress.com/2011/10/24/making-netbeans-7-0-work-with-subversion-1-7
Tales from deep down the dragon's lair…. October 24, 2011. Making NetBeans 7.0 work with Subversion 1.7. At 13:55 by theBlackDragon. As you might know the newly released Subversion 1.7 uses a different local repository format, no more do you need an .svn folder per directory in your project instead it uses one .svn folder in the root of your project. I hope this bug gets fixed in the upcoming 7.1 release, in the meantime this workaround seems to be working fine for me. Leave a Reply Cancel reply. Email (...
fvwm.org
FVWM - Support
http://fvwm.org/support
The mailing list addresses are:. 102;vwm@fvwm.org. Discussion and questions list). 102;vwm-announce@fvwm.org. 102;vwm-workers@fvwm.org. Developers and contributors list). Please help us managing incoming mail by following a few rules when you write to any of the fvwm related mailing list:. When quoting previous mails in a discussion, please put your replies below the quoted portions of the text. Quote all relevant parts of the original mail in a reply. Type about 66 to 72 characters per line. The forums ...
theblackdragon.wordpress.com
Dynamic class loading in Java, using constructors | theBlackDragon's Blog
https://theblackdragon.wordpress.com/2011/03/18/dynamics-class-loading-in-java-using-constructors
Tales from deep down the dragon's lair…. March 18, 2011. Dynamic class loading in Java, using constructors. At 15:10 by theBlackDragon. This is a followup to my previous pos. T on this subject. Recently I needed to load some modules (which all implement the “Plugin” interface in my example) in a project using constructor arguments, this is how to go about it. Most of the previous post stays valid, you still need a ClassLoader that “knows” the jars you want to load. Is the class to be loaded (for example.
fvwm.org
FVWM - Frequently Asked Questions
http://fvwm.org/documentation/faq
A few minutes after fvwm is started my keyboard and mouse bindings stop working. What can I do? I use XMMS, but it ignores some window styles. I like transparency. What can I do? What does fvwm stand for? Where do I find the current version of fvwm? Where do I ask questions about fvwm? What should I name my config file (config or .fvwm2rc)? When will fvwm release X.Y.Z be ready? I want to use fvwm, but I don’t have root access on my machine. Can I still install and run it? I don’t like the gaps in my ico...
theblackdragon.wordpress.com
Move line to end of file and comment | theBlackDragon's Blog
https://theblackdragon.wordpress.com/2011/07/05/57
Tales from deep down the dragon's lair…. July 5, 2011. Move line to end of file and comment. At 15:40 by theBlackDragon. I had to work on a bunch of translation Java property files in an ancient J2EE project that had old translations in between the new ones resulting in a hardly readable mess that confused the hell out of Netbeans’ property file editor plugin, so I decided to just move all those old lines to the bottom of the file and comment them out. For this I quickly hacked up two elisp functions.
theblackdragon.wordpress.com
fvwm-mode now on GitHub | theBlackDragon's Blog
https://theblackdragon.wordpress.com/2013/05/30/fvwm-mode-now-on-github
Tales from deep down the dragon's lair…. May 30, 2013. Fvwm-mode now on GitHub. At 02:15 by theBlackDragon. This is just a short update to announce that fvwm-mode has moved from my internal Subversion repository to GitHub after a request to update the headers to conform to Emacs standards for the Emacsmirror. The net result of this are two things:. Fvwm-mode ended up on GitHub as that’s easier for the Emacsmirror to, well, mirror compared to some file on some webserver that I sometimes update. 183; Creat...