Re: command question

2006-07-27 Thread Zane Dodson
pkg --list' will list all installed packages. You can also pass package-name-pattern arguments. From `dpkg --help': ... dpkg -l|--list [ ...] list packages concisely ... Also see the manual page, dpkg(8). Best regards, -- Zane Dodson -- To UNSUBSCRIBE, email to [

Re: man -t problem

2006-06-26 Thread Zane Dodson
the manual page. % man -w ls # locate man page for ls % zcat /usr/share/man/man1/ls.1.gz | groff -man -Tps > /tmp/ls.1.ps Hope that helps. Best regards, -- Zane Dodson ZDodson Consulting, Inc. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Changing SSL Certificates on sarge

2006-06-22 Thread Zane Dodson
Hello, On Thu, Jun 22, 2006 at 07:29:08PM +0300, Black Dew wrote: | Zane Dodson wrote: | >On Thu, Jun 22, 2006 at 09:27:56AM -0400, S Scharf wrote: | >| I am running a server on Debian Stable (sarge). I configured the | >| machine under one domain name (example.info) and then rename

Re: Changing SSL Certificates on sarge

2006-06-22 Thread Zane Dodson
origional (example.info) domain. How do | I generate new certificates with the new correct name? You can generate another key for the host with ssh-keygen(1). You may also find it helpful to consult /usr/share/doc/openssh-server/README.Debian.gz Best regards, -- Zane Dodson ZDodson Consulting, Inc

Re: Scripting question

2006-06-20 Thread Zane Dodson
ut) and -N (suppress column header line) would help. Best regards, -- Zane Dodson -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Scripting question

2006-06-19 Thread Zane Dodson
ame before and after. Try % echo "\`${Serial_Number}'" and examine the output for leading spaces. Best regards, -- Zane Dodson -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: network: how to name interfaces ?

2006-06-12 Thread Zane Dodson
appropriate. The format of this file is documented in iftab(5). Best regards, -- Zane Dodson -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Write access on mounted drives

2004-07-06 Thread Zane Dodson
,gid=UNIX_GROUP_NAME Best regards, -- Zane Dodson -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Jerky, jumpy mouse problem...

2002-02-27 Thread Zane Dodson
quot;/dev/gpmdata" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" EndSection ... == /etc/X11/XFree86Config-4 END === The above works for me. HTH. Best regards, -- Zane Dodson [EMAIL PROTECTED]