Joseph Zikusooka (ZIK)

Linux Systems Engineer specializing in open source software technologies | Very experienced in building and configuring UNIX/Linux systems and servers. Passionate about developing software applications and hardware for the smart home | Currently serving as technologist at Jambula Labs and the project leader at JambulaTV, a smart home automation and entertainment platform - https://jambulatv.com | This blog focuses on the following areas: Linux How-Tos and Tutorials ::: IT Security News ::: Free and Libre Open Source Software ::: Smart Home Software ::: Digital Innovations in East Africa https://mastodon.social/@jzik | https://github.com/zikusooka

Jambula OS Linux – Version 2025.1.0 Released

I have just compiled and released a new image for Jambula OS Linux version 2025.1.0! This exciting update features a range of innovative enhancements, including:

๐ŸŒŸ Seamless integration with the latest Home Assistant smart home software

๐Ÿ“… Radicale, the lightweight and powerful CalDAV/CardDAV server for all calendaring needs

๐ŸŽต A local music server that supports audio announcements and alerts

๐Ÿ•ฐ๏ธ A talking clock feature that announces the time at hourly intervals

๐ŸŒฆ๏ธ Periodic weather updates delivered through voice alerts tailored to your location

๐Ÿ“ท MQTT-based triggers activated by motion detection from the built-in camera server

For more information about Jambula OS Linux, including instructions on how to download and install it, please visit:

https://github.com/zikusooka/Jambula-OS

Hass Core Installer, a new Home Assistant Installer and upgrade tool for Linux

I’m excited to announce that I have uploaded a new tool called HASS Core Installer. As you have guested, its a handy tool that makes it very easy to install, upgrade, and uninstall Home Assistant Core on Linux. So weather you are a beginner, intermediate, or advanced Home Assistant user, this tool is just what you need if any of the official and recommended methods are not sufficient for your use case.

I initially developed this tool for use on Jambula OS, a custom tailored Linux operating system designed for SoC devices such as the Raspberry Pi. However, you can use it on any Linux distribution such as Ubuntu, Fedora, OpenSUSE, Ubuntu, Debian etc.

HASS Core Installer also works off-line allowing for local installations and upgrades of Home Assistant in scenarios where there’s no access to the Internet.

To get started or contribute to this project, check out the HASS Core Installer repository on my Github!

Jambula OS Linux now offers support for Home Assistant

๐Ÿš€โœจ Exciting news for smart home enthusiasts! I have added support for Home Assistant Core installs & upgrades to Jambula OS (starting with version 2024.10.0) ๐ŸŽ‰

โš™๏ธ Jambula OS is a custom Linux operating system ๐Ÿง designed specifically for SoC devices like the Raspberry Pi 5

โฌ‡๏ธ You can download it here: https://github.com/zikusooka/Jambula-OS/

๐Ÿก Upgrade today and kickstart your journey to creating a private, offline smart home ๐Ÿ’กhub!

Linux TIPS

  1. Loading Mastodon feed...

Open source software tools I used while preparing for Creative Freedom Summit 2024

This week I will be presenting at the Creative Freedom Summit 2014. In case you donโ€™t already know about it, the Creative Freedom Summit is a virtual conference dedicated solely to the features and benefits of Open Source creative tools.

My talk at this open source summit will be focused on JambulaTV, a smart home hub I built using only Free/Libre open source software (FLOSS) tools. You can read the details of what my talk is about at:

https://creativefreedomsummit2024.sched.com/event/1Xzv4/using-fedora-linux-to-create-a-private-and-locally-based-smart-home-hub

To prepare for my presentation, and in the spirit of open source software, I exclusively used the following open source tools:

LibreOffice Impress: Used to create the slide show

LibreOffice Impress is part of the LibreOffice suite and is used to create powerful and nice looking slide shows for presentations

https://www.libreoffice.org/discover/impress

OBS Studio: Used to record the video session

OBS Studio is a free and open-source, cross-platform screen-casting and streaming app. It is available and packaged for nearly all the major Linux distributions

https://obsproject.com

GIMP: Used to create or edit the graphics used in the slide show


GNU Image Manipulation Program, commonly known by its acronym GIMP, is a free and open-source raster graphics editor used for image manipulation and image editing, free-form drawing, transcoding between different image file formats, and more specialized tasks.

https://www.gimp.org

FFMpeg: Used to clean up the audio/video output file

FFmpeg is a free and open-source software project consisting of a suite of libraries and programs for handling video, audio, and other multimedia files and streams.

https://ffmpeg.org

Jitsi: To remotely connect with the summit hosts for the virtual presentation

Jitsi is a free and open-source multiplatform voice, video conferencing and instant messaging applications for the Web platform, Windows, Linux, macOS, iOS and Android.

https://jitsi.org

Linux, Python, Security, and Open Source Software TIPS

  • I've uploaded the latest ๐‰๐š๐ฆ๐›๐ฎ๐ฅ๐š ๐Ž๐’ image – version ๐Ÿ๐ŸŽ๐Ÿ๐Ÿ“.๐Ÿ—.๐ŸŽ. This release continues the work I've been doing to make Jambula OS, a reliable, lightweight Linux platform for SoC devices like the Raspberry Pi 5. If you're building smart automation solutions on embedded platforms, this update is definitely worth checking out.Highlights in this update: Bluetooth speaker support, Kea DHCP, and much more!https://code.jambula.net/zikusooka/Jambula-OS #JambulaOS
  • The talks from this year's Open Source Summit Europe are now available @linuxfoundationCheck out the full playlist at:https://youtube.com/playlist?list=PLbzoR-pLrL6qKwLt8A787ggMLHNivOHve#OSSummit #OSSEU
  • Hass Core Installer 2025.9.0 released! No major changes – I just updated to the latest Home Assistant release.This free and open source tool helps you install/upgrade Home Assistant via the (now deprecated) core method for those who prefer its flexibility. https://github.com/zikusooka/hass-core-installer#HomeAssistant #FOSS
  • For anyone interested in using Kea DHCP server on buildroot, I have submitted a new package patch that is currently awaiting upstream review. You can check it out here: https://patchwork.ozlabs.org/project/buildroot/patch/20250903113307.100754-1-zik@jambula.net/@iscdotorg #ZikTIPS #buildroot #dhcp #networking
  • ๐Ÿ’ก Calculate the number of days since a given date (e.g. 30 June 2025) on a Linux system:echo $(( ( $(date +%s) – $(date -d "2025-06-30" +%s) ) / 86400 ))@opensuse @fedora @debian #ZikTIPs #Linuxtips #LinuxTechTips #FOSS
  • ๐Ÿ’กDid you know you can just run the mount command with -m flag to create a non-existent mount point instead of first creating it.e.g. mount -m /dev/sdc1 /myflash#ZikTIPs #linuxtips #techti
  • So I won't be able to attend or present my previously scheduled talk at #FOSSY2025 in Portland, OR. Disappointed to miss this amazing event and the vibrant #FOSS community. Nevertheless, I wish everyone attending a fantastic conference filled with inspiring talks and great connections. Hope to join you all in person at #FOSSY25 #FOSSY2026! @conservancy
  • In FOSS circles, we often speak of representation, equity and community – but are we truly reaching those most affected by the digital divide?2 weeks ago at the conference in Nuremberg, I spoke about this & how it continues to shape access, opportunity & equity especially in rural regions of Africa. I explored how FOSS can be a tool for empowerment, resilience & impact @opensuseVideo: https://youtu.be/olMcEiI8EVw#FOSS #DigitalDivide #GlobalImpact #TechForGood
  • Had a great time at @opensuse Conference 2025 in Nuremberg! A highlight was the hands-on workshop by @tropicsquar, showcasing #TROPIC01 โ€” the first open and auditable secure element. A big step for verifiable hardware #security in systems, edge devices & secure infrastructure.Thanks to the Tropic Square team for the great session and the devkit#HardwareSecurity #EdgeComputing #TROPIC01 #TrustedHardware #SecureChips#IoTSecurity #NoObscurity #OpenHardware
  • Agama, the modern, adaptive and modular installer for @opensuse has reached a new milestone: Version 16For what's new, checkout: https://agama-project.github.io/blog/2025/07/04/agama-16If you're not yet familiar with Agama, watch this talk and live demo I did at the openSUSE Conference 2025 recently:https://youtu.be/LXJbOy-pXMc#Agama #FOSS
  • In case you missed my talks or others at the @openSUSE Conference that took place in Nuremberg, Germany #oSC25 – all sessions are now published and ready to watch! Dive in and catch up on the latest in #FOSShttps://t.co/63N4y6IDhK
  • Demo of Agama Linux Installer at OpenSUSE Conference 2025 โ€“ Nuremberg, GermanyOver the weekend at the OpenSUSE Conference 2025 in Nuremberg, Germany, I had the pleasure of showcasing Agama, the innovative new Linux installer set to debut in openSUSE Project Leap 16 and SUSE Linux Enterprise Server 16.While still in active development, this tool is shaping up impressively and promises to redefine the future of unatthttps://joseph.zikusooka.com/?p=2742#Tips
  • Yesterday at the OpenSUSE Conference 2025, I had the pleasure of demonstrating Agama – the innovative new Linux installer set to debut in @openSUSE Leap 16 and @Suse Linux Enterprise Server 16.Curious to learn more or get started? Explore the full documentation here:https://agama-project.github.io/docs/user#oSC25
  • It's Day 3 of #oSC25 here in Nuremberg, ๐Ÿ‡ฉ๐Ÿ‡ช! This morning I am talking about the future of automated and unattended๐ŸงLinux installations using ๐Ÿ’ป @openSUSE new tool called Agama.Looking forward to sharing ideas on what's next for openSUSE leap and especially .https://streaming.media.ccc.de/osc25#opensuse
  • Happy to be part of the openSUSE community as we celebrate 20 incredible years of freedom, stability, and fun at #oSC25 in beautiful Nuremberg, Germany ๐Ÿง๐ŸŽ‰ @opensuse It's been inspiring to connect with fellow Linux enthusiasts, contributors, and innovators while reflecting on two decades of open source excellence. Here's to making the next 20 years even more exciting!#openSUSE #oSC25 #openSUSE2025 #Nuremberg #FOSS #20YearsOfopenSUSE
  • It's Day 1 of OpenSUSE Conference 2025! Really excited about the lineup of speakers. Join me later this afternoon, as I talk about free and open source software empowerment, sharing my very own experiences as not only a user/developer but also an advocate of #FOSS on the African continent. Live streaming at: https://streaming.media.ccc.de/osc25@opensuse @SUSE #oSC25
  • I am currently in transit through Dubai, en route to the OpenSUSE Conference 2025 (#oSC25). Iโ€™m excited to be speaking about the transformative power of open source software like @OpenSUSE and its profound impact on empowering underserved communities.Join me this Wednesday at 10:45 CEST as I share my firsthand experiences from rural Africa and explore how open source is driving real change on the ground.https://events.opensuse.org/conferences/oSC25/program/proposals/4989
  • I'm excited to announce that I will be speaking at @opensuse Conference 2025 this week!I will be giving 2 talks – one close to my heart & another diving deep into technical content. It's a huge honor to share my work with the open source community.If you would like to support me in getting there, it is not too late to contribute to my travel fund:https://www.gofundme.com/f/fund-ziks-journey-to-global-tech-conferencesThank you for your supportTalks:https://events.opensuse.org/conferences/oSC25/program/proposals/4989https://events.opensuse.org/conferences/oSC25/program/proposals/4988#oSC25
  • Announcing Jambula OS Linux Version 2025.6.0 โ€“ Now Available!I'm excited to share that the latest image of Jambula OS Linux – Version 2025.6.0 is officially live!This small, maintenance-focused update wraps up important improvements as I look ahead to a week full of fresh open source ideas, conversations, and community engagement.Why Jambula OS?Jambula OS is a lightweight, flexible Linux distribution optimized shttps://joseph.zikusooka.com/?p=2731#Tips
  • ๐Ÿ’ก It's conference ๐ŸŽค season! Impress your audience with a slick QR code using these easy commands on Linuxโœ… Add your content to a text file:printf " Name: Zik Joseph\n Blog: https://zikusooka.com \n" > my_contacts.txtโœ… Convert text file (and contents) into QR code image:qrencode -o zik.png -r my_contacts.txtThats all! Add zik.png to your slides. Easy, classy.#ZikTIPS #TechTips #LinuxTips #Conference #FOSS

How to install the latest Python 3 version on Linux using sources

Introduction

Python 3.11.0 was officially released on October 24 2022. However, most Linux distributions have not yet upgraded to the latest Python version i.e. Python 3.11.2 (released on February 8 2023). Please visit this page to see the most recent versions.

The jump from versions 3.10.X to 3.11.X brought with it significant changes and improvements to Python code. Among the improvements is that Python is now 10 – 60% faster than before. Thatโ€™s a big and noticeable speed boost. So beyond the usual reasons for upgrades i.e. security etc, I really wanted this version on my Linux desktop as soon as the final release was made publicly available.

If you are like me and donโ€™t like waiting for your favourite open-source program to be supported on your Linux distribution, here is how to install the latest Python 3 version on Linux using sources.

Before you begin, check the current version on your Linux system:

python  --version

Currently the version of Python on my Linux system is three (3) releases behind. So it is time for me to upgrade to the most recent version.

CAUTION: Due to the many dependencies on the currently installed Python common package, I highly recommend that you do not remove the existing version. Instead, we will install the latest version in an alternate location e.g. /usr/local

Prerequisites

Please ensure that your Linux system has the following packages installed:

On Ubuntu or Debian:

sudo apt-get install build-essential

sudo apt-get install autoconf automake gdb libffi-dev zlib1g-dev libssl-dev libncurses5-dev libgdbm-dev libnss3-dev libreadline-dev libsqlite3-dev

On Fedora or Rocky Linux:

sudo dnf groupinstall “Development Toolsโ€

sudo dnf install openssl-devel libffi-devel bzip2-devel sqlite-devel

* You will also need wget which is generally included by default on most Linux distributions

Visit the Python downloads page for sources to get the direct link to latest Python source package. In this tutorial I will be using the XZ compressed source tarball i.e. Python-3.11.2.tar.xz

Download the latest Python package to a temporary directory:

wget  -c  -P /tmp  https://www.python.org/ftp/python/3.11.2/Python-3.11.2.tar.xz

Unpack the Python 3 tarball:

tar xvf /tmp/Python-3.11.2.tar.xz -C /usr/src

Compile and build Python:

cd  /usr/src/Python-3.11.2

./configure  --prefix=/usr/local  --enable-shared  --enable-optimizations  --with-system-expat  --with-system-ffi

IMPORTANT: Ensure the prefix i.e. โ€˜/usr/localโ€™ you use is different from that used by your Linux distribution otherwise you will overwrite the default Python 3 installation!

Optional: You can make some of your modules a permanent part of the Python interpreter. To do so, simply modify the file: Modules/Setup.local before running make. To see my my local setup, see the appendix.

sudo  make

TIP: you can add โ€œ– j $(getconf _NPROCESSORS_ONLN)โ€ to the make command in order to speed things up i.e. sudo make -j $(getconf _NPROCESSORS_ONLN)

sudo  make  altinstall

Add the following export command to your shell initialization file:

Using Bash shell:

echo  โ€œexport  LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/libโ€  >>  ~/.bashrc

Then source the file for now:

source  ~/.bashrc

To verify if you now have the latest Python 3 (including pip installer) versions:

/usr/local/bin/python3.11 โ€“version

/usr/local/bin/pip3.11 โ€“version

Congratulations! You now have the latest Python 3 version on your Linux system.

NOTE: When your distribution eventually catches up, you can remove this installation by issuing the ‘make uninstall‘ command in the installation directory i.e. /usr/src/Python3.11

Appendix

Here’s my sample ./Modules/Setup.local file:

array -DPy_BUILD_CORE_MODULE arraymodule.c
_contextvars _contextvarsmodule.c
_struct -DPy_BUILD_CORE_MODULE _struct.c
_random _randommodule.c -DPy_BUILD_CORE_MODULE
_elementtree -I$(srcdir)/Modules/expat -DHAVE_EXPAT_CONFIG_H -DUSE_PYEXPAT_CAPI _elementtree.c
_pickle -DPy_BUILD_CORE_MODULE _pickle.c
_datetime _datetimemodule.c
_zoneinfo _zoneinfo.c -DPy_BUILD_CORE_MODULE
_bisect _bisectmodule.c
_asyncio _asynciomodule.c
_json -I$(srcdir)/Include/internal -DPy_BUILD_CORE_BUILTIN _json.c
unicodedata unicodedata.c -DPy_BUILD_CORE_BUILTIN
fcntl fcntlmodule.c
spwd spwdmodule.c
grp grpmodule.c
select selectmodule.c
mmap mmapmodule.c
_csv _csv.c
_socket socketmodule.c
termios termios.c
resource resource.c
_posixsubprocess  -DPy_BUILD_CORE_BUILTIN _posixsubprocess.c
audioop audioop.c
_md5 md5module.c
_sha1 sha1module.c
_sha256 sha256module.c -DPy_BUILD_CORE_BUILTIN
_sha512 sha512module.c -DPy_BUILD_CORE_BUILTIN
_sha3 _sha3/sha3module.c
_blake2 _blake2/blake2module.c _blake2/blake2b_impl.c _blake2/blake2s_impl.c
syslog syslogmodule.c
binascii binascii.c
zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
pyexpat expat/xmlparse.c expat/xmlrole.c expat/xmltok.c pyexpat.c -I$(srcdir)/Modules/expat -DHAVE_EXPAT_CONFIG_H -DXML_POOR_ENTROPY -DUSE_PYEXPAT_CAPI
_multibytecodec cjkcodecs/multibytecodec.c
Scroll to top