It seems that the race for getting Windows to (dual) boot on an Intel based Mac is drawing to a close with the exciting news yesterday that 2 solutions are in the works, with 1 expected this week.
Read More…
It seems that the race for getting Windows to (dual) boot on an Intel based Mac is drawing to a close with the exciting news yesterday that 2 solutions are in the works, with 1 expected this week.
Read More…
I’ve been using Vim Intellisense for a while now, and while it’s no IDE replacement, it does make life easier in Vim. I’m reasonably sure I could be more productive in Vim, but I haven’t had the time to explore for other options/enhancements.
Read More…
Happened to be doing the “right thing” at this early hour of the morning, and renew my tax online, on the usually-to-be-complimented www.motortax.ie website. However, I stumbled across an error page, that helpfully told me that if the site was unavailable, then [and only then] routine maintenance was being undertaken.
One question: if it was routine, why not just say so?
The title says it all really, but I’ve recently wanted to use Konfabulator‘s PIM Overview widget for more than just displaying my Tasks. I’ve found, though, that it was completely unusable for my Appointments (from Outlook), up to v1.1.4 at least. So I dug deeper, such is the beauty of open-source and widgets.
Read More…
If, like me, you’ve been putting this exception off because it only happens once in every few startups, well don’t, because it’s a simple fix! For me, I get it just after the INFO: Starting Coyote HTTP/1.1 on http-8088
lines in my Tomcat v5.0.x (Windows) log. The problem is highlighted in this bug report, and the fix is simply to:
$TOMCAT_HOME/bin/jmx.jar
lib/jmxri.jar
, from the zip, and put it in your $TOMCAT_HOME/bin
directory, renaming it jmx.jar
$TOMCAT_HOME
, is your Tomcat intsallation directory (the folder that contains the folders bin
, common
, conf
, etc.).