FW: going from ethernet to ppp only

2003-05-31 Thread drew cohan
Sorry about the HTML email from before. -Original Message- From: Drew Cohan [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 5:24 PM To: [EMAIL PROTECTED] Subject: going from ethernet to ppp only Hi,   I’ve set up a machine with woody using an ethernet card and now that particular

going from ethernet to ppp only

2003-05-31 Thread Drew Cohan
Hi, I've set up a machine with woody using an ethernet card and now that particular machine will be moved to a location with only dialup access. I've removed the NIC and I've got PPP working fine using an internal modem. I'd like to know how to properly transition the setup from Ethernet to PPP

how do you save a buffer out as a file in vim?

2003-02-13 Thread Drew Cohan
Hi, I want to be able to open one file in vim (vim file1), copy some arbitrary lines (v, down arrow, yy), and then save that buffer out as a file (file2). What is the ":" command to save out the buffer? Thanks, Drew -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

RE: Fetchmailrc--parse error

2003-02-11 Thread drew cohan
Drew Cohan wrote: >>>poll pop.sbcglobal.yahoo.net proto POP3 >>> user "[EMAIL PROTECTED]", with password "secret" >>> is "gt" here >> >>I'm no fetchmail expert, but what happens if you remove the comma and make >

RE: Fetchmailrc--parse error

2003-02-11 Thread drew cohan
o.net proto POP3 user "[EMAIL PROTECTED]" with password "secret" is "gt" here That's basically what I have in my fetchmailrc. There's also a nice gui frontend to configure fetchmail that I find useful to get the initial config file: http://packages.d

RE: bash brace expansion question SOLVED

2003-02-04 Thread drew cohan
>On Tue, Feb 04, 2003 at 01:10:45PM -0500, Drew Cohan wrote: >> Why is >> >> >> >> echo /path/to/dir/*.{jpg,JPG,jpeg,JPEG} >> >> >> >> illegal? > >It's not, merely not portable to POSIX shells other than bash. However, &g

bash brace expansion question

2003-02-04 Thread Drew Cohan
Why is echo /path/to/dir/*.{jpg,JPG,jpeg,JPEG} illegal? TIA Drew Cohan drew at drewcohan dot com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

need advice on how to control access to blinkd from net

2003-02-03 Thread Drew Cohan
port/daemon to anyone on the net? (don't care about local users) I haven't set up any kind of iptables/ipchains firewall on this machine (not yet anyway). Is there a simple way to do this? TIA, Drew Cohan drew at drewcohan dot com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

RE: find a command i have recently used in bash

2003-01-29 Thread drew cohan
use "!!" (but the up/down arrow is faster for the most recent commands IMO). "man history" should give you all the nitty gritty details of how to use history buffer. Good luck Drew Cohan drew_at_drewcohan_dot_com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

what happened/where is gdk-imlib2?

2003-01-29 Thread Drew Cohan
I'm trying to install 'qiv' from unstable and gdk-imlib2 seems to have disappeard/is unavailable? Google's cache indicates there used to be .deb for it. What am I missing? Thanks, Drew Cohan drew_at_drewcohan_dot_com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED

RE: PDC based apache authentication? SOLVED

2002-12-18 Thread Drew Cohan
Thanks, exactly what I was looking for. Drew Cohan [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Alexis Roda Sent: Wednesday, December 18, 2002 10:47 AM To: [EMAIL PROTECTED]; debian Subject: Re: PDC based apache authentication

RE: X startup & immediate shutdown (no errors) SOLVED

2002-12-18 Thread drew cohan
Thanks to everyone who responded. In the end, the answer is to have TWM as the last command in my .xsession file. TWM is minimal enough that it doesn't get in my way, yet forces the X windows session to stay alive until TWM quits -- which I never do. Drew Cohan [EMAIL PROT

PDC based apache authentication?

2002-12-18 Thread Drew Cohan
Hi, I'm looking for a method of authenticating apache (web) users using the PDC/BDC, not .htaccess. IOW, I'm looking for an analogous system to samba's authentication scheme with PDCs for apache. Can someone point me in the right direction? Thanks, Drew Cohan [

X startup & immediate shutdown (no errors)

2002-12-16 Thread Drew Cohan
ssion file: #!/bin/sh /path/to/myprogram sleep 10 which runs my program for ten seconds and then X shuts down by itself (no errors). So the question becomes, how do I keep X running after it executes my .xsession file? What is it looking for/to do next? Thanks, Drew Cohan [EMAIL

confused about X & window managers

2002-12-11 Thread Drew Cohan
Is it possible to run an init script launch that runs xview without a window manager installed? Thanks, Drew Cohan [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

how to off trash creation in KDE?

2002-12-11 Thread Drew Cohan
Does anyone know how to turn off the automatic recreation of a trash folder and icon in KDE? What file do I edit? Thanks, Drew Cohan [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

quick shell questions

2002-12-10 Thread Drew Cohan
l>&1" mean that I see in a lot of examples (eg ls 2>/dev/null/>&1). I really should take a shell scripting class. :) Thanks, Drew Cohan [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

RE: how to rename multiple files

2002-12-09 Thread drew cohan
On Mon, Dec 09, 2002 at 03:03:10PM -0500, drew cohan wrote: > How do I rename all files in a directory matching the pattern *.JPG to > *.jpg in a bash shell script? Thanks to you guys I can check for the > existence of jpgs in a directory, but can't seem get 'mv' to rena

how to rename multiple files

2002-12-09 Thread drew cohan
ctory). TIA, Drew Cohan [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

shell game

2002-12-06 Thread Drew Cohan
sest I can come is if test `ls /opt/images/*.jpg | wc -l` -gt 0 then ... Unfortunately, this gives me the error message "ls: /opt/images/*.jpg: No such file or directory" when there are no jpegs in /opt/images. So what am I missing here? Thanks, Drew Cohan [EMAIL PROTECTED] --

RE: OT: infected email: How do I start a X session on another machine

2002-12-06 Thread Drew Cohan
; correctP This email came infected with bugbear. Be careful. Drew Cohan [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]