Printing with Ubuntu
From wiki.breedveld.net
Capgemini OpenSource-PPT work-space
First configure your default papersize to A4 and add some necessary packages:
sudo echo "A4" > /etc/papersize sudo apt-get install cups-pdf sudo /etc/init.d/cupsd restart
Configure the Cap mono printer:
System -> Administration -> Printing Add a new printer Take "Other" Device URI: smb://nlprs02.corp.capgemini.com/mono-canon Description: mono Authentication: CORP\<user> + password Model: Canon ImageRunner C5185i Footmatic/pxcolor
Configure the Cap color printer:
System -> Administration -> Printing Add a new printer Take "Other" Device URI: smb://nlprs02.corp.capgemini.com/color-canon Description: mono Authentication: CORP\<user> + password Model: Canon ImageRunner C5185i Footmatic/pxcolor
Configure the printing to PDF:
sudo apt-get install cups-pdf
Add the Cups printer:
System -> Administration -> Printing Add a new printer Take "Generic-CUPS-PDF-Printer"
PDF's are generated in /home/<user>/PDF
Printen vanuit een virtuele windows Machine via de locale cups-daemon:
eerst op ubuntu kijken hoe je printer heet - firefox starten - ga naar http://localhost:631 - tab-blad printers - klik op de bewuste printer - de URL in je adres balk is de printer-locatie ( in mijn geval http://localhost:631/printers/Color)
onder Administration, vink aan: - "Share printers connected to this system" - "Allow printing from the Internet"
bepaal de hostname van je ubuntu pc: - type "hostname" in een command-prompt venster ( in mijn geval wordt het printer adres: http://roland:631/printers/Color )
Op de windows VM: - printer toevoegen - kies netwerk-printer - kies printer on the internet - type bij URL in mijn geval http://roland:631/printers/Color Selecteer de juiste printer: - Voor Color: HP Color Laserjet 4700 pcl3 (eventueel laserjet 4) - Voor mono: HP Laserjet 4345 MFP Postscript
