Toggen Blog

Tech tips

Articles

Latest

Access

Blog History

Exetel Speed Boost

I normally have 100/40 connection but just trying out Exetel Speed Boost which is 250/25 Worth doing if you have a big download or two to do...

Australian Cyber Security

Australian Gov. Cyber Security Websites with information on recommended Cyber Standards https://www.asd.gov.au/about/what-we-do/cyber-security https://www.cyber.gov.au/learn-basics...

Testing the private/protected methods of a PHP Trait

The Trait <?php declare(strict_types=1); namespace App\Lib\Help\Traits; trait HelpServiceShellExecTrait { protected function shellExec(string $cmd) { // redirect stderr so we can see the output // if the command fails return trim((string) shell_exec(sprintf('%s...

Warning Unifi UDM and UDR do NOT Support PoE+

Just had a situation where a newly installed Unifi U7 Pro was plugged into the PoE port on a UDR, it worked but showed a warning message in the Unifi UI (See following quote and the image below) The access point is connected to a port, which does not supply sufficient...

Alternative to pgAdmin4 on Arm 64 Linux

I have an instance of Arm 64 Ubuntu 24.04 running inside VMWare Fusion on a Macbook Pro M1 Pgadmin4 is NOT available in an arm64 build So an alternative is DBeaver Download and untar the ARM 64 version...