Re: [SLUG] bigpond cable modem and any old DHCP client?

2008-02-06 Thread Jamie Wilkinson
This one time, at band camp, Barrie Hall wrote:

 Does anyone have experience with BigPond cable?

 Specifically, is it possible to use the SB-5101 modem and plug in a
 DHCP-client wireless router on the ethernet side, or does BigPond still
 require a custom login tool running on the client?


 You no longer require any type of login/heartbeat client to connect to BP 
 Cable.

Thansk all three of you.  I figured as much about heartbeat from the
whirpool pages, and thanks for clarifying the DHCP situation too.
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] woops

2008-02-06 Thread Bruce Bruen
(s'pose you've seen it all before but..)

Just made a little mistake, using randrtray I set the kde resolution to 
320x240   
yeegawdIaintseennothinglikethatsincethosefunnymushroompancakesmymumusetofeedmeon
 
wednesdays

oh well, still fighting with VBox trying to set up a CD/DVD server using a 
bunch of iso images.

I guess I'll just have to go back to reading those ANSI97 COBOL manuals.  At 
least they made sense.

-- 
regards

Bruce
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] headless servers

2008-02-06 Thread Bruce Bruen
On an entirely differnet theme.

Some time ago, it used to be possible to convince certain BIOS versions that 
they had a keyboard attached by shorting the PS/2 pins 3  4 with a 100K 
resistor.  Trying it today with a certain (Compaq Presario desktop P3) box, 
it doesn't seem to work.

This is a typical Compaq ATX board (and by that I dont mean typical). Anyone 
got any good ideas?
 
-- 
regards

Bruce
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] headless servers

2008-02-06 Thread Sonia Hamilton
On Wed, 2008-02-06 at 23:54 +1100, Bruce Bruen wrote:
 Some time ago, it used to be possible to convince certain BIOS versions 
 that 
 they had a keyboard attached by shorting the PS/2 pins 3  4 with a 100K 
 resistor.  Trying it today with a certain (Compaq Presario desktop P3) box, 
 it doesn't seem to work.
 
 This is a typical Compaq ATX board (and by that I dont mean typical). Anyone 
 got any good ideas?

If what you're trying to achieve is booting a machine without an
attached keyboard, many BIOS's allow you to boot and ignore errors.

-- 
Sonia Hamilton
blog: http://SoniaHamilton.wordpress.com

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] A Javascript problem

2008-02-06 Thread Leslie Katz
My problem isn't strictly speaking a Linux one, but I've tried to get a 
solution to it in more Javascript-targeted places without success and so 
am trying this list.


I added a search box to my blog. A person chooses whether to search just 
my blog or the Web. I tested it and it worked, subject to one problem: 
when I searched my blog only, I got some hits that consisted of many 
posts. I wanted the hits to consist of individual posts only.


I found a way to limit hits from a search of my blog to individual posts 
only. It involved automatically adding inurl:post to a search as it's 
sent off to Google.


Here's the code:

form method=get action=http://www.google.com/search; target=new
onsubmit='document.getElementById(q).value +=  inurl:post;'

input type=text   name=q size=45 id=q
maxlength=255 value= /
input type=submit style=cursor:pointer; font-size:10px; 
value=Google Search /

input type=radio  name=sitesearch value= /
Web *
input type=radio  name=sitesearch
value=stumblng.tumblr.com checked / The Stumblng Tumblr *br /

/form

However, there's a problem with the above. As well as adding 
inurl:post to searches of my blog, it also adds it to searches of the 
Web, which makes the latter type of search useless.


How can I change the above code so that inurl:post is only added to 
searches of my blog and not to searches of the web?


Thanks for reading this,

Leslie
--
Visit http://stumblng.tumblr.com
An Australian lawyer's tumblelog about things (some legal, most not) 
that you might otherwise have missed

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] A Javascript problem

2008-02-06 Thread Rick Welykochy

Leslie Katz wrote:


Here's the code:

form method=get action=http://www.google.com/search; target=new
onsubmit='document.getElementById(q).value +=  inurl:post;'

input type=text   name=q size=45 id=q
maxlength=255 value= /
input type=submit style=cursor:pointer; font-size:10px; 
value=Google Search /

input type=radio  name=sitesearch value= /
Web *
input type=radio  name=sitesearch
value=stumblng.tumblr.com checked / The Stumblng Tumblr *br /

/form

However, there's a problem with the above. As well as adding 
inurl:post to searches of my blog, it also adds it to searches of the 
Web, which makes the latter type of search useless.


How can I change the above code so that inurl:post is only added to 
searches of my blog and not to searches of the web?


Javascript supports the C ternary operator
(ref: http://www.webmasterworld.com/forum91/513.htm)
e.g.

a = (b = 0) ? +1 : -1;

This is untried, but something along the following lines should do it:

form method=get action=http://www.google.com/search; target=new
onsubmit='document.getElementById(q).value += document.getElementById(sitesearch)== ? 
 :  inurl:post;'


cheers
rickw


--
_
Rick Welykochy || Praxis Services

Say what you will about the miracle of unquestioning faith, I consider 
a capacity for it terrifying and absolutely vile.

-- Howard W Campbell in Kurt Vonnegut Jr's Mother Night
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] Games / Interactive learnign for kids/babies 6m -18m

2008-02-06 Thread Alex Samad
Hi

I was wondering if any one has any recommendation for some interactive kids 
programmes for learning/playing that i can get for linux.  I currently have a 
spare keyboard that the little bashes on, but I would like to have something 
happen on the screen as well and hopefully maybe learn some things as well?

Alex


-- I always jest to people, the Oval Office is the kind of place where people 
stand outside, they're getting ready to come in and tell me what for, and they 
walk in and get overwhelmed in the atmosphere, and they say, man, you're 
looking pretty.

- George W. Bush
11/04/2004
Washington, DC


signature.asc
Description: Digital signature
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

[SLUG] how to change first day of week in Gnome?

2008-02-06 Thread Sonia Hamilton
(Ubuntu 7.10)

The calendar that comes with Gnome (when you click the date) lists the
first day of the week as Sunday - how would I change it to Monday?

I've right clicked on stuff, looked in System, Preferences; didn't find
anything. I've also dredged thru gconf-editor - only close setting 
('week_start_day') applies to Evolution.

-- 
Sonia Hamilton
blog: http://SoniaHamilton.wordpress.com

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] how to change first day of week in Gnome?

2008-02-06 Thread Nigel Allen

*
http://tinyurl.com/2frbtn

*HTH

Nigel.



Nigel Allen 
Managing Director
Electronic Document Registry Systems
Phone:
Fax:
Mobile:
Web:
+61 2 9450 2690
+61 2 9450 2691
+61 4 1494 5269
http://www.edrs.com.au

EDRS
DataSafe^(TM) - Saving over 80% of your postage costs



On 7/02/2008 6:28 AM, Sonia Hamilton wrote:

(Ubuntu 7.10)

The calendar that comes with Gnome (when you click the date) lists the
first day of the week as Sunday - how would I change it to Monday?

I've right clicked on stuff, looked in System, Preferences; didn't find
anything. I've also dredged thru gconf-editor - only close setting 
('week_start_day') applies to Evolution.


  

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] how to change first day of week in Gnome?

2008-02-06 Thread Sonia Hamilton
On Thu, 2008-02-07 at 10:02 +1100, Nigel Allen wrote:
 *
 http://tinyurl.com/2frbtn
 

Thanks Nigel!


-- 
Sonia Hamilton
blog: http://SoniaHamilton.wordpress.com

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] headless servers

2008-02-06 Thread Peter Hardy
On Wed, 2008-02-06 at 23:54 +1100, Bruce Bruen wrote:
 On an entirely differnet theme.
 
 Some time ago, it used to be possible to convince certain BIOS versions 
 that 
 they had a keyboard attached by shorting the PS/2 pins 3  4 with a 100K 
 resistor.  Trying it today with a certain (Compaq Presario desktop P3) box, 
 it doesn't seem to work.
 
 This is a typical Compaq ATX board (and by that I dont mean typical). Anyone 
 got any good ideas?

Many many years ago, Jamie Honan gave a talk at SLUG about a little
microcontroller kit he hacked up to emulate a PS/2 keyboard, to solve
precisely this problem.

http://www.progsoc.uts.edu.au/~jhonan/havr-go/havr-go.html

-- 
Pete

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] Gateway antivirus - Anyone know of prior (1995) art?

2008-02-06 Thread Morgan Storey
Barracuda who bundle clamav with their smtp gateway are being sued by Trend
and are asking for assistance to OSS in regards to prior art.
See:
http://searchsecurity.techtarget.com/news/article/0,289142,sid14_gci1296559,00.html?track=sy160asrc=RSS_RSS-10_160

So basically Barracuda are being sued for integrating ClamAV into their smtp
gateway to do av, something Trend spuriously Patented in 1995. This
hopefully imposes (and I'd say it does) on prior art. Someone in the OSS
community must have been doing smtp/ftp gateway av scanning pre-1995,
surely. So thats what this is all about, a call to action.

Now I am not from Barracuda, but I have used them and they are pretty good,
I have also used trend... and it is pretty bad. I am sure NetboxBlue does
this as well and surely there is some prior art there too...

Regards Morgan.
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Thunderbird question

2008-02-06 Thread bill

Check out

http://nic-nac-project.de/~kaosmos/mboximport-en.html

which is  an Impor/EXport Tools script for Thunderbird

Bill



Subject:
Re: [SLUG] Thunderbird question
From:
Sonia Hamilton [EMAIL PROTECTED]
Date:
Tue, 05 Feb 2008 20:41:24 -0600
To:
slug@slug.org.au

To:
slug@slug.org.au


On Tue, 2008-02-05 at 20:44 +1100, DaZZa wrote:
  

OK all you Thunderbird gurus.

I have a number of message which have been exported from an, erm,
lesser email program into a .eml file on an individual basis.

I can open them in Thunderbird by browsing to the relevent folder and
double clicking - however, I want to actually import them back into
the inbox.

Does anyone know how I can do this? It's driving me nuts!



--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Games / Interactive learnign for kids/babies 6m -18m

2008-02-06 Thread Steven Tucker

Alex Samad wrote:

Hi

I was wondering if any one has any recommendation for some interactive kids 
programmes for learning/playing that i can get for linux.  I currently have a 
spare keyboard that the little bashes on, but I would like to have something 
happen on the screen as well and hopefully maybe learn some things as well?


Alex
  


My son loves Gcompris and childsplay (Both in the debian repos), he has 
been playing them since he was just over 2 (now 3). He has absolutely 
amazed me with what he was almost instantly able to do. He now plays 
games where he points the mouse and clicks on stuff (pretty kewl 
considering it took him about a week to master compared to my retired 
parents who still have mouse problems) and can now navigate through the 
programs, changing games when he gets bored. He also very quickly 
started enjoying a game where letters fall down the screen and you have 
to press them on the keyboard before they reach the bottom. He knows 
every letter of the alphabet since playing that game.


I also bought about 5 educational games for him to play which work 
perfectly under wine, but would you believe he went straight back to 
gcompris and childsplay, they keep his interest much more than the 
commercial stuff I bought, and on top of that, he gets far more 
education out of them.

They are very well thought out games which deserve a lot more recognition.

He also loves the wiggles website where he plays the flash games.

All this stuff may be for children a bit older than what you were asking 
for, but definitely good to keep in mind, just blink and they will be 3.


Tuxta
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] A Javascript problem

2008-02-06 Thread Leslie Katz

rickw,

Thanks very much for taking the trouble to reply.

I'll now read and try to understand the material to which you gave me 
the link, so that I'll be able to understand the code you kindly 
provided too.


Thanks again,

Leslie

--
Visit http://stumblng.tumblr.com
An Australian lawyer's tumblelog of things (some about law, most not) 
that you might otherwise have missed

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] Re: A Javascript problem

2008-02-06 Thread Rick Welykochy

Leslie Katz wrote:


Thanks very much for taking the trouble to reply.


Hey, no prob. You're welcome.

I'll now read and try to understand the material to which you gave me 
the link, so that I'll be able to understand the code you kindly 
provided too.


I already noticed a bug in what I wrote. The code refers to an
ID for the two input boxes, so add them to the HTML:

input type=radio  name=sitesearch id=sitesearch
value= / Web *

input type=radio  name=sitesearch id=sitesearch
value=stumblng.tumblr.com checked / The Stumblng Tumblr *


cheers
rick




--
_
Rick Welykochy || Praxis Services

Say what you will about the miracle of unquestioning faith, I consider 
a capacity for it terrifying and absolutely vile.

-- Howard W Campbell in Kurt Vonnegut Jr's Mother Night
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] A Javascript problem

2008-02-06 Thread Leslie Katz

Rick,

I copied and pasted your suggested changes into my material, but 
unfortunately inurl:post was still added to the search query when the 
Web search button was chosen, as well as when the button for my blog was 
chosen.


Just to confirm, here's what I had in the relevant section after making 
your changes:


form method=get action=http://www.google.com/search; target=new
onsubmit='document.getElementById(q).value += 
document.getElementById(sitesearch)== ?  :  inurl:post;'

input type=text   name=q size=45 id=q
maxlength=255 value= /
input type=submit style=cursor:pointer; font-size:10px; 
value=Google Search /

input type=radio  name=sitesearch id=sitesearch value= /
Web *
input type=radio  name=sitesearch id=sitesearch
value=stumblng.tumblr.com checked / The Stumblng Tumblr *br /

/form

If you have any further suggestions, I'd be very grateful.

Thanks again,

Leslie

Rick Welykochy wrote:

I already noticed a bug in what I wrote. The code refers to an
ID for the two input boxes, so add them to the HTML:

input type=radio  name=sitesearch id=sitesearch
value= / Web *

input type=radio  name=sitesearch id=sitesearch
value=stumblng.tumblr.com checked / The Stumblng Tumblr *


cheers
rick






--
Visit http://stumblng.tumblr.com
An Australian lawyer's tumblelog of things (some about law, most not) 
that you might otherwise have missed

--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html