<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="0.92">
<channel>
	<title>some blag</title>
	<link>http://blag.andrewyates.net</link>
	<description></description>
	<lastBuildDate>Mon, 15 Mar 2010 05:38:47 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Hessian</title>
		<description>Hessian is a binary protocol designed with communication between web services in mind. It can be used to do some interesting things, but here's a pointless example instead.

On the server side (running in Resin in my case; with Resin you will also need a resin-web.xml):
public class HessianThing extends HessianServlet {
 ...</description>
		<link>http://blag.andrewyates.net/2010/03/14/hessian/</link>
			</item>
	<item>
		<title>pacman&#8217;s cache strikes again</title>
		<description>~/.config/fsniper/scripts/pacman-cache.sh


#!/bin/bash
# This script checks the pacman cache directory and runs a command if it is over a certain size.
MAXSIZE="3500"                  # run the command you if the cache is over this size (in mb)
# ...</description>
		<link>http://blag.andrewyates.net/2008/11/05/pacmans-cache-strikes-again/</link>
			</item>
	<item>
		<title>rsync with an SSH transport</title>
		<description>scp can't resume transfers where it left off. rsync can.

All it takes is:
rsync -r --partial --progress --rsh=ssh user@host:sekrit/ .

You may also want to add the ---bwlimit option to specify the maximum transfer speed (in kbytes/s). </description>
		<link>http://blag.andrewyates.net/2008/07/21/rsync-with-an-ssh-transport/</link>
			</item>
	<item>
		<title>Gajim Asterisk AMI Script</title>
		<description>Following in the great Siman's footsteps, I have written a script that is actually useful*.

What script, you ask? A script to place a call, using Asterisk's AMI, if Gajim receives a message while you are away. If someone calls you and your status is not online, the script will call ...</description>
		<link>http://blag.andrewyates.net/2008/07/18/gajim-asterisk-ami-script/</link>
			</item>
	<item>
		<title>Dynamic port forwarding with SSH (ssh -D)</title>
		<description>The usual way to forward ports with SSH is to do something like:
ssh -L 3128:127.0.0.1:3128 user@remote
This, of course, forwards localhost:3128 on the local machine to localhost:3128 on phoenix. Coupled with a HTTP proxy running on phoenix and bound to localhost:3128, this can be used to tunnel traffic on the local ...</description>
		<link>http://blag.andrewyates.net/2008/06/17/dynamic-port-forwarding-with-ssh-ssh-d/</link>
			</item>
	<item>
		<title>fsniper manual</title>
		<description>I recently wrote an (incomplete) manual for fsniper.
This version covers a lot, but there's still more that needs to be added (delays, handler examples). It was written in oowriter and exported to a PDF, but it really ought to be done in LaTeX, so I will most likely wait to ...</description>
		<link>http://blag.andrewyates.net/2008/05/10/fsniper-manual/</link>
			</item>
</channel>
</rss>
