Here is a tutorial of using the University of Reading’s FollowMe Printer on Linux.
Pre-requisites
This section is copied from the official instruction for Windows devices.
- Your device must be connected via Eduroam to the University of Reading network (or wired connection).
- You must not be using a VPN
- You must have a valid University of Reading IT user account. This service is unavailable to visitors.
Instructions
Firstly, install cups and samba, and other necessary packages. Please refer to Arch Wiki or the document of your own Linux distro.
Once cups and samba are configured properly, visit http://localhost:631 in your browser. If a popup asks for your username and password, use the ones of your Linux system. Then:
- Click
Administrationin the top bar. - Click
Add Printerin the “Printer” section. - Choose
Windows Printer via SAMBA. - Enter the following address in the
Connectionfield:smb://RDG-HOME/<your_student_number>:<your_password>@uorprint.rdg.ac.uk/FollowMe-BWThe student number is like “ab123456”, and special characters in your password (if present) should be escaped following the URL encoding rule. - Click
Continue. - Give it a name, for example,
FollowMe-BW. - Choose
GenericforMake, andGeneric PostScript PrinterforModel. - Save.
- Add the
FollowMe-Colourfor colour printing if you need it. - Congratulations! Now you can send your files to the University Printers.
Notes
Security concerns
Your username and password will be stored in plaintext in /etc/cups/printers.conf. However, this file can only be read by its owners (in my case, root and cpus), so the risk is relatively small for personal computers.
If you cannot accept this risk, remove your username and password from the URL and use smb://uorprint.rdg.ac.uk/FollowMe-BW. Theoretically, in this case, you will be asked for your username and password when you create a print job. I’m not sure whether any desktop environment offers a “remember password” feature.
My credential is hardcoded but still being asked
run this command in your console:
sudo lpadmin -p FollowMe-BW -o auth-info-required=none
文档信息
- 本文作者:Sun Jiao
- 本文链接:https://www.sunjiao.net/2026/02/24/linux-u-o-reading-printer/
- 版权声明:除正文中已指明的外,遵守知识共享 署名-相同方式共享 4.0 许可证

