[SLUG] GNOME 2.2 RC1: 1.21 Jigawatts is out!

2003-01-12 Thread Jeff Waugh
Hey everyone,

If you're an avid GNOME user, you might want to try out our latest release
candidate. We're only a couple of weeks away from our final 2.2 release, so
we're very keen to get more people testing! :-)

  http://ftp.gnome.org/pub/GNOME/desktop/2.1/2.1.90/sources/README

Plus, there's a list of cool new features on the 2.1 start page:

  http://www.gnome.org/start/2.1/

Thanks,

- Jeff

-- 
 It's not just a song! It's a document of my life!  
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



[SLUG] remove all control characters from a file

2003-01-12 Thread scott
Hi all,
Is there a way to remove all control characters from a file?
eg: I have a file that has characters: ^M, ^@, ^L, etc which need to be 
removed, but the file also contains: á and alike that need to stay.
How could I accomplish this?

TIA

Scott

-- 
Scott Ragen
Support Manager/IT Administrator
Roadtech Systems
www.roadtechsystems.com.au
PH: +61 2 9807 3516 FAX: +61 2 9808 5294
--
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



[SLUG] transparency scanner (slides and negatives)

2003-01-12 Thread Graeme Robinson
Faced with a task (450+ slides to scan) and finding no-one who'll do it
for less than $1.50 a slide I've decided to obtain a slide scanner (that
also handles 35mm negative).

I've found the list of sane supported scanners here:
http://www.mostang.com/sane/sane-backends.html
and  more USB here:
http://www.buzzard.org.uk/jonathan/scanners-usb.html

Searching the archives I can't find much discussion on transparency 
scanners. Do any SLUGers have one? Any feedback or recommendations 
appreciated - thanks in advance.

Oh, and if you've got one you want to sell me second hand I'm also 
interested!

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] remove all control characters from a file

2003-01-12 Thread Christopher Vance
On Mon, Jan 13, 2003 at 11:08:38AM +1000, [EMAIL PROTECTED] wrote:
: Is there a way to remove all control characters from a file?
: eg: I have a file that has characters: ^M, ^@, ^L, etc which need to be 
: removed, but the file also contains: á and alike that need to stay.
: How could I accomplish this?

Check tr -d.  You might also want to use -c.

Don't forget that ^J is NL, which you probably want to keep.

-- 
Christopher Vance
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] remove all control characters from a file

2003-01-12 Thread Colin Humphreys
On Mon, Jan 13, 2003 at 11:08:38AM +1000, [EMAIL PROTECTED] wrote:
 Hi all,
 Is there a way to remove all control characters from a file?
 eg: I have a file that has characters: ^M, ^@, ^L, etc which need to be 
 removed, but the file also contains: á and alike that need to stay.
 How could I accomplish this?

You can remove specific ones using tr:

cat root.tdh | tr -d '\015'

Would remove all ^M chars from the output...

see http://www.encypher.net/ascii/ for an ascii table. (Sorry for the
poor contrast, must fix that some time)

-Colin

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



[SLUG] Data acqusition (infrared) and linux

2003-01-12 Thread Jobst Schmalenbach

All,

I need a card which can do infrared and is ok for Linux
(meaning you can get hold of the port numbers etc).


Anybody got any pointers?



jobst





-- 
Computing power increases as the square of the cost. If you want to do it twice as 
cheaply, you have to do it four times as fast.

 __, Jobst Schmalenbach, [EMAIL PROTECTED], Technical Director
   _ _.--'-n_/   Barrett Consulting Group P/L  The Meditation Room P/L  
 -(_)--(_)=  +61 3 9532 7677, POBox 277, Caulfield South, 3162, Australia
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] Data acqusition (infrared) and linux

2003-01-12 Thread Anthony Wood
Hi,

Many motherboards have IR pins built in, all you need is something to
plug into them, I bought an ActiSys IR210 one from www.widget.com.au
(now $87), but you have to check whether your motherboard's IR chip is
supported by linux.  Easier is an IR dongle which plugs into your
serial port, I think ActiSys IR220+ ($99) has its own kernel module
in the source.

cheers,
Woody

On Mon, Jan 13, 2003 at 12:03:35PM +1100, Jobst Schmalenbach wrote:
 
 All,
 
 I need a card which can do infrared and is ok for Linux
 (meaning you can get hold of the port numbers etc).
 
 
 Anybody got any pointers?
 
 
 
 jobst
 
 
 
 
 
 -- 
 Computing power increases as the square of the cost. If you want to do it twice as 
cheaply, you have to do it four times as fast.
 
  __, Jobst Schmalenbach, [EMAIL PROTECTED], Technical Director
_ _.--'-n_/   Barrett Consulting Group P/L  The Meditation Room P/L  
  -(_)--(_)=  +61 3 9532 7677, POBox 277, Caulfield South, 3162, Australia
 -- 
 SLUG - Sydney Linux User's Group - http://slug.org.au/
 More Info: http://lists.slug.org.au/listinfo/slug

-- 
Woody
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



[SLUG] Domino under Linux

2003-01-12 Thread mkraus
G'day all,

Does anyone know if Lotus Domino, running under Linux, can connect to 
other databases? (Specifically, relational databases.)

I know it can connect via ODBC under Windows, unsure about Linux.

BTW, does ODBC only refer to a Windows paradigm?

Thanks

Mike
---
Michael S. E. Kraus
Administration
Capital Holdings Group (NSW) Pty Ltd
[EMAIL PROTECTED]
phone (02) 9955 8000 fax (02) 9955 8144
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] Domino under Linux

2003-01-12 Thread mlh
On Mon, Jan 13, 2003 at 02:58:35PM +1000, [EMAIL PROTECTED] wrote:
 Does anyone know if Lotus Domino, running under Linux, can connect to 
 other databases? (Specifically, relational databases.)
 
 I know it can connect via ODBC under Windows, unsure about Linux.
 
 BTW, does ODBC only refer to a Windows paradigm?

Well the theory is that ODBC is ODBC, so it shouldn't
matter what your coming from and going to.

The reality I suspect falls a little short of the ideal.

But, suck it and see -- there are odbc client and server bits
available under linux.


Matt
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] Data acqusition (infrared) and linux

2003-01-12 Thread Jobst Schmalenbach
On Mon, Jan 13, 2003 at 12:26:24PM +1100, Anthony Wood ([EMAIL PROTECTED]) 
wrote:
 Hi,
 
 Many motherboards have IR pins built in, all you need is something to
 plug into them, I bought an ActiSys IR210 one from www.widget.com.au
 (now $87), but you have to check whether your motherboard's IR chip is
 supported by linux.  Easier is an IR dongle which plugs into your
 serial port, I think ActiSys IR220+ ($99) has its own kernel module
 in the source.

They only READ, dont they?

I need to output IR data as well (and btw a data acquistion boad
has some other nice features as well - digital I/O).






-- 
The journey of a thousand steps begins with few hundred forgotten necessities.

 __, Jobst Schmalenbach, [EMAIL PROTECTED], Technical Director
   _ _.--'-n_/   Barrett Consulting Group P/L  The Meditation Room P/L  
 -(_)--(_)=  +61 3 9532 7677, POBox 277, Caulfield South, 3162, Australia
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] Domino under Linux

2003-01-12 Thread mkraus
Hi,

Thanks for your help. Could you elucidate a little bit more about ODBC 
connectivity under Linux. We are running Domino under Linux, and I'd like 
to be able to connect it to a RDBMS (for eg mySQL).

Thanks.

Mike
---
Michael S. E. Kraus
Administration
Capital Holdings Group (NSW) Pty Ltd
[EMAIL PROTECTED]
phone (02) 9955 8000 fax (02) 9955 8144




[EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
13/01/2003 04:28 PM

 
To: [EMAIL PROTECTED]
cc: [EMAIL PROTECTED]
Subject:Re: [SLUG] Domino under Linux


On Mon, Jan 13, 2003 at 02:58:35PM +1000, [EMAIL PROTECTED] 
wrote:
 Does anyone know if Lotus Domino, running under Linux, can connect to 
 other databases? (Specifically, relational databases.)
 
 I know it can connect via ODBC under Windows, unsure about Linux.
 
 BTW, does ODBC only refer to a Windows paradigm?

Well the theory is that ODBC is ODBC, so it shouldn't
matter what your coming from and going to.

The reality I suspect falls a little short of the ideal.

But, suck it and see -- there are odbc client and server bits
available under linux.


Matt
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] Domino under Linux

2003-01-12 Thread Jeff Waugh
quote who=[EMAIL PROTECTED]

 Thanks for your help. Could you elucidate a little bit more about ODBC
 connectivity under Linux. We are running Domino under Linux, and I'd like
 to be able to connect it to a RDBMS (for eg mySQL).

I'm pretty sure most of the Free databases have ODBC modules; PostgreSQL
(which I heartily recommend) certainly does. It works well from Access and
MSSQL.

- Jeff (yay sigmonster)

-- 
MySQL supporters are like people who believe that the moon landings
were a hoax. No matter what contrary information they're confronted 
 with, they still consider MySQL to be the best. - ttfkam  
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] Data acqusition (infrared) and linux

2003-01-12 Thread Anthony Wood
On Mon, Jan 13, 2003 at 04:36:13PM +1100, Jobst Schmalenbach wrote:
 On Mon, Jan 13, 2003 at 12:26:24PM +1100, Anthony Wood ([EMAIL PROTECTED]) 
wrote:
  Hi,
  
  Many motherboards have IR pins built in, all you need is something to
  plug into them, I bought an ActiSys IR210 one from www.widget.com.au
  (now $87), but you have to check whether your motherboard's IR chip is
  supported by linux.  Easier is an IR dongle which plugs into your
  serial port, I think ActiSys IR220+ ($99) has its own kernel module
  in the source.
 
 They only READ, dont they?

No, it syncs with my palm pilot and/or phone as well.  Basically
it's a serial cable without the cable.

 
 I need to output IR data as well (and btw a data acquistion boad
 has some other nice features as well - digital I/O).

Well these don't have any features apart from a nice black cable,
black case, black window like every other IR thingo since 1980, 4
little rubber feet and some self-adhesive velcro so you can stick it
where you like.

cheers,
Woody
  _  
 /_\
\Oo_+_oO/ - 1962 'S' Valiant
=
 U U

 
 
 
 
 
 
 -- 
 The journey of a thousand steps begins with few hundred forgotten necessities.
 
  __, Jobst Schmalenbach, [EMAIL PROTECTED], Technical Director
_ _.--'-n_/   Barrett Consulting Group P/L  The Meditation Room P/L  
  -(_)--(_)=  +61 3 9532 7677, POBox 277, Caulfield South, 3162, Australia
 -- 
 SLUG - Sydney Linux User's Group - http://slug.org.au/
 More Info: http://lists.slug.org.au/listinfo/slug

-- 
Woody
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] Domino under Linux

2003-01-12 Thread mkraus
Jeff,

I really appreciate your knowlege, however it's not giving me any 
information I need to know. I don't think I've made my question clear.

My frustration is that all documentation (that I have seen) on how to set 
up ODBC for Domino is for Lotus Domino under Windows, and I was wondering 
if anyone has done this under Linux?

Thanks heaps.

Mike
---
Michael S. E. Kraus
Administration
Capital Holdings Group (NSW) Pty Ltd
[EMAIL PROTECTED]
phone (02) 9955 8000 fax (02) 9955 8144




Jeff Waugh [EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
13/01/2003 04:43 PM

 
To: [EMAIL PROTECTED]
cc: 
Subject:Re: [SLUG] Domino under Linux


quote who=[EMAIL PROTECTED]

 Thanks for your help. Could you elucidate a little bit more about ODBC
 connectivity under Linux. We are running Domino under Linux, and I'd 
like
 to be able to connect it to a RDBMS (for eg mySQL).

I'm pretty sure most of the Free databases have ODBC modules; PostgreSQL
(which I heartily recommend) certainly does. It works well from Access and
MSSQL.

- Jeff (yay sigmonster)

-- 
MySQL supporters are like people who believe that the moon landings  
were a hoax. No matter what contrary information they're confronted  
 with, they still consider MySQL to be the best. - ttfkam  
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] Domino under Linux

2003-01-12 Thread Jeff Waugh
quote who=[EMAIL PROTECTED]

 My frustration is that all documentation (that I have seen) on how to set
 up ODBC for Domino is for Lotus Domino under Windows, and I was wondering
 if anyone has done this under Linux?

So it's a Domino-configuration-specific question, or about configuring Free
Software ODBC providers?

- Jeff

-- 
   I think we agnostics need a term for a holy war too. I feel all left
out. - George Lebl 
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] Domino under Linux

2003-01-12 Thread mkraus
Hrmm, are you grumpy with me?

It's a GNU/Linux - Domino specific configuration question.

Mike
---
Michael S. E. Kraus
Administration
Capital Holdings Group (NSW) Pty Ltd
[EMAIL PROTECTED]
phone (02) 9955 8000 fax (02) 9955 8144




Jeff Waugh [EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
13/01/2003 05:24 PM

 
To: [EMAIL PROTECTED]
cc: [EMAIL PROTECTED]
Subject:Re: [SLUG] Domino under Linux


quote who=[EMAIL PROTECTED]

 My frustration is that all documentation (that I have seen) on how to 
set
 up ODBC for Domino is for Lotus Domino under Windows, and I was 
wondering
 if anyone has done this under Linux?

So it's a Domino-configuration-specific question, or about configuring 
Free
Software ODBC providers?

- Jeff

-- 
   I think we agnostics need a term for a holy war too. I feel all left  
out. - George Lebl  
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug



Re: [SLUG] Domino under Linux

2003-01-12 Thread Jeff Waugh
quote who=[EMAIL PROTECTED]

 Hrmm, are you grumpy with me?

Heh, not at all. :-)

 It's a GNU/Linux - Domino specific configuration question.

Okay, that pretty much counts me out. ;-)

- Jeff

-- 
   I don't know whose brain child it was, but it was quite an ugly child.   
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug