Re: Silicon Image 3114 and Seagate?

2005-12-20 Thread Sean Davis
On Tue, Dec 20, 2005 at 08:59:25AM -0200, Henrique de Moraes Holschuh wrote: > On Mon, 19 Dec 2005, Roberto Sanchez wrote: > > You did not specify whether I should be looking for a drive with NCQ or > > without NCQ. :-) > > Look for information on the SIL 3114. I don't own one, so I wouldn't kn

Re: RAR under linux: any alternative?

2005-12-12 Thread Sean Davis
On Sun, Dec 11, 2005 at 08:00:45PM -0800, Steve Lamb wrote: > Sean Davis wrote: > > split(1). Been around since AT&T Version 6. > > Now verify each portion has no errors in it with split. Oh, wait, ya > can't. That's because it is just a rough split and not

Re: RAR under linux: any alternative?

2005-12-11 Thread Sean Davis
On Sun, Dec 11, 2005 at 05:59:41PM -0600, Gnu-Raiz wrote: > On 11:49, Sun 11 Dec 05, John Hasler wrote: > > Gnu_Raiz writes: > > > This is one program that I believe is worth buying the license for. This > > > is especially true if you have any windows machine's around. If you use > > > Usenet for

Re: Tips and Tricks for Dial-Up Internet Access?

2005-08-30 Thread Sean Davis
On Tue, Aug 30, 2005 at 10:21:34AM +0200, Kai Grossjohann wrote: > "Basajaun" <[EMAIL PROTECTED]> writes: > > > One question I would like to make myself (I mean... not _to_ myself, > > hehehe) is: how does one get the modem not to produce its annoying > > noises with pon? > > There is an AT comma

easiest way to upgrade woody to sarge?

2005-06-06 Thread Sean Davis
I've got a Debian Woody system that's been running decently for over a month now, and would like to update it to Sarge. I know it's been covered before, but is there an authoritative document on updating? I can only access the box remotely - it's hosted at the datacenter at which I work, and I don'

Re: root compromise on debian woody

2005-05-27 Thread Sean Davis
On Fri, May 27, 2005 at 10:43:11AM -0400, Carl Fink wrote: > On Fri, May 27, 2005 at 07:00:56AM -0400, Sean Davis wrote: > > > *: Linux LOVES to swap. I swap all the time on my 1.8ghz Athlon XP with 1GB > > ram. However, my NetBSD machine with the same amount of ram runni

Re: root compromise on debian woody

2005-05-27 Thread Sean Davis
On Thu, May 26, 2005 at 07:55:50PM -0700, Alvin Oga wrote: > > On Thu, 26 May 2005, Roberto C. Sanchez wrote: > > > On Thu, May 26, 2005 at 06:41:18PM -0700, Alvin Oga wrote: > > > > > > > > CAN-2005-1263 [Linux kernel ELF core dump privilege escalation] > > > > > - kernel-source-2.6.11

Re: how to determine WAN IP address from behind a NAT router?

2005-05-05 Thread Sean Davis
On Thu, May 05, 2005 at 07:54:42PM -0400, Brendan wrote: > On Thursday 05 May 2005 07:33 pm, Sean Davis wrote: > > On Thu, May 05, 2005 at 07:17:38PM -0400, Brendan wrote: > > > /sbin/ifconfig eth0 | grep 'inet add' | awk '{print $2}' |cut -d ' 

Re: how to determine WAN IP address from behind a NAT router?

2005-05-05 Thread Sean Davis
On Thu, May 05, 2005 at 07:17:38PM -0400, Brendan wrote: > /sbin/ifconfig eth0 | grep 'inet add' | awk '{print $2}' |cut -d ' ' -f 12 | > cut -d: -f 2" or, more simply, /sbin/ifconfig eth0 | awk -F: '/inet/ {print $2}'|sed s/'[[:space:]].*'// but.. that won't tell you the WAN address if you're o