Printing in a Digital Age

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Printing in a Digital Age
# 1  
Old 09-23-2010
Printing in a Digital Age

HPL-2010-113 Printing in a Digital Age - Lin, Qian; Liu, Jerry; Tretter, Daniel
Keyword(s): No keywords available.
Abstract: Paper has been used as an information medium for almost two thousand years. But during the past three decades, there has been a tremendous amount of growth in the number of digitally printed pages. Today, 200 billion pages are shifting to digital printing devices annually, driven by a number of fund ...
Full Report

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Age of file

Hi All.. Is there any easy way to find out how many days older is file? for ex. fileA 20 days fileB 10 days I am currently on AIX, and there is no STAT command available in this environment. What are my options? Thanks Abhijeet R (1 Reply)
Discussion started by: freakabhi
1 Replies

2. Shell Programming and Scripting

Check age of the file

hi, i am working on a shell script where i have 2 files & i need to check age of those files. one file should be of the same day and other shoudn't be more then 20 days old. how could i acheive this? please help!!!! (10 Replies)
Discussion started by: lovelysethii
10 Replies

3. AIX

Visual Age C++

hi , After i installed the visual age c++ its got installed but am not able to find the bin directory in the /usr/vacpp.am i need to install the some fileset ???? please help me.version is 7 mak (1 Reply)
Discussion started by: senmak
1 Replies

4. Shell Programming and Scripting

file age

How can I count the age of the file (e.g. in minutes)? (4 Replies)
Discussion started by: jarmo.leppanen
4 Replies

5. What is on Your Mind?

What is your age? (Part 2)

What is your age? poses an interesting question, but the age categories had some room for improvement. So I thought that I would start a new poll with with a better distribution of age groups. As with the other poll, this is a public poll. People can click on the numbers to see who voted and... (37 Replies)
Discussion started by: Perderabo
37 Replies

6. Shell Programming and Scripting

Check password age

Hi Guys, I hope one of you has already done this and is kind enough to share your script with me. I have a Solaris8 server that uses password aging for its local user accounts. I need a script that checks the age of the password and then sends the user an email if the password is about to... (3 Replies)
Discussion started by: Tornado
3 Replies

7. What is on Your Mind?

What is your age?

What is your age? (15 Replies)
Discussion started by: royal
15 Replies

8. Shell Programming and Scripting

Unix Installation age

Hi.. Is there any way to find out when the OS was installed for a system? How can we find that out? My system is : IBM AIX 4.3.3 RS6000 Thanks, ST2000 (3 Replies)
Discussion started by: ST2000
3 Replies
Login or Register to Ask a Question
MOPD(8) 						    BSD System Manager's Manual 						   MOPD(8)

NAME
mopd -- MOP Loader Daemon SYNOPSIS
mopd [-adf] [interface] DESCRIPTION
mopd services MOP Load requests on the Ethernet connected to interface or all interfaces if '-a' is given. In a load request received by mopd a filename can be given. This is the normal case for e.g. terminal servers. If a filename isn't given mopd must know what image to load. Upon receiving a request, mopd checks if the requested file exists in /srv/tftp/mop, the filename is normally uppercase and with an extension of .SYS. If the filename isn't given, the ethernet address (in lower case, apart from the .SYS) of the target is used as the filename, e.g. 08002b09f4de.SYS and it might be a soft link to another file. mopd supports two kinds of files. The first type that is check is if the file is in a.out(5) format. If not, a couple of Digital's formats are checked. In normal operation, mopd forks a copy of itself and runs in the background. Anomalies and errors are reported via syslog(3). OPTIONS
-a Listen on all the Ethernets attached to the system. If '-a' is omitted, an interface must be specified. -d Run in debug mode, with all the output to stdout. The process will run in the foreground. -f Run in the foreground. FILES
/srv/tftp/mop SEE ALSO
bpf(4), mopa.out(1), mopchk(1), mopprobe(1), moptrace(1) DECnet Digital Network Architecture Phase IV, Maintenance Operations Functional Specification V3.0.0, AA-X436A-TK. DECnet Digital Network Architecture, Maintenance Operations Protocol Functional Specification V4.0.0, EK-DNA11-FS-001. AUTHORS
Mats O Jansson (moj@stacken.kth.se). September 24, 1995