Tag: windows

  • Thumbnail for Key mapping for external PC keyboard on Mac

    Key mapping for external PC keyboard on Mac

    This post is to document my steps to use external Windows keyboard on Mac with custom key mapping. Background Apple’s magic keyboard does not support…

    Read
  • Java Garbage Collection

    Tuning the garbage collector is the most important thing that can be done to improve the performance of a Java application. GC is typically caused…

    Read
  • Virtualization 1 of 4 – Hypervisor

    In broad terms, virtualization of computing resource is about isolation of resources, at different levels. There are five levels of virtualization: In my context I…

    Read
  • Setup WSL2 (and Docker) on Windows 10

    This is not for Linux snobs, but rather for those who are stuck with a Windows work laptop, have to deal with Linux on a…

    Read
  • NTLM and Kerberos protocols

    This article explains how two most common authentication mechanisms (NTLM and Kerberos) work. Both authentication protocols are based on symmetric key cryptography. The protocols themselves…

    Read
  • Introduction to Authentication Frameworks (PAM and SSPI)

    This article gives a very brief high-level introduction to PAM (Pluggable Authentication Module) and SSPI (Security Support Provider Interface) as authentication frameworks in Linux and…

    Read