Category Archives: Linux

Multiple Tomcat instances Debian scripts

I opened a new Google Code project to manage the scripts I wrote that allow multiple instances of Tomcat to be run on Ubuntu. These scripts are now fully open source (more so than before I guess) and available to … Continue reading

Posted in Java, Linux, Ubuntu | Tagged , , , , | Leave a comment

Locking down a shared MySQL database server without firewalls, routers, etc.

I’m setting up a shared database server in a data center and I don’t have any direct connections between the machines that are local (i.e. meaning they only connect between boxes and don’t let external traffic in), no firewalls, no … Continue reading

Posted in Distributed Computing, Linux, Misc, Tech | Leave a comment

The last positional parameter in bash

Found a way to do this in a single line. Works nicely. eval “last=\\${$#}”

Posted in Linux | 7 Comments

The only reason I just can’t use Solaris, RedHat, etc

No dist upgrade. On Ubuntu (debian): update-manager -c On all the rest: want the latest and greatest? Good luck dude!

Posted in Linux | 6 Comments

Ubuntu Gusty and Tomcat 5.5

Looks like Gusty (or something) changes some of the installation for Tomcat 5.5 and it requires some work to get back to normal. Here’s my changes thus far: sudo rm /usr/share/tomcat5.5/common/endorsed/* cd /usr/share/tomcat5.5/common/lib sudo apt-get install libmysql-java sudo ln -s … Continue reading

Posted in Java, Linux, Ubuntu | Leave a comment