Re: [SLUG] perl quicky

2000-10-13 Thread Herbert Xu
Matthew Dalton [EMAIL PROTECTED] wrote: Friday afternoon blues #!/usr/bin/perl # only works on Linux :) $pid = `ps | grep $0 | grep perl | grep -v grep | cut -d " " -f 1`; chomp($pid); print `ls /proc/$pid -l | grep cwd | sed -e 's/.*cwd - //g'`; There is a /proc/self you know :) --

[SLUG] Wacky Linux Game and XFree4 GLX...

2000-10-13 Thread Jeff Waugh
Mornink SLUGgers... Found this little gem: http://pluto.spaceports.com/~zman/armagetron/ And there's always Tux Racer (URL of which I don't have handy, but it's been getting lots of press - FreshForgeMeatSlash will have it, I'm sure). Trouble is, I cannae run them! :o tuxracer: error

Re: [SLUG] Wacky Linux Game and XFree4 GLX...

2000-10-13 Thread Anand Kumria
On Fri, Oct 13, 2000 at 08:57:35PM +1100, Jeff Waugh wrote: Mornink SLUGgers... Found this little gem: http://pluto.spaceports.com/~zman/armagetron/ Excellent. Apparently already in woody. *blink*. Anyone have any idea how to fix this? I have the XFree4 glx module included, etc...

[SLUG] WYSIWYG HTML editors and a bigpond question

2000-10-13 Thread Graeme Merrall
Does anyone know of a good WYSIWYG editor for X? I've got some boring boring HTML stuff I need to do and I know of know useful package. Worse still Dreamweaveri won't run in Win4Lin so I need to go to darn Win98. I think Staroffice has one but I'm not gonna download that for just this thing :)

[SLUG] perl help

2000-10-13 Thread HotToast19
To whom it may concern: I have basic html and vbscript knowledge and I am wanting to make a searchable database. I have 135 names numbers and addresses that I would like to make available through a search (like my own little yahoo directory). Though I want to be able to have it so i can

[SLUG] Debian and VA

2000-10-13 Thread John Ferlito
It seems VA Linux have also discovered the one true way of Linux. They're now shipping Debian on there servers as well as Redhat :) Supposedly the first hardware vendor to support Debian. -- John The difference between a good man and a bad one is the choice of cause - William James

[SLUG] Re: Masquerading (I think)

2000-10-13 Thread Angus Lees
\begin{Jon Biddell} Oh, gateway can browse http pages, but not https. tcpdump is your friend. tcpdump everywhere and see what is being blocked where.. -- - Gus -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://slug.org.au/lists/listinfo/slug

Re: [SLUG] Masquerading (I think)

2000-10-13 Thread chesty
On Fri, Oct 13, 2000 at 08:26:26PM +1000, Jon Biddell wrote: 1. Everything internally can ping everything else. 2. Gateway can ping the 'net. 3. Nothing else can ping the 'net. Theres a kernel option to masquerade ICMP traffic, CONFIG_IP_MASQUERADE_ICMP, perhaps its turned off. 4. (This is

Re: [SLUG] Debian and VA

2000-10-13 Thread Jeff Waugh
It seems VA Linux have also discovered the one true way of Linux. They're now shipping Debian on there servers as well as Redhat :) Supposedly the first hardware vendor to support Debian. They're smart cookies it seems. Not sure about shipping, but they've certainly been Debian people for

RE: [SLUG] Masquerading (I think)

2000-10-13 Thread Dave Kempe
also for ipchains i've found it helpful to use ipchains -L -n prints out the current chains and their rules etc. useful if somehting is stuck in there then you can flush them with ipchains --flush dave -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: