Toggen Technology Blog
This is a collection of posts starting in 2006. Focusing mainly on Linux, Open Source Software and technical tips collected over several decades in IT
Business NBN100 TPG with Fixed IP
So yesterday (22/1/2021) I decided to go with a new service I went from a consumer NBN50 to a "Business" NBN100 product. The difference in price is $69.99 to $109.99 per month a jump of $40 dollars or $10 a week. A couple of speed tests a few minutes apart shows the...
PC Build
I recently built myself a PC using the SilverStone SG13 Case. I am planning to use it as a Hot Spare. So any client that has a failure can keep running. Using an older 240GB SSD I had lying around and the parts listed in the table I found the CPU cooling wasn't...
How to login to an AzureAD Domain Joined Windows 10 via Remote Desktop
You may have a weird local username on your AzureAd Joined Windows 10 Pro device dsregcmd.exe /status ... snippage Executing Account Name : AzureAD\RupertShocking_xvj0pkur, rupert@example.com ... snippage whoami /UPN rupert@example.com The secret is the format...
Just discovered you can write in Markdown with WordPress
Heading 2 Just insert a Markdown block using gutenburg and away you go I would like to create a definition list Defintion List Heading : This is the definition text Heading 3 And I quote Heading 4 A Code Block { "some": "json" } A code block 2...
XDebug over SSH into Container with VSCode
My Layout I'm connecting from VSCode running on Windows 10 Pro to the Linux host via SSH. The Linux Host has the project files and there is a docker container running on the Linux Host which provides the LAMP stack development environment. This is how I got XDebug...
Ubuntu 20.04 files created in /etc/sudoers.d not working
In my Ubuntu 20.04 installation the /etc/sudoers.d directory has the following default files 99-snapd.conf README So you would assume that creating a file such as 50-mysudo.conf with the contents needed to allow passwordless sudo would work jamesm ALL=(ALL:ALL)...