David Koski <[EMAIL PROTECTED]> wrote:
>
> > echo -n "3 ===";echo -n ${MD5PW} | tr ' ' '\n' | while read char ; do awk \
> > '{printf("%c",$char)}' ; done ; echo "===" [EMAIL PROTECTED]:/home/user/tmp
>
> Try to replace "awk" with "echo $char | awk".
>
> I know that doesn't answer your question
On Mon, 27 Jun 2005 15:59:09 +0100
Simon Rees <[EMAIL PROTECTED]> wrote:
> Hello
>
> I'm having problems unpacking the kernel-source-2.6.8 package. Aptitude
> unpacks the deb package and places it in /usr/src but attempting:
> tar xjvf kernel-source-2.6.8.tar.bz2
> returned:
> -
> bz
Hi All,
want to run several instances of the same application
(apache, sshd, whatever...) with different configurations on
separated secondary addresses with their original port numbers
(e.g. eth0:1 192.168.123.1:80 httpd www.acme.com and eth0:2
172.16.1.1:80 httpd www.whitehouse.gov) Thi
3 matches
Mail list logo