Uncategorized

Cloud Application Architectures

I’ve just received a copy of Cloud Application Architectures by George Reese for review, and my first glance through it this morning I have so far been very impressed by what I’ve read.

It’s in a nice conversational style, and so far the technical material I have glanced over has been very cleanly laid out.

I’ll continue reading and hope to have a full review up soon.

Saturday, May 9th, 2009 Uncategorized No Comments

System Administration Toolkit: Set up remote access in UNIX through OpenSSH

OpenSSH has become the defacto standard for connecting to remote machines in a secure way. Not only do you use it for simple interactivel terminal access, but for transferring files and as a backbone for services like Subversion for securely transferring files.

In System Administration Toolkit: Set up remote access in UNIX through OpenSSH I show you how to set up OpenSSH, how to copy files using sftp and scp, and how to set up password-less login by copying across your OpenSSH keys.

Read System Administration Toolkit: Set up remote access in UNIX through OpenSSH

Wednesday, November 7th, 2007 Uncategorized No Comments

Debugging Perl in Eclipse with EPIC

Back in September 2005 I presented two sessions at EclipseWorld on EPIC. My first tutorial based on the topics and techniques covered in the first session was released in January, and now the followup, covering debugging Eclipse is available too. Here’s the outline blurb:

Debugging Perl applications can be a frustrating process. Many Perl programmers rely on print statements and so-called “postmortem debugging.” Others use the built-in Perl debugger. Neither provides a coherent execution environment for monitoring the execution of a script, and neither supports the debugging of a Common Gateway Interface (CGI) script during execution. In this tutorial, we will look at the debugging functionality offered by the Eclipse Perl Integration (EPIC) plug-in for Eclipse, which offers a rich debugging environment available and integrated with the EPIC Perl development environment.

You can also read the first tutorial, although it is not really required before reading the new How to debug Perl applications with Eclipse.

Search

Archive

Meta