Re: [SLUG] PCIe Network Carding

2006-11-14 Thread Gavin Carr
On Tue, Nov 14, 2006 at 04:18:33PM +1100, Stephen Black wrote:
 I am looking for a PCIe Network card for the my Linux machine.
 Does anybody use such a device?
 
 But I am finding it hard to find out whether the PCIe is also compatable

PCIe works fine. 

Intel does PCIe Gbit cards - they're their 'PT' cards e.g.

  
http://www.retailing.com.au/prod_140601_proddesc_INTEL_PRO_1000_PT_DESKTOP_ADAPTER_EXPI9300PT.html
  
http://www.retailing.com.au/prod_141060_proddesc_INTEL_PRO_1000_PT_SERVER_ADAPTER_EXPI9400PT.html

Cheers,
Gavin

-- 
Gavin Carr
Open Fusion - Open Source Business Solutions [ Linux - Perl - Apache ]
http://www.openfusion.com.au
- Fashion is a variable, but style is a constant - Programming Perl
-- 
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] howto convert html to pdf?

2006-11-14 Thread Sonia Hamilton
* On Tue, Nov 14, 2006 at 06:01:03PM +1100, Michael Lake wrote:
 Well it depends on how well formed the HTML is. If its crap it could be 
 hard to create neat, good looking PDF. Here are possibilities:

* On Tue, Nov 14, 2006 at 06:04:11PM +1100, Adam Kennedy wrote:
 Something like this should work for you.
 http://search.cpan.org/~audreyt/PDF-FromHTML-0.20/script/html2pdf.pl

* On Tue, Nov 14, 2006 at 06:17:22PM +1100, Craige McWhirter wrote:
 One solution would be to use html2ps then ps2pdf. I at least use ps2pdf

* On Tue, Nov 14, 2006 at 06:48:22PM +1100, David Kempe wrote:
 Funnily enough we have had a project just recently with the exact same 

* On Tue, Nov 14, 2006 at 06:55:32PM +1100, Lindsay Holmwood wrote:
 I've used mozilla2ps before to do this, then hooked it into ps2pdf for

Thanks for all your suggestions everyone - I'll now get down and RTFM and
have a bit of a play :-)

Funny thing is that we're actually scraping from my company's intranet,
but for various reasons (ie politics...) it's easier to scrape the stuff
rather than trying to get it out of the central IT Department...

-- 
Sonia Hamilton. GPG key A8B77238.
.
One OS to rule them all, One OS to find them.
One OS to call them all, And in salvation bind them.
In the bright land of Linux, Where the hackers play. 
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] btlaunch...

2006-11-14 Thread Ken Foskey

OK so I want to use BT efficiently.  I want to keep seeding the files
that I download (Ubuntu anyone :-) but I also want to give priority to
my new downloads.

a) I am on Optus and I get huge bandwidth 12:15am - 11:45am so I want
to throttle at other times.

b) the man pages talks about download priorities but the doco is vague
as and I cannot find a decent howto.  Best pointer I have was was to
slug with a dead link 
http://www.sogono.net/carlo/misc/linuxtorrents/


Has anyone got a decent description on how to set this up and what
happens when you run this program.  For example:

Old torrents have been downloaded with btdownloadgui does the new
process 'know' where they were sent to.

How does it know where 'new' torrents are to be sent?

Interesting is that Suse clearly describes how to seed their
distribution in BT, Ubuntu does not.

-- 
Ken Foskey
FOSS developer

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


[SLUG] Fedora 6 nfs mounts

2006-11-14 Thread tuxta2

Hi sluggers,

I am an Ubuntu user working on a Fedora core 6 system and I am confused.
I want a simple thing that happens by default on Ubuntu, I want my nfs 
mounts to appear on the Desktop and under the Computer icon.
I have mounted an nfs directory under /media and also tried /mnt. I have 
selected 'volumes_visable' in gconf-editor under apps - nautilus - 
desktop and still nothing.


As always, suggestions appreciated.

Thanks

Tuxta
--
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] btlaunch...

2006-11-14 Thread David Kempe
You might want to consider Azureus, the overhead is a little big (java - 
hey its Free now!) but it will have all the features you need maybe with 
a plugin.


dave

Ken Foskey wrote:

OK so I want to use BT efficiently.  I want to keep seeding the files
that I download (Ubuntu anyone :-) but I also want to give priority to
my new downloads.


  

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


[SLUG] SimplyMepis 6.0

2006-11-14 Thread John Gibbons
I attempted install of Mepis 6 live cd on my Dell Inspiron laptop but
all I got was the message 'Loading stage2' and nothing further happened.

Any suggestions welcomed.

John.
-- 
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] howto convert html to pdf?

2006-11-14 Thread Steve Lindsay

On 11/14/06, Sonia Hamilton [EMAIL PROTECTED] wrote:

I (well my boss actually) want to convert several hundred html pages to
pdf - what's the easiest way to do this? Any pointers, ideas?



We're using Apache FOP for html - pdf conversion. It might be
slightly more involved than the other tools people have suggested,
however it will give you a lot of control over the final pdf (via
xslt). We looked at some of the single-shot command line tools and
found that fop produced nicer documents, albeit with a few more steps.
It's Java though, this may or may not be an issue for you.

Link below gives some examples of how to use it from the command line,
as well as in code.

http://www.javaworld.com/javaworld/jw-04-2006/jw-0410-html.html?page=1

Home page is at http://xmlgraphics.apache.org/

If you do use it, grab the latest version, handles tables etc. much better.

Cheers.Steve
--
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] btlaunch...

2006-11-14 Thread Carlo Sogono

Ken Foskey wrote:

b) the man pages talks about download priorities but the doco is vague
as and I cannot find a decent howto.  Best pointer I have was was to
slug with a dead link 
http://www.sogono.net/carlo/misc/linuxtorrents/


I used to maintain this site but I didn't bother renewing our web 
hosting package. Too expensive. I still have those scripts somewhere if 
you need them, they're not for throttling but for managing torrents from 
the command line (my home machine does not have X). For throttling you 
would want to use qdisc from the iproute2+tc packages. You can 
prioritise certain ports like HTTP and give less priority to BT ports.


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


[SLUG] graphical file manager for linux?

2006-11-14 Thread Luke Vanderfluit
Hi.

I've been using konqueror for a while as a graphical file browser to browse and 
view mainly source code files on my system.
Since it's fairly graphics resource hungry and has crashed a few times, which 
causes memory not get cleaned up properly etc...
I need another such file browser manager.
Any suggestions welcome.

Thanks.
Kind regards.
Luke.
-- 
._..
.|  .| |.|/.|_ .
.|__.|_|.|\.|_ .
:61 421 276 282:
-- 
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] graphical file manager for linux?

2006-11-14 Thread tuxta2

Luke Vanderfluit wrote:

Hi.

I've been using konqueror for a while as a graphical file browser to browse and 
view mainly source code files on my system.
Since it's fairly graphics resource hungry and has crashed a few times, which 
causes memory not get cleaned up properly etc...
I need another such file browser manager.
Any suggestions welcome.

Thanks.
Kind regards.
Luke.
  

Nautilus (gnome just rox period)

Tuxta
--
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] graphical file manager for linux?

2006-11-14 Thread Michael Kedzierski

Hey,

I use Rox Filer on my desktop machine, it's very light weight and
fast. Give it a whirl - http://rox.sourceforge.net/

On 11/15/06, Luke Vanderfluit [EMAIL PROTECTED] wrote:

Hi.

I've been using konqueror for a while as a graphical file browser to browse and 
view mainly source code files on my system.
Since it's fairly graphics resource hungry and has crashed a few times, which 
causes memory not get cleaned up properly etc...
I need another such file browser manager.
Any suggestions welcome.

Thanks.
Kind regards.
Luke.
--
._..
.|  .| |.|/.|_ .
.|__.|_|.|\.|_ .
:61 421 276 282:
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


--
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] graphical file manager for linux?

2006-11-14 Thread James Dumay

Luke,
Thunar is rather fast and light weight. Its the XFCE desktop File Manager.

http://thunar.xfce.org/index.html

James

On 11/15/06, Luke Vanderfluit [EMAIL PROTECTED] wrote:


Hi.

I've been using konqueror for a while as a graphical file browser to
browse and view mainly source code files on my system.
Since it's fairly graphics resource hungry and has crashed a few times,
which causes memory not get cleaned up properly etc...
I need another such file browser manager.
Any suggestions welcome.

Thanks.
Kind regards.
Luke.
--
._..
.|  .| |.|/.|_ .
.|__.|_|.|\.|_ .
:61 421 276 282:
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


--
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] graphical file manager for linux?

2006-11-14 Thread Michael Lake

Michael Kedzierski wrote:

I use Rox Filer on my desktop machine, it's very light weight and
fast. Give it a whirl - http://rox.sourceforge.net/


Thats looks very interesting. What happens if I do an apt-get install 
rox-desktop?
I added the dep package site to sources.list and did an --no-act install and quite a 
few packages would get installed - but what would happen to Gnome and the current 
window manager?


Mike
--
Michael Lake
Computational Research Support Unit
Science Faculty, UTS
Ph: 9514 2238



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


[SLUG] ubuntu 6.10 hangs on shutdown

2006-11-14 Thread John

Hi,

I've got two old laptops (HP/Compaq  IBM TP) running 6.10 and neither of
them will completely shutdown/power off. They hang right at the final point
with the Ubuntu logo and black background.

They were both fine with 6.04.

Is this a bug?

TIA

John
--
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: ubuntu 6.10 hangs on shutdown

2006-11-14 Thread John

If at first you don't succeed, Google some more :-)

type:
SUDO GEDIT /ETC/MODULES

add a new line with the following statement:

apm power_off=1

then save and reboot, and voilá! the computer shuts down correctly.

J
On 11/15/06, John [EMAIL PROTECTED] wrote:


Hi,

I've got two old laptops (HP/Compaq  IBM TP) running 6.10 and neither of
them will completely shutdown/power off. They hang right at the final point
with the Ubuntu logo and black background.

They were both fine with 6.04.

Is this a bug?

TIA

John


--
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] SimplyMepis 6.0

2006-11-14 Thread Andreas Fischer

Does the keyboad lock up? (cap/num lock won't turn on or off is a good
indication)  If not, press Ctrl + Alt + F1, and check the diagnosos for more
hints.

Hope this helps

- Andreas

On 11/14/06, John Gibbons [EMAIL PROTECTED] wrote:


I attempted install of Mepis 6 live cd on my Dell Inspiron laptop but
all I got was the message 'Loading stage2' and nothing further happened.

Any suggestions welcomed.

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


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