Skip to content

jo47011/cups_printserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cups_printserver

A simple cups print server printing postscript and pdf.

To install later updates on an existing VMWare Image :

git clone [email protected]:jo47011/cups_printserver.git
rsync -av cups_printserver/ [email protected]:/usr/local/cups_printserver
ssh user@<ip>
cd /usr/local/cups_printserver && make clean && make
chmod 777 cups

To change the IP address of the image:

Wenn Ihr eine feste IP vergeben wollt, dann mußt Du das (als root) in /etc/network/interfaces eintragen. Aus:

auto eth0
iface eth0 inet dhcp

wird dann

auto eth0
iface eth0 inet static
address <IP>
gateway <GW>
netmask <NETMASK>

Kommando-Zeile mit curl:

curl -s --data-binary "@ASC-FILE" "http://192.168.2.42/axt/?agb=1&kopie=1&… " > PS-FILE

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published