[SLUG] next time you want to install Linux - consider this

2007-10-09 Thread Amos Shapira
Next time you have to install Linux without a media, or want to help a
friend to install Linux while starting the process from inside Windows,
consider the following link: http://lubi.sourceforge.net/unetbootin.html

It looks like an expansion of the Debian-specific goodbye-microsoft.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] Latex question: chapter style

2007-10-09 Thread Nick Croft
Hi

I'm using latex to (re-)produce a technical manual which is typeset in a 
compact format,
and I wish to keep close to the original formatting.

The chapter style is quite simple but I can't find the way to modify any of the
available packages to reproduce it.

So far I've resorted to formatting the chapter heading in-line, as it occurs, 
rather that using
a LaTeX technique.

The look of the chapter heading is such that the 'chaptername' and 
'chapternumber' in \small size, to the left, and the 'chaptertitle' is
centered, in \LARGE small caps and bold.

The following lines produce the right format:

chapter 1
\vspace{-2mm}
\begin{center}
  \LARGE\textsc{\textbf{Getting Started}}
\end{center}
\vspace{2mm}

However I think I should be doing it the latex way...

There seems to be plenty of help available for fancy chapter styles. What I
want is so simple that I haven't been able to find it by googling. The
essential difficulty is that the chapter name and number are to be on the left,
while the chapter title is to be centered.

Any ideas? Or do I finally buy the Latex Companion?

Nick
-- 
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] Latex question: chapter style

2007-10-09 Thread Mike Lake
Hi

 The chapter style is quite simple but I can't find the way to modify
 any of the available packages to reproduce it.

Are you using the Book class or the Article class in the begindocument? 

One can define your own command for this
\newcommand{\mychap}[1]{%
Chapter \thechapter
\vspace{-2mm}
\begin{center}
\LARGE\textsc{\textbf{#1}}
\end{center}
\vspace{2mm}
}

and use it like \mychap{Getting Started}

or you can redefine the \chapter command.
It's tricky. This is what I did ages ago. Have not tested it again.

\makeatletter
%Goosens p 28,29
\renewcommand{\chapter}{\newpage\secdef\cmda\cmdb}
\newcommand{\cmda}[2][default]{%
   \begin{center}%
   \sffamily\Large\bfseries #2%% Arg 2 - Main Title
   \end{center}%
   \addcontentsline{toc}{section}{#1}% % Arg 1 - TOC
}
-- 
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] Latex question: chapter style

2007-10-09 Thread Alan L Tyree
SNIP


 There seems to be plenty of help available for fancy chapter
styles.
 What I want is so simple that I haven't been able to find it by
 googling. The essential difficulty is that the chapter name and
 number are to be on the left, while the chapter title is to be
 centered.
 
 Any ideas? Or do I finally buy the Latex Companion?

Hi Nick,
I haven't actually tried it myself, but the Memoir class seems to
provide facilities to make this kind of design easy: see page 86 of the
Memoir manual.

Cheers,
Alan


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


-- 
Alan L Tyreehttp://www2.austlii.edu.au/~alan
Tel: +61 2 4782 2670Mobile: +61 427 486 206
Fax: +61 2 4782 7092FWD: 615662
-- 
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] Latex question: chapter style

2007-10-09 Thread Joseph Goncalves
On Tue, 9 Oct 2007, Nick Croft wrote:
 Hi

 I'm using latex to (re-)produce a technical manual which is typeset
 in a compact format, and I wish to keep close to the original
 formatting.

 The chapter style is quite simple but I can't find the way to modify
 any of the available packages to reproduce it.

 So far I've resorted to formatting the chapter heading in-line, as it
 occurs, rather that using a LaTeX technique.

 The look of the chapter heading is such that the 'chaptername' and
 'chapternumber' in \small size, to the left, and the 'chaptertitle'
 is centered, in \LARGE small caps and bold.

I believe you need to use the titlesec package. Here is the code that 
I used to colourise the section and subsection commands:

\titleformat*{\section}{\Large\bf\color{clrheadings}}
\titleformat*{\subsection}{\large\bf\color{clrheadings}}

This is the documentation on the package:
http://www.tex.ac.uk/tex-archive/macros/latex/contrib/titlesec/titlesec.pdf

Now when you use \section or \subsection then they will use the 
perscribed style you defined.

This is a good faq that I use regarding your question:
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=secthead

Or in general look at for future questions:
http://www.tex.ac.uk/cgi-bin/texfaq2html?introduction=yes

Regards
-- 
Joseph Goncalves
mailto:[EMAIL PROTECTED]
66D6 71CF 87F9 6B17 6824 C692 9FF0 1DAF 7DAE E661


signature.asc
Description: This is a digitally signed message part.
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

[SLUG] OpenGroupware on Ubuntu

2007-10-09 Thread Trent Murray
Hi all,

Does anyone have any experience or any good links on how to install
Opengroupware on Feisty?  I have read the docs and it looks like you need to
use an old version of Debian and build from source  Any pointers would
be appreciated.

-- 
Regards,



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


[SLUG] The Crossword Compiler, again.

2007-10-09 Thread wbennett
Well, I tried the suggestions that were posted and many thanks for them.

And again, I append the logfile.

Could someone comment/suggest, please?

I gather I have to have all of build-essential installed before I can go
further.

Regards,

Bill Bennett.

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

[SLUG] Can anyone suggest a decent OCR application?

2007-10-09 Thread wbennett
I've scanned some text (1200dpi), now .bmp files and am looking for a
good (or even goodish) OCR application for use with Feisty Fawn.

Has anyone had any experience . . .?

Regards,

Bill Bennett.
-- 
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: The Crossword Compiler, again.

2007-10-09 Thread Rob Weir
On 10 Oct 2007, [EMAIL PROTECTED] wrote:
 Well, I tried the suggestions that were posted and many thanks for
 them.
 And again, I append the logfile.
 Could someone comment/suggest, please?
 I gather I have to have all of build-essential installed before I can
 go further.

What does 'sudo apt-get update' say?

-rob
-- 
I'm not absolutely sure what a Tuesday is.

-- 
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] The Crossword Compiler, again.

2007-10-09 Thread Amos Shapira
On 10/10/2007, [EMAIL PROTECTED] [EMAIL PROTECTED]
wrote:

 Well, I tried the suggestions that were posted and many thanks for them.

 And again, I append the logfile.

 Could someone comment/suggest, please?

 I gather I have to have all of build-essential installed before I can go
 further.


A quick google for the error messages came up with links like:

http://changelog.complete.org/posts/496-How-to-solve-The-following-packages-cannot-be-authenticated.html

and

http://www.debian-administration.org/articles/174

Or you can read man apt-get and follow from to other manual pages from the
SEE ALSO section.

--Amos
-- 
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] Can anyone suggest a decent OCR application?

2007-10-09 Thread Michael Lake

[EMAIL PROTECTED] wrote:

I've scanned some text (1200dpi), now .bmp files and am looking for a
good (or even goodish) OCR application for use with Feisty Fawn.

Has anyone had any experience . . .?

Regards,

Bill Bennett.


Tesseract http://sourceforge.net/projects/tesseract-ocr
also available as a deb via apt-get

I also tried Clara and gocr (via apt-get) and have found tesseract somewhat better 
but it may depend a lot on your images.


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] X-client software.

2007-10-09 Thread Hasnain
Hi,


Is there anyone knows about any x-client software like humminbird exceed for
free to use x11 under ssh tunnelling. i used to use any gui to run on putty
setting the display into localhost and exceed used to pipe those displays
into local computers.



Thanks in advance,



Hassy.
-- 
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] X-client software.

2007-10-09 Thread Hasnain
Hi
Its true you can use vnc but i was looking more into putty like you run
xclock in putty another window in your machine will pops off with the clock
interface.

Thanks,
Hassy


On 10/10/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

 On Wed, 10 Oct 2007, Hasnain wrote:

  Hi,
 
 
  Is there anyone knows about any x-client software like humminbird exceed
 for
  free to use x11 under ssh tunnelling. i used to use any gui to run on
 putty
  setting the display into localhost and exceed used to pipe those
 displays
  into local computers.


 VNC?



 --
 Rachel Polanskis Kingswood, Greater Western Sydney,
 Australia
 [EMAIL PROTECTED]http://www.zeta.org.au/~grove/grove.html
 David Hicks, Nuclear Power, WorkChoices, Reconciliation, Tampa, Iraq, AWB,
 Children Overboard, Global Warming.  Who do you trust? - John W Howard

-- 
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] X-client software.

2007-10-09 Thread Scott Ragen
[EMAIL PROTECTED] wrote on 10/10/2007 02:01:23 PM:

 Hi,
 
 
 Is there anyone knows about any x-client software like humminbird exceed 
for
 free to use x11 under ssh tunnelling. i used to use any gui to run on 
putty
 setting the display into localhost and exceed used to pipe those 
displays
 into local computers.

There is cygwin, with its Xwin Packages.
Look at http://x.cygwin.com

Another option, especially if its over the net and you don't mind 
installing some server sided software is to use NX.
You can download the free (as in speech) freenx on the server from 
http://freenx.berlios.de/
The free (as in beer) client is downloadable from http://www.nomachine.com

Cheers,

Scott
-- 
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] X-client software.

2007-10-09 Thread Amos Shapira
On 10/10/2007, Hasnain [EMAIL PROTECTED] wrote:

 Hi
 Its true you can use vnc but i was looking more into putty like you run
 xclock in putty another window in your machine will pops off with the
 clock
 interface.


Cygwin/X?
http://x.cygwin.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] X-client software.

2007-10-09 Thread Hasnain
Thanks for that i will check those out. seems the cygwin package will help
me big time.

Cheers,
Hassy
On 10/10/07, Scott Ragen [EMAIL PROTECTED] wrote:

 [EMAIL PROTECTED] wrote on 10/10/2007 02:01:23 PM:

  Hi,
 
 
  Is there anyone knows about any x-client software like humminbird exceed
 for
  free to use x11 under ssh tunnelling. i used to use any gui to run on
 putty
  setting the display into localhost and exceed used to pipe those
 displays
  into local computers.

 There is cygwin, with its Xwin Packages.
 Look at http://x.cygwin.com

 Another option, especially if its over the net and you don't mind
 installing some server sided software is to use NX.
 You can download the free (as in speech) freenx on the server from
 http://freenx.berlios.de/
 The free (as in beer) client is downloadable from http://www.nomachine.com

 Cheers,

 Scott

-- 
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] X-client software.

2007-10-09 Thread Jeremy Portzer

Hasnain wrote:

Hi,


Is there anyone knows about any x-client software like humminbird exceed for
free to use x11 under ssh tunnelling. i used to use any gui to run on putty
setting the display into localhost and exceed used to pipe those displays
into local computers.



Hello,

I assume since you mention putty you're talking about running X 
applications displayed on MS-Windows?  Note that this type of software 
is technically called an X server - not client.  (The client is the 
program you're actually running on the remote system.)  The meanings of 
server and client are slightly backwards when it comes to the X Window 
system.


I typically used Cygwin and Cygwin/X .  It is free software and easy to 
install.  You can do exactly as you say and forward the displays using 
putty (or just use the cygwin ssh client which is easy to install once 
you have the cygwin environment configured).


--Jeremy
--
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] X-client software.

2007-10-09 Thread Hasnain
Thank you so much Jeremy,

It will help me big time.


On 10/10/07, Jeremy Portzer [EMAIL PROTECTED] wrote:

 Hasnain wrote:
  Hi,
 
 
  Is there anyone knows about any x-client software like humminbird exceed
 for
  free to use x11 under ssh tunnelling. i used to use any gui to run on
 putty
  setting the display into localhost and exceed used to pipe those
 displays
  into local computers.
 

 Hello,

 I assume since you mention putty you're talking about running X
 applications displayed on MS-Windows?  Note that this type of software
 is technically called an X server - not client.  (The client is the
 program you're actually running on the remote system.)  The meanings of
 server and client are slightly backwards when it comes to the X Window
 system.

 I typically used Cygwin and Cygwin/X .  It is free software and easy to
 install.  You can do exactly as you say and forward the displays using
 putty (or just use the cygwin ssh client which is easy to install once
 you have the cygwin environment configured).

 --Jeremy

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


[SLUG] large Maildir performance under Postfix?

2007-10-09 Thread Sonia Hamilton
I'm investigating consolidating the Sendmail servers scattered around my
organisation to Postfix. For performance and reliability reasons we want
to use failover servers and multiple pop servers, so of course I'm
thinking about using Maildirs mounted over nfs (or some other n/w
filesystem like gfs).

I've worked a fair bit with Postfix and Maildirs before and haven't had
any problems, but I noticed this comment while doing some research
maildir format ... but might not scale adequately on your system for
users who keep very large numbers of messages on your server [1].

Any suggestions on how to approach/prevent problems with large Maildirs?
Apart from using quotas, which isn't an answer :)

[1] http://www.seaglass.com/postfix/faq.html#mbmd
-- 
Sonia Hamilton

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