Re: horrible single `quotes' in font fixed

2000-11-11 Thread Vee-Eye
Vi scribis:
 Hello all,
Hi! 
 I've used the font `fixed' as long as I can remember and I liked the
What's THE font fixed? Checking out xfontsel, there are 3 fonts named
fixed and a few other ones, which are fixed fonts 
 fact that the backtick (`) and the single quote (') had a symmetrical
 appearance.  Since I've been using xfree4 this has changed: the
 backtick is slanted backwards and the single quote is completely
 vertical.  How horrible!  Imagine how terrible my TeX-files will look!
IMHO, that's not a bad idea to be able to distinguish backticks from single
quotes ...
 
 Can anyone tell me how to get my old fixed-font back, or how to `edit'
 this font

1) Select a font with xfontsel and then paste your selection to ~/.Xdefaults,
like 
rxvt*font: -misc-fixed-medium-*-normal-*-15-140-75-75-c-*-iso8859-1

man rxvt,xterm,X ...

Then your x-terminal-emulator (rxvt, like in the case above or xterm ...)
will start up with the chosen font.

2) Or if you are using a desktop environment like gnome or kde and its
respective terminal-emulator (gnome-terminal, konsole) choose your font
directly in the options menu

Furthermore:

3) Add a new font to X and update the font-path ... and step to 1) or 2) 

HTH

-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgpPahlBJRuSD.pgp
Description: PGP signature


Re: To print to hpdeskjet 840C

2000-11-05 Thread Vee-Eye
Vi scribis:
 I want to print to a hp deskjet color printer...
 You know which filter I must to use?
 
¿Que tal?

Your choice depends on what you want to print:
( from http://www.linuxprinting.org )

mn magazine c't - Magazin fuer
  Computertechnik (21/2000) recommends for the HP
  DeskJet 840C:
  Text: cdj670/300x300
  Photo: cdj880/2400x2400
  STP not tested.

Check out the site mentioned above and then compare what you can get from
magicfilter or apsfilter to satisfy your needs.

MH

PS: For text you could give the dj690c-best-filter included in magicfilter a
try. It's working great on my cheap, old and noisy hp695 at 600x600 b/w  

-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgpZv75yDxhPi.pgp
Description: PGP signature


Re: Migrating mail from Outlook Express

2000-11-01 Thread Vee-Eye
Vi scribis:
 I am in the process of migrating from Windows to Debian and am gradually
 setting up all the bits I'm going to need in order to dump Windows
 entirely.   
[...]
 Does anyone know, is there a utility for converting OE5 files to something
 Linux can read?  Or a way of automating the coversion to text of hundreds
 of old messages?  I know I brought this problem on myself but please help.

Hi!


There is a converter out there (outlook express 5.0 -- mbox):
dbx2mbx.
Check out:
http://huizen.dds.nl/~rvt/

If you are not satisfied with the results there is also a page with hints
concerning mailbox conversion techniques:
http://mbx2mbox.sourceforge.net/outlooktechniques.htm

HTH
MH
-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key



Re: ipchains and netfilter on 2.4.0-test9

2000-10-28 Thread Vee-Eye
Hi,
 cool - i'd like to do this until i get a chance to sit down and learn
 netfilter.  i assume i can simply cd into /usr/src/linux-2.2.17/wherever and
 do a modprobe -a ipchains.o?
 
 what is the appropriate module?
If you want to stay with iptables you have to compile a module for your new
kernel, but iptables + nat isn't that different, see below...
   i'd like to learn how to drop packets coming from a particular host -- is
   there a netfilter howto yet?  i didn't see anything on LDP.
  
  There is one on Debiandiary (or a link to one) and there are some ready-made
  iptables scripts.
HOWTO:

http://netfilter.kernelnotes.org/unreliable-guides/packet-filtering-HOWTO-1.htm

I changed to a 2.4-kernel 3 weeks ago. It wasn't too hard to change my
ipchains-script to iptables  (3-4 hours to rewrite it and get the idea of
what is possible now; concerning my more geriatric than vetust brain ...)

MH

-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgpK28u4qwQh3.pgp
Description: PGP signature


Re: wget can't find remote directory

2000-10-27 Thread Vee-Eye
Sie schrieben:
 I'm trying to download documents from 
 http://www.textkritik.de/bka/dokumente/dok_buelow/
 With Netscape I have access to the .htm files in that directory, 'wget
 -r http://www.textkritik.de/bka/dokumente/dok_buelow/' doesn't work,
 probably because the site is obviously databased. Is there a way to do
 recursive downloads in this case?
 
 -- Andre

Very short: There is a Gesamttext zum Herunterladen, in the case you
missed it.
I think it's a normal directory, where you are not allowed to cd to.

Another solution would be a shell for-loop with wget, because it seems, that the
links are simply numbered buelow1.htm - buelowXX.htm ...

HTH
-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgpSefPQ12f6G.pgp
Description: PGP signature


Re: wget can't find remote directory

2000-10-27 Thread Vee-Eye

 Very short: There is a Gesamttext zum Herunterladen, in the case you
 missed it.
 I think it's a normal directory, where you are not allowed to cd to.

read: to list the contents ...
 Another solution would be a shell for-loop with wget, because it seems, that 
 the
 links are simply numbered buelow1.htm - buelowXX.htm ...
 
 HTH



-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgpFQMYcKmxCt.pgp
Description: PGP signature


Re: Help: How replace comma with a tab in a text file?

2000-10-24 Thread Vee-Eye
Sie schrieben:
 Hi,
 
 I have a comma delimited ex-database file and I want to replace the commas
 with tabs. I tried using:
 
 sed s/,/\tab/ filename but no go. It was a guess anyway. I tried replacing
 the tab with a * and it worked, but only for first line of items, mleaving
 the rest of the fields with commas.
 
 Any suggestions?
 
You could use tr for this job:

tr ',' '\t'  file  newfile

MH

-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgpMWtP7ZHFFt.pgp
Description: PGP signature


Re: Installing tar files

2000-10-22 Thread Vee-Eye
 Ok, I've run the tar tzvf filename.tar.gz command.. what's next??.. isn't
 there some kind of an 'install' command??
 ^^^

Normally there isn't an unique install command, like unix isn't unique ...

Change to the newly created directory (cd xxx) and read the README (yes) or 
INSTALL file
there. A frequent procedure is
1) ./configure 
2)  make
3)  make install (you have to be become root to install your compiled
program)

HTH

PD

1) I don't know which program you're going to install, but make sure there
isn't a debian package yet.

2) Maybe a basic book on linux could clarify those procedures (for free you
could have a look at www.linuxdoc.org before)

-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgpGGrv0ZW4tE.pgp
Description: PGP signature


Re: HP 4L

2000-10-16 Thread Vee-Eye
Sie schrieben:
 Hello.
Hello!

 I've tried to make my HP Laserjet 4L to work for two nights now, and I am in
I've no personal experience with that printer, but we'll see.
 need for some help. The problem is: gs prints ps-files so that only one
 fourth (top-left corner) of ps is actually printed (fitted on one sheet).
 I've checked ps's with ghostview, and they are shown just like they should
 be. I've tried with many of gs's Laserjet drivers, with same result. Command
 I've used: gs -q -sDEVICE=ljet4 -sOutputFile=/dev/lp0 test.ps HOWTO points
Why don't you use a printer filter like magicfilter?


Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name  Version   Description
+++-=-=-==
ii  magicfilter   1.2-39automatic printer filter.

/etc/magicfilter/ljet4l-filter:

#! /usr/sbin/magicfilter
#
# Magic filter setup file for 300 DPI LaserJet 4 series without PostScript
# (i.e. LJ 4L)
#
# This file has been automatically adapted to your system.
#

# PostScript
0   %!  filter  /usr/bin/gs  -q -dSAFER -dNOPAUSE -r300
-sDEVICE=ljet4 -sOutputFile=- - -c quit 
0   \004%!  filter  /usr/bin/gs  -q -dSAFER -dNOPAUSE -r300
-sDEVICE=ljet4 -sOutputFile=- - -c quit 

# PDF
0   %PDFfpipe   /usr/bin/gs  -q -dSAFER -dNOPAUSE -r300
-sDEVICE=ljet4 -sOutputFile=- $FILE -c quit 

[...]

 out this problem, but tells that I should tweak driver's source. Is this
 really the only way? And what about ifhp, could I use it instead of gs? With
 it I've been able to print text files perfectly, but from ps's only couple
 of lines containing postscript commands prints out.
 Thanks in advance.
 
Normally this filter should work well - no need to tweak drivers, I hope

A nice resource for printing related questions is

http://www.linuxprinting.org

HTH

MH
-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgpACi4ufUaY4.pgp
Description: PGP signature


Re: Mutt's alias file

2000-10-13 Thread Vee-Eye
Sie schrieben:
 I have the following in my .muttrc :
 set alias_file=~/.mail_aliases

 and the following in my ~/.mail_aliases :
 alias debian-user Debian User List debian-user@lists.debian.org
You have to source that file, too, IIRC:

source ~/.mail_aliases
 
 Now, when I fire up Mutt and send an email to debian-user, exim sends it 
 right back to me, complaining that the local user debian-user doesn't exist.
 
MH
-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgphRxiIhYGKv.pgp
Description: PGP signature


Re: Package manager

2000-10-12 Thread Vee-Eye
Sie schrieben:
 Hi all.
 
 I'm new to the lists and to Debian too.
 I had installed Debian 2.2. The install process work fine but I don't
 know how to install, remove o query the packages of the distribution. I
 had used Redhat with rpm. Where can I find information about package
 manager on debian?

man deb for the debian package format
man dselect for the user frontend (dselect is ok, but a bit confusing at the
beginning)
man dpkg to get information about the medium-level package manager

another option is the apt- suite (apt-get and friends) man apt-get
there is an user frontend, too, capt

Have a look at the package tools chapter in the O'Reilly Debian book:
http://www.oreilly.com/catalog/debian/chapter/appc_01.html

There is even a dselect tutorial at www.debian.org, IIRC.

MH

-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgpBQsukrE6Au.pgp
Description: PGP signature


Re: procmail postfix

2000-10-04 Thread Vee-Eye
Sie schrieben:
 On Wed, Oct 04, 2000 at 11:27:27PM +0200, Moritz Schulte wrote:
  [EMAIL PROTECTED] writes:
  
  
  hmm, when i used postfix some time ago, i had to enable procmail in
  the main.cf. search in the main.cf for procmail or command or
  something... :)
  
 I  found that one but it doesn't work (yet). 
 
 Dirk
 
 I witched to postfix on the occasion of the glibc-update and with 
 mailbox_command = /usr/bin/procmail -a $EXTENSION 
 in main.cf everything works fine, like before with exim.

BTW, you have to reload the configuration file: postfix reload

MH
-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgpfuVAtqy920.pgp
Description: PGP signature


Re: tr '\verb|\|000' '\verb|\|\n'?

2000-09-30 Thread Vee-Eye
Can't offer copious elucidation, but
 Can somebody explain the subject line to me please.  I have read it in
 a linux training document and it is not doing what the document says
 it should do.  What I do not understand and do not know where to find
 documentation on it is the '\verb|\|000' '\verb|\|\n' part.  I know tr
 but what is '\verb|\|000'?  And the use of |\|?  
 
 The whole command according to the document is
 
 cat /proc/$$/environ | tr '\verb|\|000' '\verb|\|\n' 
  cat /proc/$$/environ | tr '\verb|\|\000' 'verb|\|\n'
 ^
works.
And why not simply   cat (...) | tr '\000' '\n'
without the \verb part. 
\verb|\| must be, obviously, the unchanged part, but it's superfluous.

I would need also some elucidation about the \verb part, didn't find anything.
 
MH
-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgpk51WFctNUH.pgp
Description: PGP signature


Mer: VI Band Ispell

2000-09-28 Thread Vee-Eye
Sie schrieben:
 How cn i use Ispell in VI? I'm using VI as my editor for Mutt and want to be 
 able to
 check my spelling. I'm a VI newbie so any help is greatly appreciated ;-)
   ^^ nvi/elvis or, of course, *vim*   
I recommend using aspell instead of ispell (replace suggestions are a bit less
stupid [though often amusing] and there is an email mode).

In vim you would invoke aspell with:

:!aspell --mode=email --lang=(german -in my case) check %

After your aspell-session you have to reload the file with 
:e!  to reflect the changes

To avoid you the pain of typing, map this function in your .vimrc file:

mine: 
[...]
map ,M :w!^M:!aspell --mode=email --lang=german check %^M:e!

map the keys, write out the file, invoke (!) external program aspell in
email mode using the German dictionary checking the current file (%); reload
the file changed by aspell in the editor ...

Hope I wasn't stating the obvious and well-known...

MH

 TIA
 -- 
 Jack Morgan   Debain GNU/Linux
 Email:[EMAIL PROTECTED]
 Web-site: www.mandinka.org
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 

-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgpevS3erG4ky.pgp
Description: PGP signature


Re: Mutt Address book

2000-09-28 Thread Vee-Eye
Sie schrieben:
 Is there an address book for Mutt? I'm running woody.
Have a look at abook
From the man page:
abook  is  a  simple  text-based  address book program. It
contains Name, Email, Address  and  Phone  fields.  It  is
designed  for  use with mutt, but can be equally useful on
its own.

MH
 Thanks,
 -- 
 Jack Morgan   Debain GNU/Linux
 Email:[EMAIL PROTECTED]
 Web-site: www.mandinka.org
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 

-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgp8QktveN0ep.pgp
Description: PGP signature


Re: My internet!

2000-09-26 Thread Vee-Eye
 Do you know where I can try and
 configure the ip/subnet/gateway for the card?
 
/etc/network/interfaces (man interfaces; man ifup)

with some clear examples

HTH
MH

-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgpoC3FYyHeTA.pgp
Description: PGP signature


Re: EPSON-EPL-5700L

2000-09-21 Thread Vee-Eye
Sie schrieben:
 hi,
 can you tell me how I must
 configure debian to use the the
 printer.
 If I use magicfilterconfig it doesnt work.
 Perhaps I have the wrong filter...?
 
 Marc

Hi Marc!

Bad news, though. According to www.linuxprinting.org the EPL-5700L doesn't
work (Known not to work).
But maybe there will be some better news in the future... (A driver is being
developed). Have a look at the database there.

MH



-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgptvu6DG9IG5.pgp
Description: PGP signature


Re: Printing--what am I missing? -- solved!

2000-09-20 Thread Vee-Eye
 
 No problem.
It isn't for me either ...
Now if only I can figure out why my printer daemon is just
 sitting there ignoring printjobs. ;-)
I suppose you are aware of the thread, hence you know what has been tried and
I suppose it didn't work for you ;-)
If you could describe your problem more exactly maybe I, or more likely someone 
else, could give you a hint.

1) lpr or lprng?
2) Can you print anything?
3) Can you print as root?
4) What does lpc status give you?
5) When you restart lpd what does happen (have a look at the foreground
option for debugging)?
6) Which printer and which filter?
6 and a half) Beside your printing-problem lpd seems consequential
just sitting around and contemplating the landscape, supposing he is
discovering his aesthetic nature...

MH

 Mike
 
 -- 
 Michael P. Soulier [EMAIL PROTECTED]
 ...the word HACK is used as a verb to indicate a massive amount
 of nerd-like effort.  -Harley Hahn, A Student's Guide to UNIX
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 

-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgp8D1ywKW0IN.pgp
Description: PGP signature


Re: Printing--what am I missing?

2000-09-19 Thread Vee-Eye
Sie schrieben:
 
  What's the output of lpr -V -V your-file.ps?
 
 That gives me no output... are you sure the -V options are correct?  I
 don't see -V listed in lpr's man page.
 
From man lpr (woody):
-V   Verbose mode. Additional -V flags increase verbosity.
Use debug flags for extreme verbosity.

Ok, try lpc (as root) and then status, on my machine it looks like this:
Printer   Printing Spooling Jobs  Server Subserver Redirect
Status/(Debug)
[EMAIL PROTECTED]  enabled  enabled0nonenone
 

Your printer is a HP672, correct? So you could try apsfilter (instad of
magicfilter, because, IIRC, it includes a driver for the HP dj 670, which should
work better ;-) (Have a look at www.linuxprinting.org). Though I'm not sure
that this is your problem...

HTH

-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgpG0J8GVlDJl.pgp
Description: PGP signature


Re: mutt macro syntax

2000-09-19 Thread Vee-Eye
 Hello,
 In my Muttrc i have the line:
 
bind pager - delete-thread
 
 I tried:
 
macro pager - delete-thread exit 
 
 but that doesn't work.
 Does somebody know the right syntax ? 
 The manual is not particularly helpful.
 egbert

delete-thread is already bound to ^D (Ctrl-d)
from: pager-help:
^D  delete-thread  Lösche alle Nachrichten im Diskussionsfaden

and works fine.
MH
-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgpZQnIOcR9CZ.pgp
Description: PGP signature


Re: Printing--what am I missing?

2000-09-19 Thread Vee-Eye
Hi Tom!


 
 So I tried switching to lprng to see if that would fix it, but no:  it
 won't even configure, dpkg tells me:
 
 Setting up lprng (3.6.24-2) ...
 Starting printer spooler: dpkg: error processing lprng (--configure):
  subprocess post-installation script returned error exit status 1
 Errors were encountered while processing:
  lprng
That's not fine ... I thought lprng was the standard, so I didn't consider
even lpr ...  
 ready to print.  With lprng installed, it doesn't, presumably since
 the configuration fails.
  
 
 So, then, I switched back to the lpr package and tried switching from
 magicfilter to apsfilter
 
 This works, or at least seems to--it correctly prints the test page in
 the setup.
 
 After the setup though, when I try to print, I get this:
 
 [EMAIL PROTECTED]:~/test$ lpr test.ps 
 lpr: connect: No such file or directory
 jobs queued, but cannot start daemon.
   ^^^
That's the problem there is no daemon so you can't even connect to your
printer.
Can you start lpd by hand? 
I think there is a debug option leaving it in the foreground (maybe -F,
have a look). It would be interesting why the daemon can't be started. 
If it starts, try printing again.

I saw there is a bug-report concerning your problem (#45527).  
So, I think, you could contact the reporter or the maintainer, if there is no 
other solution.

 At least it's _telling_ me something now, which is a step up from
it' a lot 
 before; I could use some help figuring out what connect it's looking
Must be the daemon lpd, see above
 for though.

 
 Thanks for bearing with me.
Sorry for more enthusiasm than resources

MH
 

-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgp5HlDXwzyO2.pgp
Description: PGP signature


Re: Printing--what am I missing?

2000-09-18 Thread Vee-Eye
Sie schrieben:
 
 And, like I said, I can print plain text files fine with lpr... also I
 noticed that I can print in Abiword (but it's not suitable for me
 because of the other problems I mentioned).  So I don't know what's
 stopping me from being able to print in gv and kword.
 
You are able to print text files with lpr and you can't print
Postscript-files that way?
What's the output of lpr -V -V your-file.ps?

MH
-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgpUCVOAkeckp.pgp
Description: PGP signature


Re: Urgent LaTex question

2000-09-18 Thread Vee-Eye
 I've got a quick LaTex question.  Is there a way to make LaTex _not_
 justify the text on the right?  The only thing I can think of is line
 breaks after each line.
 
 It's for a paper which I need to submit tomorrow morning, with a guideline
 that the text be only left-justified.  If you could help me out today, I'd
 be very grateful.
 
Quick shot: \raggedright

or \begin{flushleft} ... \end{flushleft}

Optionally you can delimit lines with \\, but anyway there will be no
separation of words at the end of a line.

HTH

MH

-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgpyEp6zceUBk.pgp
Description: PGP signature


Re: gnupg help

2000-09-18 Thread Vee-Eye
 And then select the old uid with uid and delete it with deluid.
 
 Hubert

But there is a problem with publically distributed keys, as someone (Ethan, I
think) pointed out in the previous (Nietzsche: Die ewige Wiederkehr des
Gleichen ...IIRC) thread. Here is the gnupg-handbook speaking:

For local keyring management, deleting key components is a good way to
trim other people's public keys of unnecessary material. Deleting user IDs and
subkeys on your own key, however, is not always wise since it complicates key
distribution. By default, when a user imports your updated public key it will
be merged with the old copy of your public key on his ring if it exists. The
components from both keys are combined in the merge, and this effectively
restores any components you deleted. To properly update the key, the user must
first delete the old version of your key and then import the new version. This
puts an extra burden on the people with whom you communicate. Furthermore, if
you send your key to a keyserver, the merge will happen regardless, and
anybody who downloads your key from a keyserver will never see your key with
components deleted. Consequently, for updating your own key it is better to
revoke key components instead of deleting them.

MH
--
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgpI4Vm1jOtjd.pgp
Description: PGP signature


Re: gnupg help

2000-09-17 Thread Vee-Eye
 Hello people,

Hi Carlos,

The question sounds quiet familiar to me; I think you asked that one a couple
of days before and got some answers already, but anyway ...

1) Why don't you generate a new key (gpg --gen-key)?  

2) You could add an
uid to your key (gpg --edit-key your key and then with adduid add the
new address). 

The gnupg-handbook seems quiet useful, have a look at:

http://www.gnupg.org/gph/en/manual.html

MH
-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgppzs7yPvtm2.pgp
Description: PGP signature


Re: keyboard setting? (debian hates me part II)

2000-09-12 Thread Vee-Eye
Sie schrieben:
 Hi all.
 
 I can not set the keyboard map in my debian 2.2
 (potato).
 
 Symbols do not corespond with keyboard!.
 
 I try to 'loadkeys es' it responds 'Loading es.kmap'
 but it seems to do nothing (yes I have a spanish
 keyboard!:).
 
 And the 'Ctrl-C' sequence does not send an interrupt
 (I dont now if it sends it but it sure doesnt stop
 programs from running) is this related with the keymap
 problem ?
 
 Thanks a lot for your knowledge and time!.
 
 Byee, Mark.


We discussed an analogous problem with the german keymap before.
Have a look above or/and look at the Spanish-Howto at linuxdoc.org:

http://www.linuxdoc.org/HOWTO/Spanish-HOWTO.html


PD No creo que te odie debian, ¡vamos! 

-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgpt2puZviIJ3.pgp
Description: PGP signature


Re: German keys on console

2000-09-10 Thread Vee-Eye

I never had to set those (locale environment variables) to get the german
keyboard to work (I set them to get german messages, though), but it's quiet
interesting to know more about internals. 

My question is now: When you are prompted to choose a keyboard, you could
suppose it working after the selection, why to choose then, if it doesn't
influence the behaviour of the keyboard at all?  If you choose a non-US
keymap, the appropriate LC-variable (the charmap?) should be set too, shouldn't
it? 

PS: I hope it worked for you, Peter, à propos, I saw there are german and
keyboard-How-To's at www.linuxdoc.org
 That's got nothing to do with the keymap (which is fine.)
 
 Two things are important:
 
 1) in /etc/inputrc set 'convert-meta off' must be uncommented
(it maybe by default in 2.2r1, it wasn't in tc3. The metakey
 still works fine, BTW)
 
 2) The environment variable 'LANG' must be set to, i.e., 'de_DE',
which also lets
 
   LC_CTYPE(the culprit)
   LC_NUMERIC
   LC_TIME
   LC_COLLATE
   LC_MONETARY
   LC_MESSAGES
 
 default to 'de_DE'. If you're like me you'll like to override
 at least LC_MESSAGES back to 'en_US'.
 
 HTH
 
 Christian
 

-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgppTGXFgOmFk.pgp
Description: PGP signature


Re: German keys on console

2000-09-09 Thread Vee-Eye
The keymap that should be loaded is
/usr/share/keymaps/i386/qwertz/de-latin1-nodeadkeys.kmap.gz 

Normally with kbdconfig you can browse through the directory of
/usr/share/keymaps/ and choose the one you need.

If you are using console-tools after the installation it should get your
/etc/console-tools/default.kmap.gz
(Analogously with kbd -- /etc/kbd/default.kmap.gz, I think)

To get a german keymap for X you you could use a tool like XF86Setup or 
xf86config


 I just installed debian, potato, on a new comp. Now I cannot use the German 
 keys a u s (latex-babel notation) neither on the console nor with X. I've 
 choosen qwertz-nodeadkeys at installation and several time with kbdconfig. 
 Curiously the z and ykeys are changed.
sorry for that question: Did you hit qwerty when you were asked for qwertz
or qwerty? It's a bit funny, because you must hit the wrong to get the right 
one ...

 
 Thanks for any hints...
 Peter

Over here are some german debian-gurus, so hopefully you problem will get
solved ... 
A humble literary critic, enthusaistic about debian, but still only
enthusiastic ...

MH
-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgpueeWOBbvZE.pgp
Description: PGP signature


Re: German keys on console

2000-09-09 Thread Vee-Eye
 thats what i have done. sveral times, with several latin-1 packages. 
 Everytime the same: The testing works o.k. but the console doesn't want it..
    
   
What does that mean?
When configuring the keymap with kbdconfig you hit y after the prompt to load 
the german keymap and then at the shell-prompt you can't get ä,ö...?
 It is there: 
 
 Uranus:/home/peter# ls /etc/kbd/ 
 config  default.kmap.gz
There is always one, but has to be the right one 
 
 Yes, I know. I copied XF86cpnfig from an other installation with the same 
graf.-card + monitor and it don't work. I also have run XF86Setup again and 
again, nothing works. 
 
Run XF86Setup from scratch and it should work 
 Well emacs, at least, works o.k. I don't know why...
?
So it works?
 Peter
 
MH

PS: You could compare (diff) the default.kmap.gz I sent to you, with the old
one
-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgpinsftzkGjG.pgp
Description: PGP signature


Re: vim + printing = wretched output

2000-09-08 Thread Vee-Eye
Though quiet obsolete, just to be complete
I didn't get this right in the second mail, it must be, of course:

  spacing was terrible.  It's like more/less/lpr treat the tabs/spaces in vim
 what's about expanding the tabs? :!expand -t tabwide % | lpr




  Bill

MH
-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgpHoYQbM03YK.pgp
Description: PGP signature


Re: vim + printing = wretched output

2000-09-07 Thread Vee-Eye

 Hey guys, has anyone run into bad printing with vim?
No, because normally I typeset my documents with latex ... 
 I spend a few hours editing some notes for class and when I lpt file the
 spacing was terrible.  It's like more/less/lpr treat the tabs/spaces in vim
what's about expanding the tabs? :!expand % | lpr
but anyway, I don't know the kind of output you produce, but if it' s a
textfile it would help to use a2ps ...
 totally different.  I also tried printing from within vim with :%w !lpr but
 it had the same affect.  How can I make vim print out exactly as it looks
 when I'm editing the file?  Or, cringe, do I need to go to emacs?
?!?
 Bill
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
MH

-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgpwcZrqFudYX.pgp
Description: PGP signature


Re: vim + printing = wretched output

2000-09-07 Thread Vee-Eye

 Hey guys, has anyone run into bad printing with vim?
No, because normally I typeset my documents with latex ... 
 I spend a few hours editing some notes for class and when I lpt file the
 spacing was terrible.  It's like more/less/lpr treat the tabs/spaces in vim
what's about expanding the tabs? :!expand % | lpr
but anyway, I don't know the kind of output you produce, but if it' s a
textfile it would help to use a2ps ...
 totally different.  I also tried printing from within vim with :%w !lpr but
 it had the same affect.  How can I make vim print out exactly as it looks
 when I'm editing the file?  Or, cringe, do I need to go to emacs?
?!?
 Bill
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
MH

-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key



pgpgUIyEsVdgL.pgp
Description: PGP signature


Re: gnupg help

2000-09-06 Thread Vee-Eye
Sie schrieben:
 
 On 05-Sep-2000 Carlos Laviola wrote:
  Hello people,
  
  I know this is not Debian-related in any way, so please forgive me for
  posting here. My question is: is there a way to change a e-mail address in
  a gnupg key? My previous ISP (sol.com.br) is gone now, so I am using a new
  one, with a new e-mail address, and would like to display that change in my
  gnupg keys. How can I do that, if possible?
  Thanks.
  
 
 you can make an alias but the best thing is to make a new key.

Generating a new key would be the best solution, that's right. But have a look
at the gpg --edit-key yourkey menu. [You could add an uid (adduid) and 
then
delete the old one (surprise: deluid]
...

MH
-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgpRKI97XUh16.pgp
Description: PGP signature


[OFF TOPIC] Postscript Printer

2000-09-03 Thread Vee-Eye


I'm looking for a reliable and affordable postscript printer. I heard Lexmarks
Optra series could do the job. Does anyone has experience with those or could
recommend me another one that fits in the nice reli- and affordable category?

Thanks in advance,

MH
-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key




pgpXtVnzPnJpe.pgp
Description: PGP signature


Re: filtering out ads

2000-08-30 Thread Vee-Eye
Hi Owen!

Why don't you use junkbuster as filtering proxy? There you'll have a blockfile
that works with regular expressions (ad*.*.* for example):

dpkg -s junkbuster:


Package: junkbuster
Status: install ok installed
Priority: optional
Section: web
Installed-Size: 284
Maintainer: Paul Haggart [EMAIL PROTECTED]
Version: 2.0.2-0.1
Depends: libc6 (= 2.1.2), dpkg (= 1.4.1.17), logrotate
Description: The Internet Junkbuster!
 Junkbuster is an instrumentable proxy that filters the HTTP stream between
 web servers and browsers.  It can prevent ads and other unwanted junk from
 appearing in your web browser.


MH

 Interested in hearing different strategies for blocking ads.  Presently I 
 use a mixture of input-chain firewall rules and redirection in my 
 /etc/hosts file.
 
 Since I'm running DNS for my LAN, is there a way to set it up to block ads?
 
 Also, there's one ad system I haven't figured out how to block:  I've seen 
 many ads that have URLs ads.admonitor.net but nslookup claims this is a 
 nonexiststant host/network, so I can't add it to my firewalling rules.  Any 
 ideas?
 
 Thanks much!
 
 oge
 
 -
 Owen G. Emry
 Custom Palm OS development services
 [EMAIL PROTECTED]
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 

-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgpEnKQmqRLql.pgp
Description: PGP signature


Re: unzipping tar.bz2 files

2000-08-19 Thread Vee-Eye
Sie schrieben:
 I downloaded the kernel source through dselect, but I can't seem to unzip
 the kernel source because it has  a tar.bz2 ending.  How does someone
 unzip this type of file?

Just unzip and untar it with tar:
tar xIf x.tar.bz2
 ^
If you only want to unzip it, if this is of any need,
bunzip2 x.tar.bz2

MH


 
-- 
(Dr.) Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgpYkvmXjFgfT.pgp
Description: PGP signature


Re: Inetd problems?

2000-08-17 Thread Vee-Eye
Sie schrieben:
 After upgrading to woody, I now see these messages:
 Aug 15 04:03:41 pedgr634 inetd[3373]: smtp/tcp: bind: Address already in use  
   
 Aug 15 04:03:41 pedgr634 inetd[3373]: ftp/tcp: bind: Address already in use   
   
 Aug 15 04:03:41 pedgr634 inetd[3373]: time/tcp: bind: Address already in use  
   
 Aug 15 04:03:41 pedgr634 inetd[3373]: daytime/tcp: bind: Address already in 
 use 
 Aug 15 04:03:41 pedgr634 inetd[3373]: discard/tcp: bind: Address already in 
 use 
 They repeat after 10 minutes.
 
 Is this a problem?
 
 /Patrik Magnusson
 

I just killed the old inetd:

ps ax | grep inetd

  /usr/sbin/inetd
kill 

But normally that should do apt ...



-- 
Michael Hummel
Wollzeile 23/10 A-1010 WIEN
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgpI7CKnEI8yg.pgp
Description: PGP signature


Re: port sentry

2000-08-16 Thread Vee-Eye
There is a (non-free) package for woody:

dpkg -s portsentry:

Package: portsentry
Status: install ok installed
Priority: optional
Section: non-free/net
Installed-Size: 121
Maintainer: Guido Guenther [EMAIL PROTECTED]
Version: 1.0-1.4
Depends: libc6 (= 2.1.2), netbase, sysklogd, procps, debconf, debianutils (= 
1.7)
Recommends: tcpd
Suggests: logcheck
[...]
-- 
Michael Hummel
mailto: [EMAIL PROTECTED]
[EMAIL PROTECTED]
--
fprint = F24D EAC6 E3D7 372C 9122 D510 EB24 01CA 0B56 B518
key: http://www.seitung.net/key


pgpfIMcD2iVRc.pgp
Description: PGP signature