[phpBB Debug] PHP Notice: in file /includes/db/dbal.php on line 110: Undefined array key "cached"
[phpBB Debug] PHP Notice: in file /includes/db/dbal.php on line 111: Undefined array key "normal"
[phpBB Debug] PHP Notice: in file /includes/db/dbal.php on line 112: Undefined array key "total"
[phpBB Debug] PHP Notice: in file /includes/session.php on line 885: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 885: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 885: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3391: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3393: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3394: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3395: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
Cabrillo College Linux Classes • View topic - Task 3
Page 1 of 1

Task 3

PostPosted: Tue Dec 16, 2008 5:03 pm
by denise gant
Task 3

service cups status or lpstat -r
service cups start

launch internet
http://localhost:631
Administration tab
check: allow remote administration
click add printer
name: laser
location: room 2501
description: HP LaserJet 1320n
continue
device: AppSocket/HP JetDirect
continue
device URI: socket://<ip>:9100
continue
select: HP - HP LaserJet1320 - enter uname and passwd

cd /opt/lampp/htdocs/xampp/img
convert <file>.jpg <file>.ps
lp -d hp1320 <file>
lpq -P hp1320
file <file> >> /root/final
lpstat >> /root/final
lpq -aP hp1320 >> /root/final
lprm <job#)

Re: Task 3

PostPosted: Tue Dec 16, 2008 11:20 pm
by Kayla Smith
You should change name from "laser" to "hp1320" (or vice versa) to be consistent. :)