Phonetic alphabet English
NATO Phonetic alphabet Symbol Code word Symbol Code word A Alpha N November B Bravo O Oscar C Charlie P Papa D Delta Q Quebec E Echo R Romeo F…
Handy url’s
Intune Drive Mapping Generator LazyAdmin Prajwal Desai regex101: build, test, and debug regex tabs-not-spaces/Intune.HV.Tools: A set of tools to assist with the creation of Intune managed virtual machines in Hyper-V.…
Update Ubuntu
apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y && apt-get autoclean && apt-get autoremove
Manual: Enabling GPU Access in Portainer & Docker
1. Prepare your server Open a terminal and run the following commands to identify your GPU information: cd /proc/driver/nvidia/gpus/ ls cd [your-folder-name] cat information Alternatively, you can use: nvidia-smi --query-gpu…
How to Disable AppArmor on Proxmox VE (Host and Containers)
If you’re running GPU workloads or nested Docker inside LXC containers on Proxmox, AppArmor can sometimes cause permission issues. This guide explains how to completely disable AppArmor on the Proxmox…
Enable/Disable Apparmor
To switch AppArmor OFF: sudo sed -i 's/^GRUB_CMDLINE_LINUX=""/GRUB_CMDLINE_LINUX="apparmor=0"/' /etc/default/grub && sudo update-grub && sudo reboot To switch AppArmor ON: sudo sed -i 's/^GRUB_CMDLINE_LINUX="apparmor=0"/GRUB_CMDLINE_LINUX=""/' /etc/default/grub && sudo update-grub && sudo reboot
Fixing Duplicate Keyboard Layouts in Windows 11 (Ghost Input Methods)
After a recent Windows 11 update, many users started noticing a strange issue: the language/keyboard switcher (Win + Space) shows two keyboard layouts for the same language, even though only…
How to Change the Time Zone in CMD Windows 10 and Windows 11
Command-line time zone adjustment in Windows 10 and 11 is useful for remote administration and setting the time zone from scripts. The following offers step-by-step instructions on how to change…
Windows 11 opnieuw instellen via Geavanceerde opstartmodus
Als u problemen ondervindt met Windows 11 op uw computer of laptop of als u een nieuwe kopie van Windows 11 wilt zonder de rommel van oude bestanden of apps,…
Provision managed Apple IDs in ABM with Entra and SCIM
Source: https://www.cloudtekspace.com/post/provision-managed-apple-ids-in-abm-with-entra-and-scim Setting up Managed Apple IDs through Apple Business Manager (ABM) using Microsoft Entra ID (formerly Azure AD) and utilizing SCIM (System for Cross-domain Identity Management) allows companies to…
Windows Autopilot Test in Proxmox
Source: https://www.nielskok.tech/intune/windows-autopilot-test-in-proxmox/ I recently moved my home lab from VMware to Proxmox, the next thing was to test Windows Autopilot but I concluded that I missed the serial number for…
MacOS – lock screen when inactive user via Intune MDM
Source: https://www.linkedin.com/pulse/macos-lock-screen-when-inactive-user-via-intune-mdm-natan-perlman-xkgqf/ How to lock the screen after user inactivity. From Intune go to Device -> macOS -> Configuration -> Create a profile -> Settings catalog Click on + Add…
100% score internet.nl voor Exchange Online
Middels de volgende stappen kan een 100% score worden behaald in internet.nl voor Exchange Online domeinen: Connect Powershell naar het betreffende domein: Connect-ExchangeOnline Enable-IPv6ForAcceptedDomain -Domain "domain.whatever"Enable-DnssecForVerifiedDomain -DomainName "domain.whatever" Nieuwe MX…