-
Updating ESXi 4.1
I recently went through the exercise of upgrading my standalone VMware ESXi 4.1 server. The process is pretty easy. Grab the vSphere CLI from: http://www.vmware.com/support/developer/vcli/ Grab the relevant patches. Make sure you select the correct version of ESX/ESXi. I facepalmed when I realized I was trying to update using the ESX (not ESXi) packages and…
-
ventrilo startup script
I made a post over at http://ubuntuforums.org/showthread.php?t=1609521&highlight=ventrilo, but here’s a startup script I put together for Ventrilo 3.0. #!/bin/sh#### BEGIN INIT INFO# Provides: ventrilo_srv# Required-Start: $network $remote_fs $syslog# Required-Stop: $network $remote_fs $syslog# Should-Start: $named# Should-Stop: $named# Default-Start: 2 3 4 5# Default-Stop: 0 1 6# Short-Description: Ventrilo version 3.0### END INIT INFO NAME=ventrilo_srvDESC=”Ventrilo 3.0″DAEMON=/usr/local/ventrilo/ventrilo_srvPIDFILE=/usr/local/ventrilo/$NAME.pidDAEMON_ARGS=”-f/usr/local/ventrilo/ventrilo_srv -d”VENT_USER=ventrilo…
-
Adios Hyper-V R2, Part 2
The migration of my Hyper-V R2 environment to ESXi 4.1 is at the halfway point right now. At this point, all the systems have been imported into VMware Workstation 7.1 that I have installed on my desktop. The process didn’t go as smooth as I had hoped. For starters, I couldn’t use the built-in importer…
-
the space in between
Besides the fact that I positively believe that I am TERRIBLE in interviews, another thing I hate about the whole process is the waiting. If you’ve gotten as far as an actual interview, I don’t think it’s unreasonable to expect a timely response letting you know whether or not you got the job, need to…
-
Squid 3.1.8 on Ubuntu 10.04
I find Squid to be very useful and have been disappointed that 3.1 is still not in any repositories. I googled a little to see if anyone has already done this, since reinventing the wheel is not really my thing. There are a couple tutorials/howtos, but I didn’t really like either approach. One approach uses…
