RE: Setting up a Firewall DMZ

2001-04-24 Thread Kuhar, Mike
Thank You. > -Original Message- > From: Ilya Martynov [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 24, 2001 8:03 AM > To: Kuhar, Mike > Cc: 'Debian-user' > Subject: Re: Setting up a Firewall DMZ > > > > KM> Hi, > KM> Could someone p

Setting up a Firewall DMZ

2001-04-24 Thread Kuhar, Mike
Hi, Could someone point me to definitive documentation on setting up a DMZ using either ipchains, iptables or some other firewall package. I would sure appreciate any help given. TIA -mk Michael W. Kuhar * [EMAIL PROTECTED]

RE: su in X

2001-04-11 Thread Kuhar, Mike
When you log in as a regular user, and you 'su -' to root, you have to define you 'export DISPLAY=:0.0' again. The minus sign after the su command means that you want to assume root's environment. So if there is not an explicit export DISPLAY statement in /root/.bash_profile or /root/.bashrc, the

RE: apt-get ftp sites

2001-04-04 Thread Kuhar, Mike
; Sent: Wednesday, April 04, 2001 9:33 AM > To: Kuhar, Mike > Subject: Re: apt-get ftp sites > > > "Kuhar, Mike" wrote: > > > Greetings, > > > > Due to a proxy server on our local net, my Debian box > cannot use http:// > > sites in the /et

RE: apt-get ftp sites

2001-04-04 Thread Kuhar, Mike
Thanks Roy. I'll look into it. -mk > -Original Message- > From: Roy G. Culley [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 04, 2001 7:37 AM > To: Kuhar, Mike > Subject: Re: apt-get ftp sites > > > Hi Mike, > > > Due to a proxy server on

apt-get ftp sites

2001-04-04 Thread Kuhar, Mike
Greetings, Due to a proxy server on our local net, my Debian box cannot use http:// sites in the /etc/apt/sources.list. However, ftp sites do. (go figure). The only site I have in my sources.list file is: deb ftp://ftp.us.debian.org/debian stable main contrib non-free Does anyone know of other

RE: Shutdown

2001-04-04 Thread Kuhar, Mike
n the offending package that way. Good luck. -mk > -Original Message- > From: D. Hoyem [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 03, 2001 8:56 PM > To: Kuhar, Mike > Subject: RE: Shutdown > > > here is the output that I get from: > daduu:~/ltmodem-5.7

RE: Shutdown

2001-04-03 Thread Kuhar, Mike
You might do cat /proc/interrupts to see who is sharing IRQ's. Check for IRQ sharing between video card and NIC or sound car and NIC. Things like that. -mk > -Original Message- > From: D. Hoyem [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 03, 2001 10:31 AM >

RE: Shutdown

2001-04-03 Thread Kuhar, Mike
nes. What might give you a hint is determining what you're doing when the hang occurs. -mk > -Original Message- > From: D. Hoyem [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 03, 2001 9:14 AM > To: Kuhar, Mike; Debian List > Subject: RE: Shutdown > > >

RE: Shutdown

2001-04-03 Thread Kuhar, Mike
Are you sure that linux is froze? You might try doing Ctl+Alt+F2 to see if you can open another virtual console. > -Original Message- > From: D. Hoyem [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 03, 2001 8:57 AM > To: Ales Jerman; Debian List > Subject: Re: Shutdown > > > Same

RE: can't use cron

2001-04-03 Thread Kuhar, Mike
If you're trying to add the line as given: 0 1 * * 5 root /root/update remove the word root after the number 5. This field is for a command, not a user. You might also want to clean it up so that any test output is handled correctly, such as: 0 1 * * 5 /root/update > /dev/null 2>&1 # Some

RE: Q: Mass Text convert Linux-DOS?

2001-03-30 Thread Kuhar, Mike
Jonathan, The command /usr/vin/fromdos will convert text files from/to dos. I think it might be easier to use than recode. Good luck. -mk > -Original Message- > From: Christopher Mosley [mailto:[EMAIL PROTECTED] > Sent: Friday, March 30, 2001 12:18 PM > To: Erik Steffl > Cc: Debian Lis

RE: setting up autofs

2001-03-29 Thread Kuhar, Mike
Two things, Robert. Make sure that autofs is built into your kernel. And to start off, use a copy of /etc/auto.master.dpkg-dist and /etc/auto.misc.dpkg-dist into /etc/auto.master and /etc/auto.misc to get you going with a good example. I would make one change, however. In /etc/auto.master, chan

RE: apt cache clean

2001-03-21 Thread Kuhar, Mike
Yes, Matthieu Try: apt-get autoclean This will remove all older package versions. -mk > -Original Message- > From: Matthieu Paindavoine [mailto:[EMAIL PROTECTED] > Sent: Monday, March 19, 2001 11:23 PM > To: debian-user@lists.debian.org > Subject: apt cache clean > > > Hello, > > I

RE: 1 linux box: 10 simultaneous telnet sessions

2001-03-21 Thread Kuhar, Mike
Joe, 8 telnet sessions will cause no undo hardships on your system. Just make sure that the TERM variable is set correctly for the terminal emulation you're using. -mk > -Original Message- > From: Joris Lambrecht [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 21, 2001 7:15 AM > To:

RE: quick howto-command questions?

2001-03-20 Thread Kuhar, Mike
If you're just interested in the current directory for #1, 3 and 4, they are just variations of: ls -la | wc -l or ls -la *.c If you want to look down a subdirectory tree use: find . -name \*.c -print | wc -l -mk > -Original Message- > From: David B. Harris [mailto:[EMAIL PROTECTED]

RE: 593964

2001-03-08 Thread Kuhar, Mike
? -Original Message- From: debian-user@lists.debian.org [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 07, 2001 3:28 PM To: debian-user@lists.debian.org Subject: 593964