https://gist.github.com/junxy/2464633f27345fbe6a98 # if your pfx file is yourdomain.com.pfx # split the name up so you can have a descriptive # cert and key name OUT=yourdomain.com PFX=.pfx # create pem fromat certs from pfx fiiles # and a decrypted key openssl pkcs12...
CakePHP 2.x Validating Forms without a Database Model
I have a CakePHP form that I need to validate but the form fields don't equate to anything in a database table or model. To get it to work I create a dummy 'Model' using ClassRegistry::init, attach all the necessary validation rules, set the POST data from the form to...
Dynamically Displaying the Twitter Bootstrap Version in a CakePHP Page
This is the CakePHP Code that I embed in a page to display the current version of Bootstrap CSS that is in use on the website. Assuming that JQuery is included somewhere on the page all that is required is a target div and then a snippet of javascript created using...
Getting Windows to print to IPP Printer hosted on Ubuntu 18.04
Just some notes for Windows 2008 R2 This is the error message I was recieving when trying to connect to Cups on Ubuntu 18.04 from Windows 2008 Server Definitely have to Install the "Internet Printing Client" feature in Windows Server 2008 and reboot Also may have to...
Since CUPS 2.2 System V interface scripts are no longer supported for security reasons
lpadmin -p weighbridge -E -i /home/jamesm/weighbridge -v socket://192.168.0.28:9100 lpadmin: System V interface scripts are no longer supported for security reasons. So just upgrading a system from Ubuntu 14.04 which uses Cups 1.7.2 to 18.04 which uses Cups 2.2.7....
James is an IT Professional based in Melbourne, Australia.
He blogs about Information Technology, Open Source software, home renovations, good reads and travel.