Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
39 views

I have a .vfat filesystem image created on a host machine and flashed onto a GPT disk partition on a target device. The partition (50 MiB) is intentionally larger than the .vfat image itself. The ...
zzi's user avatar
  • 116
Advice
0 votes
0 replies
31 views

I am looking to use a 2012 iMac 27” as a secondary display for my Linux PC. As I understand it, I can use the smc_util script on GitHub to enable target display mode on the iMac, but is the source for ...
A Pl's user avatar
  • 1
1 vote
0 answers
64 views

I am attempting to create a terminal emulator in C# (.NET 10.0) that can run on Linux (in this case kubuntu 25.10). As such, I must use the openpty API to obtain a PTY master/slave FD pair, and then ...
Jonathan Gilbert's user avatar
0 votes
0 answers
45 views

I am creating a Docker container that hosts couchdb 1.5.0 (for various reasons we cannot upgrade to a newer version). We want to migrate the host system to Ubuntu 24, while retaining couchdb inside a ...
Schlitzruessler's user avatar
-2 votes
0 answers
31 views

I am currently running a single-node deployment of TDengine Enterprise Edition in a production environment and am noticing some unexpected behavior in the logs. The taosd process seems to be stuck in ...
Roylee's user avatar
  • 1
Advice
2 votes
3 replies
74 views

I have a Docker Compose setup that uploads content to a server concurrently. Occasionally, the process gets stuck and stops producing any stdout output. When that happens, manually restarting the ...
pkq403's user avatar
  • 1
1 vote
1 answer
98 views

I am trying to write code that hosts a child process in a PTY. Doing this is not hugely more involved than just redirecting stdin and stdout, but there's a bit to it. Per the documentation: You call ...
Jonathan Gilbert's user avatar
0 votes
2 answers
71 views

In the below shell script function I am calculating the SHA-256 hash values using combination of find and sha256sum commands. But, when I do cat of generated hash file hashedoutput.sha256 it contains ...
Harry's user avatar
  • 4,399
Best practices
0 votes
6 replies
66 views

How do I write a program that alerts me when any app connects to the internet on Android or Windows? My problem is my data subscription is getting drained. I don't know what apps are sucking it. I can ...
Agaba Akuh's user avatar
4 votes
2 answers
125 views

I'm trying to start a hangman project, and first I want to take care of how to get user letter from the terminal, I know I can read just one byte and store that value into a pointer's address with ...
Durian Sosa's user avatar
1 vote
0 answers
69 views

I'm trying to build a Go package in Flathub's CI for an aarch64 Linux architecture. The build is failing while compiling a C dependency: # github.com/rclone/rclone /usr/lib/sdk/golang/pkg/tool/...
Pieter's user avatar
  • 33.2k
Advice
0 votes
0 replies
90 views

In my C program I have a centralized work pool containing function pointers to the tasks to run. I create multiple threads (up to the total number of online CPUs) and each of them execute tasks from ...
Programmer_2147483647's user avatar
0 votes
0 answers
53 views

I’m trying to use EasyMockGenerate to generate mocks for Linux kernel headers (v5.15), but I’m running into multiple issues when targeting ARM64 from an x86 host. Goal: Generate mocks for kernel ...
Naffa's user avatar
  • 1
1 vote
2 answers
99 views

I'm experiencing severe performance issues with my Laravel application running on Docker + WSL2. Despite implementing numerous optimizations, all pages take 2-10 seconds to load. I'm hoping someone ...
Kamil Kala's user avatar
-1 votes
0 answers
60 views

I have two small devices, A and B. Device A continuously reads and writes to a SQLite database in WAL mode called mydata.sqlite. At regular intervals, a different process synchronizes this file from ...
schande's user avatar
  • 682

15 30 50 per page
1
2 3 4 5
15156