Re: Copying VCD

2001-10-28 Thread Failure
On Sun, Oct 28, 2001 at 05:20:29PM -0800, calyth-shaw wrote: > I wonder anyone knows which commands and which programs do I need to > copy VCDs. I was dabbling with cdrdao but it refuses to do so. gcombust I use the GNU VCDImager package. In particular, you'll find the vcdxrip program useful :-)

Mixed up RAID-0 arrayt

2001-10-10 Thread Failure
Well, I wasn't as careful as I should have been (read: no backups of old config files for reference) out of habit, and it's finally got me into big trouble. I have a four disk RAID-0 array holding a couple years worth of /home and also backups of /var and /mp3 (which are both gone from elsewhere).

Re: SSH port forwarding

2001-10-03 Thread Failure
On Wed, Oct 03, 2001 at 01:38:21AM -0700, Vineet Kumar wrote: <> > > I connect like this (from the firewalled machine): > > > > ssh -g -C -R 3001:firewalled_machine:22 [EMAIL PROTECTED] > > > > I can now connect to 3001 on the outside machine, but the connection doesn't > > do anything and is qui

SSH port forwarding

2001-10-02 Thread Failure
I have some boxes behind a firewall that I need access to from the internet. I don't control the firewall, so I thought I would try to use OpenSSH port forwarding. I have placed "GatewayPorts yes" in the outside machine's sshd_config. The boxes involved both use Debian with OpenSSH 2.9p2. I conn