Re: [SLUG] Multiple Offices with redundant DSL Connection

2008-07-15 Thread Daniel Pittman
Sven Peters [EMAIL PROTECTED] writes: G'day Sven. As an administrative note, I find it much easier to respond to your messages if you edit your comments inline rather than top-posting like this; it can be otherwise impossible to know what, exactly, you mean... Yes, you're right. ...by this,

[SLUG] Cannot access paypal using F'fox on Dapper

2008-07-15 Thread elliott-brennan
Hi all, I'm having a weird problem with the paypal site. I cannot access it with 2.0.0.15 (Dapper). V3 doesn't install in Dapper. I can access it with Opera 9.5 - same machine. I can access it at home with XP (dual-boot with Hardy) and F'Fox 2.0.0.14 and now 3. I can access it with Hardy

Re: [SLUG] Multiple Offices with redundant DSL Connection

2008-07-15 Thread david . lyon
Quoting Sven Peters [EMAIL PROTECTED]: VPNwise I was thinking about OpenVPN but still open to any other products which are open source. OpenVPN is pretty good in my opinion. Most of the other designs (poptop) are implementations/copies of PPTP which is a proprietory format. I've used

[SLUG] script help

2008-07-15 Thread Voytek Eymont
I'm trying to put together a basic script to get 'on demand' traffic info to my handheld, all commands more or less work as desired, but, I would like to make a 'proper script' out of it: I guess I should put the 'temp' files in /var/tmp ? and, send screen output to /dev/null ? any help or

Re: [SLUG] script help

2008-07-15 Thread daveg
For starters I guess you could throw in a -q to wget to stop it from outputting but I guess sending output to /dev/null (as long as you aren't fussed when things fail) should be enough. Quoting Voytek Eymont [EMAIL PROTECTED]: I'm trying to put together a basic script to get 'on demand'

Re: [SLUG] script help

2008-07-15 Thread daveg
#!/bin/bash trafrep=$(lynx -dump http://rta.nsw.gov.au/trafficreports/sydney/sydney_east_inner_west.html | sed -n -e '/Last refreshed/{:a;N;/Road Works/!ba;p;}') wget -q http://rta.nsw.gov.au/trafficreports/cameras/camera_images/citywestlink.jpg -O- | jpegtran -rotate 270 citymap.jpg mutt

[SLUG] merging pdf

2008-07-15 Thread Daryl Thompson
I have a PDF document that is in parts and i need to merge them into one PDF. I have know idea can any any help me please -- Daryl Thompson [EMAIL PROTECTED] -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs:

Re: [SLUG] merging pdf

2008-07-15 Thread Rev Simon Rumble
This one time, at band camp, Daryl Thompson wrote: I have a PDF document that is in parts and i need to merge them into one PDF. I have know idea can any any help me please $ man pdfjoin PDFJOIN(1) NAME pdfjoin - concatenate the multiple PDF files into a single file [snip] On

Re: [SLUG] merging pdf

2008-07-15 Thread Dean Hamstead
see pdfjoin as part of the pdfjam package apt-cache search pdfjam Dean Daryl Thompson wrote: I have a PDF document that is in parts and i need to merge them into one PDF. I have know idea can any any help me please -- http://fragfest.com.au -- SLUG - Sydney Linux User's Group Mailing List -

Re: [SLUG] script help

2008-07-15 Thread Peter Hardy
On Wed, 2008-07-16 at 09:39 +1000, Voytek Eymont wrote: I'm trying to put together a basic script to get 'on demand' traffic info to my handheld, all commands more or less work as desired, but, I would like to make a 'proper script' out of it: I guess I should put the 'temp' files in

Re: [SLUG] merging pdf

2008-07-15 Thread Daryl Thompson
Thanks for you help Got it done with information you supplied -Original Message- From: Rev Simon Rumble [EMAIL PROTECTED] To: slug@slug.org.au Subject: Re: [SLUG] merging pdf Date: Wed, 16 Jul 2008 12:08:57 +1000 This one time, at band camp, Daryl Thompson wrote: I have a PDF document

Re: [SLUG] merging pdf

2008-07-15 Thread david
On Wed, 2008-07-16 at 12:14 +1000, Dean Hamstead wrote: see pdfjoin as part of the pdfjam package apt-cache search pdfjam Dean Daryl Thompson wrote: I have a PDF document that is in parts and i need to merge them into one PDF. I have know idea can any any help me please I use