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 Linux
Update Ubuntu apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y && apt-get autoclean && apt-get autoremove Update Alpine apk update && apk upgrade --available && apk cache clean
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,…
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…
Save Site as a Template and use it to create a Site Collection in SharePoint Online
Recently I was browsing the TechNet Forums like I usually do a few times a week, and I’ve seen a question a user was asking, which intrigued me. “When we…
WSUS Cleanup script
Download Start-WsusServerCleanup Automates running the Server Cleanup Wizard against against your parent WSUS server and recursively against all your downstream WSUS servers. It can e-mail a report including WSUS Server,…