Welcome to My Blog

IT related tech tips since 2006

Login

Blog History

MacOS doesn’t need Cups-PDF because of this

I recently tried to install Cups-PDF on macOS Sierra but it failed. However because macOS pretty much prints PDF native you just have to go fishing in /private/var/spool/cups and fish out the PDF data files and rename them and you have a copy of the file you want....

CakePHP+Pheanstalk+Beanstalk+Supervisord

UI Lockups due to long running tasks Recently coded a CakePHP 3 application that would send about 30-60 emails when a user triggered the 'notify' action. When they did this it took probably 30 - 40 seconds for control to return to user. So I was looking at how to fix...