Category Archives: Programming

The history of Docker containers (according to GoogleSearch)

Pre-Docker: The Seeds of Containerization 1979: chroot: The concept of process isolation began with the chroot system call in Unix V7, which could change the root directory of a process and its children, effectively isolating them from the rest of … Continue reading

Posted in Programming | Leave a comment

Gemini: Restore computer to domain

I recently migrated my Windows Primary Domain Controller from one server to another.A workstation running Windows 10 could not recognize the shared drive. So I changed the DNS to the new server and flushed the DNS. When I rebooted the … Continue reading

Posted in Programming | 1,369 Comments

Python3 Extension Modules with Boost

Boost (a collection of C++ libraries) provides excellent tools for writing Python extension modules in C++. However building these modules for Python3 has some issues. This blog suggests a workaround Continue reading

Posted in Boost, C++, Programming, Python, Uncategorized | 8,101 Comments