Install Python 3.11 on Ubuntu 24.04 (Keep System 3.12) with pyenv
Need Python 3.11 on Ubuntu 24.04 (which ships 3.12)? Use pyenv to install 3.11 side-by-side without touching /usr/bin/python3. At a […]
Need Python 3.11 on Ubuntu 24.04 (which ships 3.12)? Use pyenv to install 3.11 side-by-side without touching /usr/bin/python3. At a […]
If you’re running the open-source version of Kiwi TCMS, you might have noticed that advanced authentication options like OAuth2 and
Running the Android Compatibility Test Suite (CTS) is essential for validating Android devices, but parsing 100,000+ test results manually? That’s
In my previous post, I explained how to mirror AOSP Android 15 into gerrit.maksonlee.com with complete commit history and tags.
In most organizations, your HR system is the source of truth for employee identity data. Meanwhile, OpenLDAP is often used
After filtering and transforming telemetry from ThingsBoard into a clean Delta Lake table, you can begin exploring the data interactively
If you’ve already followed my previous guide to install JupyterLab, you might wonder how to use it for working with
This quick-start example builds on our previous post about installing JupyterLab on Ubuntu 24.04, where we configured a secure, password-protected
Running JupyterLab as a headless server on Ubuntu is perfect for data science, education, or research. In this guide, we’ll