top of page
Search


Enabling Raspberry Pi vLAN Tagging
To enable VLAN tagging on a Raspberry Pi, install the vlan package with sudo apt install vlan, then load the 8021q kernel module using sudo modprobe 8021q. This setup allows your Raspberry Pi to support 802.1Q VLAN interfaces for use with managed switches and segmented networks.
Apr 152 min read
38 views
0 comments


Windows 11 24H2 Smartcard and Accessing File Share Issues with EventID 40960
The Security System detected an authentication error for the server cifs/DomainController. The failure code from authentication protocol NTLM was "The authentication failed since NTLM was blocked (0xc00004189)".
Apr 142 min read
19 views
0 comments


Quantum-Resistant Cryptography: Preparing for the Post-Quantum Era
While quantum computing promises breakthroughs in various fields, it also poses a significant threat to traditional encryption methods.
Feb 288 min read
13 views
0 comments


PowerShell Logging and Not Start-Transcript
PowerShell's Start-Transcript command is a common choice for logging script output, it has its shortcomings. It records console output (writ
Feb 44 min read
38 views
0 comments


Bitlocker a Closer Look
The concept of a private key in BitLocker differs from that of traditional asymmetric encryption, where two keys (a private key and a public
Dec 19, 20246 min read
87 views
0 comments
bottom of page