On Mon, Feb 11, 2002 at 12:44:58PM -0600, Ernesto Gonzalez Gomez wrote:
> coping this file to /dev/lp0, it works, but when I use lpr with the same
> file, I have again the blank page at the end.
Could be a blank banner page.
Have you tried lpr -h ?
--
Johannes Franken
Professiona
in of=/dev/fd0
or
using the dos/windows program rawrite.exe.
smack the one that got rescue.bin into drive A:, reboot, and there you go.
--
Johannes Franken
Professional unix/network development
mailto:[EMAIL PROTECTED]
http://www.jfranken.de/
e addressed
by as \\PRINTSRV\LASER1.
But this is not debian specific anyway.
--
Johannes Franken
Professional unix/network development
mailto:[EMAIL PROTECTED]
http://www.jfranken.de/
On Wed, Feb 13, 2002 at 12:27:50PM -0800, Patrick Kirk wrote:
> I need to see the list of machines on a LAN that can be seen in Network
> Neighborhood ion the Windows boxes.
Check smbclient -N -L ip_adress_of_your_PDC
--
Johannes Franken
Professional unix/network development
mailto:
the CD tested: switch to a shell console, cp /dev/cdrom
/dev/null and watch for error messages. (you might have to replace /dev/cdrom
with /dev/hdc etc., respectively)
--
Johannes Franken
Professional unix/network development
mailto:[EMAIL PROTECTED]
http://www.jfranken.de/
Tom,
sorry for the typo. should be
echo echo -n \> \$1 > /tmp/truncate &&
find /var/log -type f -exec sh /tmp/truncate {} \;
another way to do it would be
find /var/log -type -f -exec cp /dev/null {} \;
HTH
- Forwarded message from Johannes Franken <
x27;re right. What about
echo echo -n \> \$1 /tmp/truncate &&
find /var/log -type f -exec sh /tmp/truncate {} \;
--
Johannes Franken
Professional unix/network development
mailto:[EMAIL PROTECTED]
http://www.jfranken.de/
; and "tcpdump -n & ping 192.168.0.1" say?
--
Johannes Franken
Professional unix/network development
mailto:[EMAIL PROTECTED]
http://www.jfranken.de/
ing that file), so the arguments
left for find are: "/var/log -type f -exec echo -n"
(yet another implementation of the NOP command).
Try
echo >/tmp/blankfile && find /var/log -type f -exec cp /tmp/blankfile {} \;
instead.
--
Johannes Franken
Professional unix/network development
mailto:[EMAIL PROTECTED]
http://www.jfranken.de/
On Sat, Feb 09, 2002 at 02:36:23PM -0200, Pedro Zorzenon Neto wrote:
>Did squid cache got corrupted? why? what happened?
check /var/log/squid/squid.out*
--
Johannes Franken
Professional unix/network development
mailto:[EMAIL PROTECTED]
http://www.jfranken.de/
On Fri, Feb 08, 2002 at 02:01:30PM +0200, Martin Fluch wrote:
> Is there a easy way to make a perl skript to send an http post request
apt-get install libwww-perl
man 1p POST
--
Johannes Franken
Professional unix/network development
mailto:[EMAIL PROTECTED]
http://www.jfranken.de/
e your kernel version differs from what the module expected.
You should either
- build a new kernel containing aacraid.o or
- put debian-kernel 2.2.16 on your bootdisk (e.g. using zdisk)
--
Johannes Franken
Professional unix/network development
mailto:[EMAIL PROTECTED]
http://www.jfranken.de/
12 matches
Mail list logo