Re: [SLUG] How to type ^M

2001-11-28 Thread Michael Covi
If i were you i'd do it in perl. Much easier for us mere mortals. Something like #!/usr/bin/perl -w use strict; my $i; my @list; open IN, "< /etc/group" or die "Can't open /etc/group\n"; while () { chomp; @list = split /[:,]/; $i = 3; if ( defined $list[$i] )

Re: [SLUG] Executing M$ / Macs Apps remotely

2001-11-25 Thread Michael Covi
vmware sucks. Your forced to pay to upgrade all the time if you run up to date kernels. It's also way to expensive at $600 a pop. The've got you in a much bigger vice than even ms does Whats the story with win4lin? On Mon, 26 Nov 2001 11:11, Christopher Booth wrote: > This message from the arc

Re: [SLUG] BIOS upgrade (OT... a bit)

2001-11-21 Thread Michael Covi
I wish i remember the name, but i'm sure someone else on the list could point you in the right direction, What about the linux project where you don't use bios and flash the linux kernel directly into the flash instead. On Wed, 21 Nov 2001 21:54, you wrote: > Hi slugs, > > I decided to upgrade

Re: [SLUG] [foster@dim.ucsd.edu: [SUN] Linux on Sun Sparc hardware]

2001-11-20 Thread Michael Covi
In my experience it will work surprisingly well. I tried it on some real old sun hardware before and was pleasently surprised as long as you use a lightweight window manager. You could watch elightenment redraw the screen. KDE was ok but i think it was version 1. From memory i think i installed

Re: [SLUG] How to type ^M

2001-11-12 Thread Michael Covi
Thanks! Excellent! :) Doing it by hand with vi, as i ended up having to do, went against all good principles! :) On Mon, 12 Nov 2001 23:37, Andre Pang wrote: > On Mon, Nov 12, 2001 at 11:30:47PM +1100, Michael Covi wrote: > > Does anyone know how to type ^M so it appears as the actua

[SLUG] How to type ^M

2001-11-12 Thread Michael Covi
Does anyone know how to type ^M so it appears as the actual control character? I was stuck trying to convert some scripts from dos to unix format on a very small root filesystem. It did have sed but how the hell do you type in the character to match it and eliminate it? -- SLUG - Sydney Linux

Re: [SLUG] /proc/kcore

2001-11-12 Thread Michael Covi
On Mon, 12 Nov 2001 09:16, Stuart Cooper wrote: > > Dumping /proc/kcore made a horrible screeching noise that seemed to > > come from my motherboard, maybe the system speaker. Was it trying to > > tell me the stuff was coming too quickly for the I/O devices or > > something like that? > > It's say

Re: [SLUG] Where to get X10

2001-04-26 Thread Michael Covi
Well i have more than one machine. The only one directly connected is a firewall. One machine retrieves email to get the commands. The emails are encrypted and have to come from the right source. Probably not perfect but not to bad. Also I'm only turning on/off a few lights to start with so it's

[SLUG] Where to get X10

2001-04-26 Thread Michael Covi
Does anyone know where you can buy this stuff in sydney? It would be so cool to be able to control the house from a linux box. Especially when the optus cable modem gets connected next week and i have a perminent connection. -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/

Re: [SLUG] RH7.1 install suggestions

2001-04-23 Thread Michael Covi
Partition magics fine. Just don't have a power failure like i did. > > On another note: > Has anyone tried "Partition Magic 5.01" with Linux partitions? > OK to use?? Other options??? -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://slug.org.au/lists/listi

Re: [SLUG] Re: Ghosting HDD's..

2001-03-27 Thread Michael Covi
rsync is really nice for copying this stuff. Handles device files soft/hard links no problem and will work between hosts. Best thing since sliced bread! :))) On Tue, 27 Mar 2001, Howard Lowndes wrote: > Date: Tue, 27 Mar 2001 16:13:31 +1000 (EST) > From: Howard Lowndes <[EMAIL PROTECTED]> > To:

Re: [SLUG] xfree86

2001-03-22 Thread Michael Covi
There is a 3.3.6 driver for it. You can download it from intel. It's rpm format which alien will turn into a deb for you. You also need the agpgart kernel module and maybe something else(don't remember to long ago) but there website has all you need to know to get it working. On Fri, 23 Mar 2001

RE: [SLUG] Digital camera's for linux (fwd)

2001-03-21 Thread Michael Covi
Sorry I am showing my ignorance. Yes it's definatly not the digital camera. Just one of those ones you plug into a usb/serial/parallel port. If thats a webcam. That's what i'm after. Thanks Alister! :))) I just want to take some pic's of my fish tanks around the house. On Tue, 20 Mar 2001, A

Re: [SLUG] kde virus-like menu masher

2001-03-20 Thread Michael Covi
I think your kicking the wrong cat. KDE is not doing these things it is the debian packaging thats causing your dramas. On Wed, 21 Mar 2001, Nick Croft wrote: > Date: Wed, 21 Mar 2001 09:17:04 +1100 (EST) > From: Nick Croft <[EMAIL PROTECTED]> > To: David Kempe <[EMAIL PROTECTED]> > Cc: [EMAIL P

Re: [SLUG] Digital camera's for linux

2001-03-19 Thread Michael Covi
Digital camera's for linux > > Michael Covi wrote: > > > > Looks like a wonderfull camera. A bit out of my price range. I should have > > said i was after one of the ones that you just plug straight into the pc > > for only a $100-$300 > > In other words, you wan

Re: [SLUG] Digital camera's for linux

2001-03-19 Thread Michael Covi
ED]> > To: [EMAIL PROTECTED], [EMAIL PROTECTED] > Subject: Re: [SLUG] Digital camera's for linux > > Michael Covi wrote: > > > > Hi Sluggers, > > > > I wanted to get a digital camera for linux. I know nothing about this. > > Anyone got any recomenda

[SLUG] Digital camera's for linux

2001-03-19 Thread Michael Covi
Hi Sluggers, I wanted to get a digital camera for linux. I know nothing about this. Anyone got any recomendations? My friend bought a logitech and it only works on windows so for sure that brand is out. thanks! mick -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Inf

Re: [SLUG] why so many nmbd processes?

2001-03-07 Thread Michael Covi
As soon as theres any traffic on that port they will fire up and stay there straight away. It's nothing to worry about it's normal behaviour. On Thu, 8 Mar 2001, Dave Fitch wrote: > Date: Thu, 08 Mar 2001 15:41:39 +1100 > From: Dave Fitch <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re

Re: [SLUG] Xfree User Problems

2001-03-07 Thread Michael Covi
Define a sudo for startx ? On Thu, 8 Mar 2001, Scott Ragen wrote: > Date: Thu, 08 Mar 2001 12:42:04 +1100 > From: Scott Ragen <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [SLUG] Xfree User Problems > > I try to login as a normal user into xfree, by typing either startx or X and > I ge

Re: [SLUG] why so many nmbd processes?

2001-03-07 Thread Michael Covi
I believe inetd only responds to connections not broadcasts. nmbd needs to deal with broadcasts so hence the need for the daemon to stay active? It sounds good but maybe someone with more experience might be able to confirm this? On Thu, 8 Mar 2001, Dave Fitch wrote: > Michael Covi <

Re: [SLUG] Open Government- No linux interface for BAS lodgement.

2001-03-07 Thread Michael Covi
but it's a microsoft product! Surely it's so easy to use you don't need any prior experience! ;)) On Thu, 8 Mar 2001, enterfornone wrote: > Date: Thu, 08 Mar 2001 10:02:47 +1100 > From: enterfornone <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: [SLUG] Open Government- No linux inter

Re: [SLUG] ppp && sockets

2001-03-06 Thread Michael Covi
By default these days pppd sets the default route to the ppp connection. Are you using the nodefaultroute option to pppd? on my debian system it's in the /etc/ppp/options file. You'll notice the default route points to the local network. On Wed, 7 Mar 2001, Nick Croft wrote: > Date: Wed, 07 Mar

Re: [SLUG] Ripping files out of an RPM

2001-03-06 Thread Michael Covi
Run alien on them to turn them into debs! Your milage may vary but at least then you can use dpkg to rip out the contents. On Wed, 7 Mar 2001, Tony Green wrote: > Date: Wed, 07 Mar 2001 10:06:14 +1100 > From: Tony Green <[EMAIL PROTECTED]> > To: Steven downing <[EMAIL PROTECTED]> > Cc: [EMAIL P

Re: [SLUG] ppp && sockets

2001-03-06 Thread Michael Covi
Are you sure you've got your resolv.conf/nsswitch.conf setup right? Sounds like you've got a name resolution/dns problem. On Wed, 7 Mar 2001, Nick Croft wrote: > Date: Wed, 07 Mar 2001 09:56:25 +1100 (EST) > From: Nick Croft <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: [SLUG] ppp && so

Re: [SLUG] Securing run level 1?

2001-03-05 Thread Michael Covi
I don't see how it could be encrypted in the mbr. What is running at that stage to decrypt it? Should be easy enough to check if you have a little spare time. On Tue, 6 Mar 2001, Martin wrote: > Date: Tue, 06 Mar 2001 12:18:46 +1100 > From: Martin <[EMAIL PROTECTED]> > To: Shaun Cloherty <[EMAI

Re: [SLUG] Securing run level 1?

2001-03-05 Thread Michael Covi
Why don't you have a look in the startup scripts and instead of running the shell run sulogin instead? On Tue, 6 Mar 2001, Shaun Cloherty wrote: > Date: Tue, 06 Mar 2001 11:51:00 +1100 > From: Shaun Cloherty <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: [SLUG] Securing run level 1?

Re: [SLUG] ResierFS dependancies?

2001-02-26 Thread Michael Covi
It's in 2.4.1 and later. On Tue, 27 Feb 2001, Alexander Else wrote: > Date: Tue, 27 Feb 2001 14:11:51 +1100 (EST) > From: Alexander Else <[EMAIL PROTECTED]> > To: Dionysus <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: [SLUG] ResierFS dependancies? > > > On Tue, 27 Feb 2001, Diony