Script for installing faculty printers on Linux via Samba print server.
<aid="orgf4392e4"></a>
## Advantages
- You can print on WiFi using Samba. (With unauthenticated IPP printing you are allowed to only print via Ethernet cable.)
- You can add a FI printer to your existing CUPS instance. This way, you don’t have to switch configurations.
- You don’t need to have the same login on your computer as your faculty login.
<aid="orgcb9b557"></a>
## Disadvantages
- Printers have to be installed one by one.
- This is not the prefered way of printing on fi. (Prefered way is via Kerberos.)
<aid="org3e0a2f0"></a>
## Pre-requirements
- root access (or sudo)
- running local [CUPS](https://www.cups.org/) print server
- Samba client (`smbclient`)
- Python2 for `copy4a` and `copy5b`
<aid="org3500a46"></a>
### Warning
If you are printing with unauthenticated IPP or Kerberized IPP, you will have to remove client configuration file for CUPS, which is located at `/etc/cups/client.conf`.
<aid="org43e57fc"></a>
## Usage
Usage: `./install.pl <printer-name>` , where `<printer-name>` is a valid printer name.
For example, to install printer `lj2b` run
./install.pl lj2b
After running the script, you will be prompted for you faculty login(username and password).
<aid="org0c221ba"></a>
### Available printers
Currently available printers:
- copy2a
- copy3a
- copy4a
- copy4b
- copy4c
- copy5b
- copy5c
- lj2a
- lj2b
- lj3a
- lj-a302
- lj3b
- lj4a
- lj4c
- lj4p
- lj5c
You can find out more information on <https://www.fi.muni.cz/tech/unix/print.html>.