Mmm, software

Friday, April 17, 2009

Setting up Microsoft Outlook 2007 with Microsoft Exchange

›
...via RPC over HTTPS : 1. Ensure you have your root certificate in your trusted authority store in the Microsoft Management Console (mmc.ex...
Monday, April 13, 2009

Setting up a VPN connection to an Astaro security applicance on Mac OS X

›
So I finally got a working VPN configuration to be able to connect my shiny new MacBook Pro to our VPN on our production system which uses a...
Tuesday, April 07, 2009

Playing with my new Mac

›
I recently managed to convince my employer to provide me with a MacBook Pro so that I could start developing in-house iPhone applications fo...
Wednesday, March 25, 2009

More Hibernate glitches, part 2

›
I had previously written on an Expected positional parameter glitch in Hibernate when joining between entities using OneToOne and PrimaryKey...
Sunday, March 15, 2009

Stupid MySQL tricks

›
Recently, I found that our secondary server's MySQL partition was starting to get full. After running du -h --max-depth=1 several times...
Friday, March 13, 2009

Spring Webflow 2 Quirks

›
As I recently found out after a marathon debugging session, if you have a <transition> element that executes actions, and any beans in...
Thursday, March 12, 2009

More Hibernate glitches

›
I've recently discovered the joy of actually getting OneToOne primary key columns on objects working, so I've started using them mor...
Wednesday, March 11, 2009

Stupid Hibernate Tricks

›
I've recently been finding myself looking for a way to get Hibernate to override the default type for strings (varchar) and use char ins...
Wednesday, February 25, 2009

I love Dojo

›
I have recently discovered the magic that is Dojo. I love it. The widgets that it provides are uber-useful and have really boosted the fun...
Wednesday, February 04, 2009

Solved! Finally fixed classpath issues with Maven, Eclipse and JUnit

›
I have several pieces of code in one of our company's projects that dynamically reads the classpath and scans for classes that have cert...
Tuesday, January 06, 2009

Allowing external root access to your MySQL database

›
...is recommended against in the MySQL documentation, but it can be oh so handy for running scripts and adding databases, tables and views w...

Setting up MySQL server on Ubuntu

›
...is really easy. Run the command : apt-get install -y mysql-server Once that's done, you'll need to perform some additional confi...

Setting up an SSH Server on Ubuntu

›
Ubuntu is usually pretty good about coming pre-configured with everything you need for your system, but one thing I've found that it...
1 comment:
Tuesday, December 30, 2008

Configuring MySQL for table case-insensitivity

›
While trying to add a recent update to our systems, I noticed that our demo system wouldn't start, which was very strange considering I ...
Thursday, December 11, 2008

Integrating Quartz and Spring using persistent jobs

›
I've recently found myself having a lot of jobs running in the background of our Java applications, often requiring changes to the sched...
2 comments:
Friday, December 05, 2008

The greatest MySQL companion ever

›
I just recently found out about the 'show processlist' command in MySQL that lets you get a resultset of all the processes MySQL is ...

Setting a user's password in MySQL

›
I've recently found the need to change a bunch of passwords in MySQL. The command to do it is as follows : SET PASSWORD FOR 'myuser...
Wednesday, December 03, 2008

Finding out what MySQL is doing

›
I was recently updating our production system when I noticed that our main MySQL database was going unusually hard. On a quad-core processo...
Wednesday, November 26, 2008

Migrating from Spring Webflow 1 to Webflow 2

›
...was relatively painless. At least in the very small app that I'm currently working on as a helper application for dealing with one o...
Friday, November 21, 2008

Migrating from Acegi Security to Spring Security 2

›
In an effort to keep our applications current, I've been looking at upgrading from Acegi Security to Spring Security 2 in one of our sma...
‹
›
Home
View web version

About Me

Alex Marshall
View my complete profile
Powered by Blogger.