Displaying posts tagged: linux

Forward X11 over SSH after you su

1 Comment

Enabling SSH forwarding for X11 in general is easy: you simply put X11Forwarding yes in /etc/ssh/sshd_config, then SSH into the server with the -X or -Y (as appropriate for you).

Setting up Debian unattended upgrades

2 Comments

My standard setup (on Debian stable/Lenny):

Using sed for find-replace

1 Comment

In the I-can’t-believe-I-didn’t-know-yet category, here’s a command-line find-replace:

Debian netinst using PXE, Mac OS X, and Tomato

No Comments

On the Mac OS X box, which will act as our tftp server:

Sample init.d script

1 Comment

This is the init.d script that I used to manage my beanstalk daemon, but it can (and has been) easily modified for other uses.