Toggen Blog
Tech tips
Articles
Latest
Windows 10 Update History
Microsoft Publishes the contents of each Windows 10 update to allow for you to review and understand what is contained there-in. With the forced updates and limited ability to delay updates it's more of a retrospective "What we did to your computer" page. It also...
Creating a G-Suite non-billed Admin Account
I have been looking for a way to support G-Suite clients without them having to pay an extra license for me to admin their G-Suite Accounts The question on whether this can be achived has been asked and answered in the Google forums with two answers: NoYes The second...
The OneDrive Recycle Bin gives you 93 Days to Change Your Mind
If you have a Microsoft 365 subscription (Formerly Office 365) you get a recycle bin that stores deleted files for 93 days. This can be a handy if you have a I shouldn't have deleted that moment
VMWare Workstation 15.5.6 build-16341506 on Fedora 32 kernel-core-5.7.16-200.fc32.x86_64
Last Default Fedora 32 Kernel that VMWare Workstation just works with no mods If you like you can use an older kernel and just pin it to be the default kernel 5.6.19-300.fc32.x86_64The last Fedora 32 kernel that works with VMWare Workstation that I know of. Compiling...
Embedding a create-react-app project into a CakePHP 4 View
Updated: 17 May 2022 Step 1 - Create the React App I find it good to create the React project inside my CakePHP APP directory so I can keep it under the same git repository. To create the react project use create-react-app: cd /var/www/wms/src mkdir React npx...
Cups Allow all from localhost and Basic Auth from remote
<Location /> # tgn Use auth and disable remote printing Order allow,deny Allow from 127.0.0.1 AuthType Default Require user @SYSTEM Satisfy any </Location> <Location /admin> # tgn Allow remote administration with Auth AuthType Default Require user @SYSTEM...
