RE: vi issue in etch

2007-11-29 Thread Joseph L. Casale
-Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Kamaraju S Kusumanchi Sent: Thursday, November 29, 2007 10:01 PM To: debian-user@lists.debian.org Subject: Re: vi issue in etch Joseph L. Casale wrote: > Hi everyone, > I have my keyboard setup as us and in the c

vi issue in etch

2007-11-29 Thread Joseph L. Casale
Hi everyone, I have my keyboard setup as us and in the console every key works correctly. In vi though everything is messed up! The standard shortcuts don't work. While following a tutorial, after an apt-get of a series of apps I noticed it start working like it should? Is there something speci

RE: Install Question

2007-11-28 Thread Joseph L. Casale
-Original Message- From: Andrew Sackville-West [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 28, 2007 12:18 PM To: debian-user@lists.debian.org Subject: Re: Install Question On Tue, Nov 27, 2007 at 02:33:18PM -0700, Joseph L. Casale wrote: > If a controller manufacturer ma

RE: Install Question

2007-11-28 Thread Joseph L. Casale
-Original Message- From: Douglas A. Tutty [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 28, 2007 8:55 AM To: Joseph L. Casale; debian-user@lists.debian.org Subject: Re: Install Question JLC: don't top post and keep replies to the list. I've tried to reorganize thi

Install Question

2007-11-27 Thread Joseph L. Casale
If a controller manufacturer makes drivers for your OS, but the OS doesn't have them natively, how does one install Debian on to this controller as the boot device? Thanks! jlc

Using Netcat

2006-10-08 Thread Joseph L. Casale
  Hi, I am using netcat to help me send backups to and from machines with different operating systems.   I am using: To Backup... dd if=/dev/"Device" | gzip -9 | nc "Destination" "Port" Assumes nc -l -p "Port" >"Image File Name" is running on Destination Host. To Restore... nc -l -

Using Netcat

2006-10-08 Thread Joseph L. Casale
Hi, I am using netcat to help me send backups to and from machines with different operating systems.   I am using: To Backup... dd if=/dev/"Device" | gzip -9 | nc "Destination" "Port" Assumes nc -l -p "Port" >"Image File Name" is running on Destination Host. To Restore... nc -l -p "