Mmm, software

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...

On Hibernate UserTypes

›
Hibernate UserTypes are a great way for persisting complex classes which may require more than one column in a table in order to be properly...
1 comment:
Tuesday, November 04, 2008

A first time gem creator's addendum

›
I recently started researching how to create Ruby Gems because I was working on on a Ruby application that is a reference application for ac...
Wednesday, October 29, 2008

A quick note on ActiveResource in Ruby on Rails

›
I've learned a bunch of new things about Ruby on Rails in the past few days, specifically when it comes to RESTful web services. ActiveR...
Monday, October 13, 2008

A quick note on Maven plugins

›
I've recently had to go abroad to various other countries for work, and I've found that porting my projects around to various worksp...
Friday, August 29, 2008

Reflection in Ruby

›
I've recently gotten started going on a Ruby on Rails project for my company, that's meant to be a simple app that we'll throw u...
Saturday, August 16, 2008

A moment of developer clarity and zen

›
I had a moment today where I was just letting my mind wander. It was one of those moments where you have a brilliant idea that just seems s...
Monday, August 11, 2008

More JAXB quirks

›
Today I ran across yet more quirks of JAXB 2.0. I'm getting really tired of running across stupid errors that are difficult to debug be...
Wednesday, July 30, 2008

A quick note about JAXB

›
JAXB (the Java API for XML Binding) is a great piece of technology (2.x, not 1.x). However, if you're starting an application and your ...
Friday, July 11, 2008

Pure FTP on Ubuntu

›
Pure FTP is a great FTP server and I love it because it's ridiculously fast, reliable and works well for our company. The only problem ...
Tuesday, July 08, 2008

More Tomcat quirks

›
I recently ran across a problem with receiving a LinkageError in one of my web applications. The problem occurred when Acegi security tried...
‹
›
Home
View web version

About Me

Alex Marshall
View my complete profile
Powered by Blogger.