From 1857afc781d876dbbbe4c7771d17ea5e12699acb Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sat, 30 Aug 2025 07:47:10 +0200 Subject: [PATCH] mqtt_localhost added + apt_extend_debian adapted --- apt-extend-debian | 3 ++- mqtt_localhost | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100755 mqtt_localhost diff --git a/apt-extend-debian b/apt-extend-debian index 6764773..a9b0d79 100755 --- a/apt-extend-debian +++ b/apt-extend-debian @@ -11,13 +11,14 @@ COMMON="$COMMON wakeonlan" COMMON="$COMMON tlp tlp-rdw" COMMON="$COMMON nextcloud-desktop dolphin-nextcloud" # Use KDE-Wayland and activate maliit under System (Search Virtual Keyboard) -COMMON="$COMMON maliit-keyboard xournal" +COMMON="$COMMON maliit-keyboard xournal++" ## COMMON="$COMMON fonts-powerline powerline powerline-gitstatus" MULTIMEDIA="" MULTIMEDIA="$MULTIMEDIA libavcodec-extra libdvd-pkg" MULTIMEDIA="$MULTIMEDIA rhythmbox ario kodi kodi-pvr-hts" MULTIMEDIA="$MULTIMEDIA audacious" +MULTIMEDIA="$MULTIMEDIA ffmpeg" # for pylibs.media ## MULTIMEDIA="$MULTIMEDIA qjackctl carla carla-lv2 carla-vst ardour calf-plugins eq10q fluid-soundfont-gm fluid-soundfont-gs" TOOLS="" diff --git a/mqtt_localhost b/mqtt_localhost new file mode 100755 index 0000000..45e82fd --- /dev/null +++ b/mqtt_localhost @@ -0,0 +1,4 @@ +#!/bin/sh +# +~/my_apps/mqtt_sniffer/venv/bin/python ~/my_apps/mqtt_sniffer/mqtt_sniffer.py -f localhost -p 1883 -n +