Joseph Zikusooka (ZIK)

@jzik
203 Followers
372 Following
813 Posts

Passionate about Free/Libre Open Source Software. FOSS advocate, developer, contributor and Linux Trainer #FOSS #Linux #Opensource #Security #Python #Smarthome

Contacts: https://zikusooka.com/connect.html

Bloghttps://joseph.zikusooka.com
Linkedinhttps://linkedin.com/in/zik-joseph
BlueSkyhttps://bsky.app/profile/jzik.bsky.social
Githubhttps://github.com/zikusooka

Just pushed a fresh round of updates to Jambula OS Linux including fixes and mitigations for:

โœ… dirty frag (CVE-2026-43284/CVE-2026-43500)
โœ… fragnesia (CVE-2026-46300)
โœ… ssh-keysign-pwn (CVE-2026-46333)

Are you running a Raspberry Pi 5? This is a great time to try Jambula OS - a lightweight, secure, CLI-focused Linux platform built around a local-first service architecture.

Download image & learn more at:

https://jambula.org

#JambulaOS #Linux #OpenSource #RaspberryPi #SmartHome #HomeLab

๐—๐—ฎ๐—บ๐—ฏ๐˜‚๐—น๐—ฎ ๐—ข๐—ฆ ๐Ÿฎ๐Ÿฌ๐Ÿฎ๐Ÿฒ.๐Ÿฑ.๐Ÿฌ is here!

A lightweight, open source Linux OS for Raspberry Pi 5, homelabs & offline-first edge deployments.

This release features:

โœ… Local XMPP messaging
โœ… Better 5 GHz Wi-Fi stability
โœ… Simpler setup tools
โœ… Protected against the Copy Fail vulnerability

Built for makers, tinkerers & self-hosters @homelab

https://jambula.org

#JambulaOS #Linux #RaspberryPi #Homelab #XMPP #CopyFail #DIY #HomeAssistant #SmartHome #IoT #OpenSource

Shoutout to all the Vim fans out there. Vim 9.2 released!
#vim #Linux #freesoftware #FOSS #OpenSource

https://www.vim.org/vim-9.2-released.php

Excited to release version 2025.12.0 of Jambula OS, a free, open source Linux OS for SBCs. Perfect for developers, enthusiasts & DIY smart home builders. If you have or you're hoping for a #RaspberryPi 5 soon, this is the image to grab!

Key features:

๐Ÿ”’ Robust, Private File Sharing

โš™๏ธ Improved Setup & Onboarding

๐Ÿ  Latest Home Assistant

Plus, cool tools for my supporters

https://jambula.org

#JambulaOS #IoT #DIY #RaspberryPi #Development #SmartHome #HomeAssistant #Linux #FOSS #OpenSource

๐Ÿ’ก TIP: On a Linux system using bash, you can compare text strings without worrying about upper or lowercase by using the ,, (lowercase) or ^^ (uppercase) parameter expansion modifiers e.g.

EDITION=CommUNITY

if [[ ${EDITION,,} = community ]]; then
echo "Community"
fi

${EDITION,,} converts the value to lowercase.

@opensuse @fedora @debian
#ZikTIPs #bash #scripting #linuxtips #techtips #feditips #Linux #opensource

TIP: ๐Ÿ’กCheck the remaining battery level for your connected bluetooth device on a typical Linux system using the following command:

bluetoothctl info AA:BB:CC:DD:00:11 | awk '/Battery Percentage:/ {print $4}' | tr -d '()'

* Replace "AA:BB:CC:DD:00:11" with the MAC address of your bluetooth device

@openSUSE  @fedora @debian  #ZikTIPS #Bluetooth #Audio #TechTips #SysAdmin #LinuxTips #CLI #OpenSUSE #Fedora #Debian #Linux #opensource

๐Ÿ’ก On a typical Linux system, you can find bluetooth devices that are paired, connected, and trusted using the following command line:

bluetoothctl devices [ Paired | Connected | Trusted ]

For example: List currently paired bluetooth devices:

$ bluetoothctl devices Paired

Device 00:42:XX:YY:ZZ:YY XXBK85
Device 00:FD:AA:XX:YY:X8 D-26

@opensuse @fedora @debian #ZikTIPS #TechTips #SysAdmin #LinuxTips #CLI #OpenSUSE #Fedora #Debian #Linux #opensource

So happy to see these two back together!

Can't wait to catch up on season 3 of #TheDiplomat with Allison Janney and Bradley Whitford

#TheDiplomatS3 #TVShows #TVSeries

Vibe coding - Fake it until AI breaks it.

#fedihumour #vibecoding #AI #Fediverse