James McDonald

Access

Blog History

Add customized certs to XRDP

This replaces the www.xrdp.org cert and adds the ability to connect via DNS Name or IP using Subject Alternative Names. Example of adding subjectAltName so you can connect via mstsc.exe to multiple DNS names and IP Address or Addresses openssl req -x509 -newkey...

read more

CakePHP quickly install pre-reqs

https://toggen.com.au/it-tips/install-node-in-usr-local/ Install the basic pre-req's for PHP and CakePHP sudo apt install zip unzip curl php php-cli php-{bz2,curl,mbstring,intl,xml,sqlite3} -y You need to also install a suitable database driver SQLite Database Driver...

read more