Welcome to My Blog

IT related tech tips since 2006

Login

Blog History

Copy ISO to USB for Installing Windows

https://rufus.ie/en/ Warning: I tried to burn an ISO to a USB with dd on Linux and it simply wouldn't install on my computer telling me it was missing media drivers. The above program on Windows 10 Pro burnt the ISO to the USB key correctly and I was able to start the...

Remotely Start and Connect to VMWare Workstation VMs

This is on a Ubuntu Linux Host Running 22.04 and VMWare Workstation Pro 16.2.4 Prior to starting the VM guest remotely enable VNC make each vm listen on a different port (i.e. 5900, 5901 etc) VPN or get access to the remote VMWare Host and SSH to it and then run cli...

CakePHP4 Tutorial Videos

So I have been using CakePHP since 2015 and have now started to try and solidify my learning by making Youtube Videos. Similar to Blogging once I create a Video I can refer back to it later. Videos Using Dependency Injection to move Controller Action code to Service...

CakePHP 4.4 – PaginatorComponent is Deprecated

I got this deprecation warning after upgrading to CakePHP 4.4 "PaginatorComponent is deprecated, use a Cake\Datasource\Pagination\NumericPaginator instance directly" I thought that meant I had to run the CakePHP 4 upgrade tool and it would fix it but no. Simple Fix...