Re: [techtalk] Re; biscuit jack

2001-05-07 Thread Amanda Babcock
On Sun, May 06, 2001 at 05:33:16PM -0700, Lothan wrote: > I just wanna know which marketeer came up with the nondescript term "biscuit > jack" for a simple surface-mount phone jack. It doesn't look anything like a > biscuit to me. I dunno, that doesn't sound like marketer-speech to me. That so

[techtalk] Slightly OT: keyboard/X windows on Solaris

2001-04-16 Thread Amanda Babcock
I have a problem that is driving me up a wall. It's not Linux-related, or even FreeBSD. It's actually on my Solaris box, which runs on Sun hardware, a Sparc Classic. I have two identical keyboards for this thing. They both have this weird caps lock problem. It's not normal caps lock - the lig

Re: [techtalk] Making vi show control characters?

2001-03-21 Thread Amanda Babcock
On Tue, Mar 20, 2001 at 02:17:07PM +1100, [EMAIL PROTECTED] wrote: > Amanda Babcock wrote: > > Does anybody know how to make vi pass control characters through instead > > of showing them as hex numbers? > > IIRC, type ^V before the character. (EG: ^V^C) > &g

[techtalk] Making vi show control characters?

2001-03-19 Thread Amanda Babcock
Does anybody know how to make vi pass control characters through instead of showing them as hex numbers? Thanks! Amanda ___ techtalk mailing list [EMAIL PROTECTED] http://www.linux.org.uk/mailman/listinfo/techtalk

[techtalk] WINE (or other emulator) question

2000-08-03 Thread Amanda Babcock
I'm getting jealous of all the folks on Motley Fool that use Quicken. This is the first time that missing out on something Windows-ish has actually made me seriously reconsider my Unix-only lifestyle. Actually, it has only driven me far enough to consider running a windows emulator :) Or, one of

Re: [techtalk] Perl and MySQL

2000-07-28 Thread Amanda Babcock
On Fri, 28 Jul 2000, Lilly S. wrote: >Does anyone know of a good website/tutorial and/or books for how to make >CGI/PERL talk to a MySQL database? I don't need to do any complicated >things right now just add records, delete records, and do some basic >searching. I love the tutorial on http://w

Re: [techtalk] vi technique for dos2unix

2000-05-04 Thread Amanda Babcock
On Wed, 3 May 2000, Sean McAfee wrote: >Allow me to suggest a much shorter alternative: > >perl -i -pe 'tr/\015//d' file1 file2 ... Actually, the key part of Christian's script is even shorter: >> then cat $1 | tr -d "\015" > $1 In other words, cat file1 | tr -d "\015" > file2. I think this

Re: [techtalk] those bloody "moderator" messages

2000-03-22 Thread Amanda Babcock
On Tue, 21 Mar 2000, Deb Richardson wrote: >It appears that someone has subscribed techtalk to a moderated list at >egroups.com. I thought that someone had subscribed the moderated egroups list to techtalk. As evidence, so far only people who have posted to one of the linxchix lists (techtalk I

Re: od

2000-03-15 Thread Amanda Babcock
On Wed, 15 Mar 2000, Phil Savoie wrote: >I have a question with regards to od. In Solaris, the command "od -c ." >will give ascii representation to the file names that are held by the >directory. In RH6.1 this same command does not work the same way. I have >to use the following "od -c *"