Re: vim syntax files

1999-08-13 Thread Samuel R. Scarano
:help mysyntaxfile Personally, I don't bother with that stuff, and just edit the default global syntax files directly (they're owned by me, not root). I know I shouldn't do that; however, because I tend not to trust dpkg, I compile & install vim myself (into /usr/local/), and therefore don't have

Re: killing ALL of a user's processes at once

1999-08-13 Thread Samuel R. Scarano
kill `ps axu|grep '^USER\>'|sed -e 's/[^0-9]*\([0-9]*\).*/\1/'` at least, that's what *i* would do.

debian list security; mh question (was Re: spam on debian lists (Re : Program Submission))

1999-08-11 Thread Samuel R. Scarano
Oops -- that '[EMAIL PROTECTED]' was me (Samuel Scarano) -- there's no such thing as tumbolia.debian.org -- I'm surprised the list server accepted that! What happened was, I sent the message using mh (from my laptop, which is (and was) connected via the t1 we have at my job), which tries to send ma

Re: backspace character does not exists in xterm,

1999-08-06 Thread Samuel R. Scarano
[snip] >> leaving me with a completely unusable system. Fortunately I'm just >> using this system to learn with so I didn't mind having to completely >> re-install from scratch to get around this. A rather drastic solution >> though. [snip] > Ouch!! How do you boot into linux? There are several

mail list abuse? (was Re: sendmail/fetchmail how?)

1999-07-27 Thread Samuel R. Scarano
On 27 Jul, Geocrawler.com wrote: > This message was sent from Geocrawler.com by "Joakim Svensson" <[EMAIL > PROTECTED]> > Be sure to reply to that address. Hm. So this guy's not really subscribing to the list, but wants us subscribers to help you out? I think this is considered bad form -- I don'

Re: PCMCIA nightmare - help!

1999-07-27 Thread Samuel R. Scarano
On 27 Jul, Patrick Kirk wrote: > Hi all, > > In a wild fit of Debian advocacy, I persuaded a colleague at work to > partition the hard disk on his portable and install Debian. > > Installation was a breeze...it put the PCMCIA stuff in and booted nicely > with beeps and so on. But it had lost all

Re: file extensions

1999-07-26 Thread Samuel R. Scarano
> This worked in my "test" directory, but once I became root and tried it, it seemed to Why did you have to become root? It sounds like you need to use the uid and gid options in the fstab entry for your windows partition. > only mess with my "locate" command I say this because before running

Re: file extensions -- batch mv'ing, mp3s

1999-07-26 Thread Samuel R. Scarano
> related to that, is this: is there an easy way ( a quick command or > script) to covert all the .MP3's to .mp3. Strangly enough "mv" doesn't > differentiate between .mp3 and .MP3, so I need to change the name to a > temporary file first, which makes the task all the more annoying. That's becau

Re: Mcopy

1999-07-21 Thread Samuel R. Scarano
> My mcopy manual tells me to try "mcopy sourcefile targetfile". > Targetfile is a MS-DOS drive letter like "a:" :-) > > mcopy -t /resolf.conf a: Or the other way around -- sourcefile can be a drive-letter (and may contain a full path, too, of course) to copy from the floppy. It couldn't

best video cards (riva? or maybe matrox?)

1999-07-19 Thread Samuel R. Scarano
I'm going to be buying a new video card soon, so I wanted to see if anyone had any advice to give me. (This isn't really Debian-specific, but I think it's something most of us Debian users care about, so I figured it would be worth a discussion on debian-user.) I think I'm in about the same positio

Re: SV: Enlightenment

1999-07-19 Thread Samuel R. Scarano
> Oh, forgot one thing... I don't know what gfx card is in this box, has XF > evolved since I tried it last, or do I still have to know what card it is? You should know what video card you have. If it's PCI, then running 'scanpci' will give you the identifier string it responds with -- that should

Re: Mail retrieval problems

1999-07-15 Thread Samuel R. Scarano
Jack Wilkinson wrote: > > all of the sudden, my mail can't be deleted off the server... my system was > stalled this morning after doing a dist-upgrade to today's potato updates, > and I can get my mail fine, but it won't remove the messages from the > server, so I'm getting each message every tim

Re: Basic debian package question

1999-07-14 Thread Samuel R. Scarano
> The dosemu source packages have "orig" and "diff" in their names. How do > these packages work together? the "-orig" is the pristine source code, straight from the author(s). I believe that the "-diff" contains the modifications made by the Debian maintainers to make it fit easily into Debian,

Re: SB 64 Sound Card

1999-07-13 Thread Samuel R. Scarano
> I just got rid of a SB32 (broken joystic port) and so I still have a > config file for one, which might conceivably work for your card on your > system. I'm pretty sure it won't. I'm pretty sure you have to run isapnpdump on your own motherboard with your own sound card. But don't worry Petru,

Re: vim question

1999-07-13 Thread Samuel R. Scarano
> > insert a single(or two) tab at the beginning of the next 10 lines. > > single: 10>> Wait! Wait! You can do it in fewer keystrokes: 9>j :-D Sorry about that original post with the unoptimized vi commands. How un-vi-like of me!

Re: Apache web server

1999-07-13 Thread Samuel R. Scarano
>I am thinking of configuring my linux machine to be a Apache web server and >playing around with it. Would someone like to share your experiences on That's where I was about 2 years ago. Just install it -- it's easy. When I figured out how CGI works, I was so excited I worked on CGI shells script

Re: vim question

1999-07-13 Thread Samuel R. Scarano
> insert a single(or two) tab at the beginning of the next 10 lines. single: 10>> or two: 10>>. I consider the > and < commands to be two of vi's biggest advantages over emacs. I love those commands.

Re: problems with htaccess

1999-07-12 Thread Samuel R. Scarano
> My apache seems to be ignoring the .htaccess file. Everythings I apologize if I'm insulting your intelligence here, but make sure you have 'AllowOverride AuthConfig' (or 'AllowOverride All') in the appropriate (or , etc.) block in (assuming you're using Debian) /etc/apache/access.conf.

Re: Uncompress ".deb" files?

1999-07-12 Thread Samuel R. Scarano
On 12 Jul, Marco Nuessgen wrote: > Hello. > Does anybody know how i can uncompress the ".deb" files from the > installation-CDROM? I must install "sed" before I can install Linux. > Greetings, > Marco i don't understand your reason, but here's what you do: ar vx foo.deb tar vzxf data.tar.gz (of