Re: Why not diff binaries?

2000-07-17 Thread Lee Willis
[EMAIL PROTECTED] (Riku Saikkonen) writes:

 Pavel M. Penev [EMAIL PROTECTED] writes:
 Can someone tell me a sensible reason for not having a 'diff' equivalent
 for binary file?
 
 There is cmp, but it reports only the position of the first
 differing byte (if any).

cmp -l will report all the differences I believe ...

Lee
-- 
| Lee Willis  Fixed cost Internet access available @
| Application Developer  http://www.plus.net
| PlusNet Technologies Ltd
+---PlusNet  - The smarter way to Internet



Re: PHP4 Apache

2000-06-22 Thread Lee Willis
Dr. Orange [EMAIL PROTECTED] writes:

 I just installed php4. Having restarted apache i connect to the site with 

 my browser and it indicates that i've started a file of type  

 application/x-httpd-php3

 The index of the server is a php doc, and therefore the mime msg makes

 sense. but I can't seem to find the problem, commenting the php4 module   

 doesn't seem to work. 


PHP4 handles documents of type application/x-httpd-php only, not
application/x-httpd-php3. You need to tell apache that files ending in
.php3 are of type application/x-hhtpd-php not php3, try this in your
apache config file

AddType application/x-httpd-php .php3
AddType application/x-httpd-php .php

instead of any previous type references ...

Lee
-- 
| Lee Willis  Fixed cost Internet access available @
| Application Developer  http://www.plus.net
| PlusNet Technologies Ltd
+---PlusNet  - The smarter way to Internet



Re: Samba upgrade, password issue

2000-02-16 Thread Lee Willis
[EMAIL PROTECTED] (Miquel van Smoorenburg) writes:

 In article [EMAIL PROTECTED],
 Ron Rademaker  [EMAIL PROTECTED] wrote:
 
 There is a program that converts all the passwords from /etc/passwd to
 smbpasswd, I can't remember the name.
 
 That's because such a program cannot exist. Passwords in /etc/passwd are
 one-way encrypted (hashed really) and you cannot decode them in any way.

Hmm, true, but there is a program that sets up an smbpasswd file with
all the users contained in /etc/passwd that I think may have been what
he meant? (I think it's mksmbpasswd.sh ...)

Lee.
-- 
I was doing object-oriented assembly at 1 year old ...  
For some reason my mom insists on calling it Playing with blocks