Skip to main content
Advice
0 votes
14 replies
116 views

Context I have a smart meter which regularly emits telegrams about electricity (and gas/water) consumption over a serial port, which I have connected to a Pi. These telegrams are received once per ...
Jan Ceuleers's user avatar
0 votes
0 answers
46 views

I'm building a smart mirror that (hopefully) uses google-cloud-console to integrate google assistant to a raspberry pi for voice command. google-assistant-pushtotalk required a python version <=3....
Jennifer Ferenc's user avatar
0 votes
1 answer
68 views

I have Ubuntu and Raspberry Pi OS machines that I am trying to use to talk with Allen-Bradley PLCs using df1 protocol. There is a python import aptly called df1py3 that can communicate with these PLCs,...
Andy Sagraves's user avatar
0 votes
1 answer
159 views

I have been stuck to record audio in a debian vitual machine. uname -a gives: configuration is - 5.10.0-31-cloud-amd64 #1 SMP Debian 5.10.221-1 (2024-07-14) x86_64 GNU/Linux. I have installed pulse ...
Srishino's user avatar
1 vote
0 answers
416 views

The package doesn't let itself remove itself and doesn't let itself be properly installed what is the problem? sudo apt install libsvtav1enc1d1 Paketlisten werden gelesen… Fertig Abhängigkeitsbaum ...
Apoliticalboy's user avatar
0 votes
1 answer
280 views

So I've been building my image for a while now locally with out any problem: FROM python:3.12-slim RUN apt update {...} Now I wanted to automate the deployment of this image so I setup my gitlab-ci....
user1138's user avatar
2 votes
2 answers
5k views

TrueNAS Scale is Debian-based NAS. However, apt and dpkg managers are disabled by default (for the security reasons). Sometimes, advanced users needs to install additional utilities using the packet ...
drkr's user avatar
  • 536
0 votes
1 answer
444 views

I have installed alsaequal on a Raspberry Pi 4 B+ running Raspian and Snapclient (Linux snapclient 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux). When I run: speaker-...
GSephElec's user avatar
-1 votes
1 answer
240 views

I made a change to my server.js file today and pushed it to GitHub and then synchronized it on my server with "git stash --all" and "gh repo sync". Because I also had changes ...
Kasumi's user avatar
  • 7
4 votes
1 answer
1k views

I'm trying to automate turning my display on and off from the console as a second user (homebridge) on my system. I've been using wlr-randr (more specifically wlr-randr --output HDMI-A-1 --on/off) to ...
Th3o4oR's user avatar
  • 301
0 votes
2 answers
68 views

I have a Python script written by my friend for text substitution which works in his system Ubuntu Focal. The following is the script: #!/usr/bin/env python3 """ Script Name: ...
vrgovinda's user avatar
  • 101
1 vote
1 answer
2k views

I'm trying to install Python 3.12 on Pop! OS 22.04LTS. During make test, it fails 2 tests out of 40+k tests. During sudo make install, everything works until I get the error "cannot stat 'Modules/...
TheSudoCat's user avatar
0 votes
1 answer
107 views

I am writing a custom C# console program targeting .net 7.0 and running on a Raspberry Pi 4B with Rasbian after being published self-contained targeting ARM64. There is 1 property of my configuration ...
Keith Henderson's user avatar
1 vote
0 answers
44 views

Someone implemented a poorly designed service or daemon on a Debian production machine. It is sporadically killing a background worker when it thinks RAM usage is too high with kill -15 However, it ...
ldlgds's user avatar
  • 190
1 vote
2 answers
2k views

I'm using dockerized node, and in order to minimize the image as much as possible, I'm mixing between bookworm (Debian 12) and Alpine, in the following way: FROM node:18.17.1-bookworm-slim AS build ...
Tzahi Leh's user avatar
  • 2,578

15 30 50 per page
1
2 3 4 5
20