红联首页 凝聚Linux人的力量
菜鸟过关 | 精华文档 | 同城人(交友) | 我与Linux的故事 | Linux新闻 | Linux视频 | Linux人才 | 软件下载 | 大学校园 | English
发新话题
打印

How to use printer Linux in Lab

How to use printer Linux in Lab

1. normal:
//Desktop is not desktop
//default printer is black/white printer, which is old now. it's a two sides printer.and U hv to put the red button.it means U can print now.

sya_nei@hook:~$ cd Desktop
sya_nei@hook:~/Desktop$ lpr 00946629.pdf

2. color .pdf file.
//a little bit difficult.
// my machine in the lab is 64bits' under debian OS.
//So, the first step is to exchange the envirnment from 64bits' to 32bits'.

sya_nei@hook:~/Desktop$ dchroot -d

//now, hv change from 64bits' to 32bits'
//then, start the acroread &

I: [i386 chroot] Running shell: '/bin/bash'

i386:sya_nei@hook:~/Desktop$ acroread &
//I can use the acroread to print the color .pdf

// after do it .exchange my pc from 32bits' to 64 bits'

i386:sya_nei@hook:~/Desktop$ exit

#
sammry, the command lines are :

$dchroot -d

$acroread &

$ exit

TOP

发新话题