Adding a missing function definition Using the VS Code Intelephense Extension. You get a squiggly line under a function you know exists. When you hover over it the popup says "Undefined function ... " Go to Preferences and Settings [ Ctrl + , ], search for stubs and...
IT Tips
CakePHP 4 $this->request->referer() not working in production
Just had a situation where I couldn't get a redirect to work. My CakePHP app is in an Apache enabled docker container behind an nginx reverse proxy $this->redirect($this->request->referer()); The above simply refused to work in my development environment it worked...
Reverse Proxy Cups in Nginx
The process is similar to my previous post on proxying a sub directory back to the root. For example https://example.com/test => proxies back to / in the docker container upstream cups-endpoint { # in my case I'm using cups inside # a docker container and exposing #...
June 20 – Moved to Amazon Sydney
So for a while I have been using a Digital Ocean droplet based in Singapore and it is cheaper than an AWS EC2 Instance However I did some tests and found that ping times to Sydney from Melbourne were ~20ms and to Singapore ~400ms I noticed some lag problems with a web...
Why you should put your compute as close as possible to your users
I'm in Melbourne notice the round trip time from my browser to Sydney Amazon Servers 30ms You can test this by finding a ping-able IP address in the cloud you are using to host your VM and compare with one from the another location...
Wine System Tray on Gnome Shell Fedora 32
I love gnome-shell I love the simplicity, the integration of the all the system settings in one place and the ability to extend it with extensions But it looks like in their quest to align with the Fisher-Price Desktop Standard they have trimmed some functionality...
Password Safe .desktop File
Been struggling to come to terms with Gnome Shell removing the Windows System Tray functionality Have installed some extensions to get tray icons showing sudo dnf install gnome-shell-extension-topicons-plus sudo dnf install gnome-shell-extension-appindicator sudo dnf...
Fedora 32 on AMD Ryzen 5 PC with Nvidia Graphics
Component List This is the exact components for the system I am running Fedora 32 on. See below for some of the config changes or hacks that I did to get things running. Brateck BT-LDT02-C024 Dual LCD Monitor Flexi Arm Table Stand w/Arm & Desk Clamp VESA 75/100mm...
The COVID Configuration
I've been stuck at home for a few months now due to COVID-19 isolation. My wife comments regularly on how hunching over my Macbook Pro all day gives me much spine curvature. "Bad posture", "Terrible posture" etc. So I haveĀ a solution which will bring my head up to a...
Moving from Evernote to Onenote
Just a couple of observations regarding moving from Evernote to Onenote. This is further to my previous blog post https://toggen.com.au/it-tips/how-to-export-evernote-notebooks-to-onenote Allow sufficient time for Notebooks to Sync to OneDrive / Sharepoint When you...
