Today, I finally figured out how to make my ubuntu laptop print to a Sharp MX-4501N workgroup copier. It was hell.

Basically, you need to get the .ppd from sharp - that part is easy. Then, if like my office, yours bases everything off of the 'user number' in the windows, you'll need to add this little bit to the .ppd before install. I put it right before all of the %== constraints lists and options.

*% **** Account number
*JCLOpenUI *JCLMXaccount/numero: PickOne
*OrderDependency: 80 JCLSetup *JCLMXaccount
*DefaultJCLMXaccount: A#####
*JCLMXaccount A#####/#####: "@PJL SET ACCOUNTNUMBER=<22>#####<22><0A>"
*JCLCloseUI: *JCLMXaccount

Make ##### your user number. You can probably change numero to number, but, I pulled this off of a spanish site, it works, and I'd prefer not to mess with it.

So, things are going pretty well. The new host is set up pretty well. So far:

Web Server w/ VhostsDONE
Secure (https) Admin SiteDONE
SSH Server locked down to pubkey onlyDONE
Synchronet reinstalled.DONE
Postfix configured to forward local mail to google appsDONE
Google apps cnames, spf, mx and such installedDONE
Backup script using offsite storageDONE
Logrotation scripts installedDONE
IRC Bouncer installedDONE
IRC Bot installedDONE
Firewall installedDONE

Of course, before I forget, the adventures in BBSing continue. My synchronet install is up and running again, better than ever. You can ...
[read more]