Mmm, software

Monday, August 16, 2010

Running multiple Tomcat 6 instances in Ubuntu, the quick and dirty way

›
Here's a quick list for running multiple Tomcat 6 instances on Ubuntu 10.04 : Copy the /etc/init.d/tomcat script with a new name in the ...
2 comments:
Wednesday, August 04, 2010

Quickly dropping all the tables in a MySQL database without dropping the database itself

›
I've recently come across a case where I need to drop all the tables in my database (ie effectively truncate the database) but MySQL has...
Tuesday, August 03, 2010

Quickly dumping a MySQL database out to a file

›
I've found that sometimes, I just need a quick and dirty copy of a database to test changes against, and it doesn't matter if the da...

Piping a MySQL database from one server to another

›
I know that there's a lot of great, wonderful things that can be done on-the-fly through SSH. It's one of the greatest tools out th...

Converting Unix timestamps to something readable in Excel

›
Our company uses log files in our machines to log raw data in real-time so that we have a history of what's happened on jobs that can be...
Thursday, July 15, 2010

Coding for Effect vs Coding a Model

›
One of the software engineers I've worked with in the past has a very different way of doing things. He will take the most expedient wa...
Monday, July 05, 2010

Working with CSV files in Excel the way you want ... rather than the way Microsoft tells you to by default

›
In both my current job and my past jobs, I've worked with CSV files in Microsoft Excel as a matter of necessity. Excel is just too usef...
Thursday, June 10, 2010

Background on the home search page ? WTF Google ?

›
Today I went to Google (as I do most days) to search for some stuff, but today when I got there, I was greeted with a horrible looking backg...
Wednesday, May 05, 2010

My hatred of Microsoft is justified ... yet again

›
There are two different schools of thought when it comes to being a vendor of very large software used by millions of people : Move your sof...
Tuesday, May 04, 2010

Fixing telnet disconnects

›
I've recently been working with a lot of embedded systems via telnet, and I'll frequently forget to disconnect my session before phy...
Wednesday, April 21, 2010

Resolving slow SSH login times

›
At work, like most other organizations, we have a Linux server that we access via SSH. However, lately, I've found my use of it skyrock...
Tuesday, April 20, 2010

Two bash functions that will make your software development life 10% easier

›
... if you use SSH to move between machines a lot. Which I do. I have several machines that I work on regularly, and a centralized develop...
Saturday, April 17, 2010

Copying files in linux

›
Lately I've been doing a lot of embedded development with Linux, and copying files between systems has been a bit of a pain. Fortunately...
Sunday, April 04, 2010

WTF ?! Windows (as of Vista) no longer supports multiple different monitors!? WHY ????

›
Apparently, as of Windows Vista and later, Windows no longer supports multiple video cards that don't use the same driver !! Why ? I us...
Saturday, January 23, 2010

Seeing where Perl looks for its modules on a system

›
Because we have very limited space on some embedded devices that we use that run Perl, we can only store a very few modules on these systems...

Embarking on a Perl journey

›
A long time ago, in a job far, far away, I had to deal with some Perl. I learned just enough to get me by for the duration of the task at h...
Thursday, January 21, 2010

Setting up Tomcat (5.5) on Ubuntu Server 8.10

›
I recently ran into some old quirks when provisioning a new server for our company's web applications on Ubuntu 8.10 (Intrepid Ibex). B...

Dumping just your schema with MySQL dump

›
A simple one-liner : mysqldump -u root -p mydatabasename --no-data=true --add-drop-table=false > test_dump.sql With this command, you...
Tuesday, January 12, 2010

The Curious Case of Damned DataIntegrityViolationException

›
In one of the projects on which I contract, we recently started encountering a problem importing and parsing text record files into our syst...
Wednesday, December 30, 2009

Composing XML in C# 2.0 or later

›
When testing some custom XML serialization I was writing for a project, I ran across a quirk of the XmlWriter created by XmlWriter#Create() ...
‹
›
Home
View web version

About Me

Alex Marshall
View my complete profile
Powered by Blogger.