Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey
Filter by
Sorted by
Tagged with
-3 votes
0 answers
28 views

I find difficult to get total download and upload data from a specific process in Linux using Rust language. I tried to ask any AI assistans but none of their code works. I tried using libbpf-rs, aya, ...
Septian Dwi Cahya's user avatar
0 votes
1 answer
27 views

We are maintaining an open source code base for an desktop application on Linux (and BSD). The GUI of this application is built with FLTK (and is quite complex). In this GUI, there is a custom widget, ...
Ichthyo's user avatar
  • 8,471
-3 votes
0 answers
58 views

I have a script that does three things in a loop: Do one thing when started Wait one day (sleep 1d) and then do this thing again Repeat while the processname is active A quick example based on a ...
Verity Freedom's user avatar
Tooling
0 votes
0 replies
45 views

I currently have an embedded Linux system (arm64) where I have a flutter GUI inside a docker container. To achieve this, I've been using sony's flutter-elinux project. I currently build it against a ...
mmnano50's user avatar
2 votes
1 answer
56 views

I have this Linux C project that (among others) sends (bigger than 1500 bytes) raw Ethernet frames between network interfaces of different processes. I have a bunch of system tests where this ...
Kees-Jan Hermans's user avatar
-4 votes
0 answers
37 views

I have this script. I have created and tested the required namespace and it can access internet. The script is supposed to run an instance of chromium in that namespace. But it gives me this error ...
Dudus's user avatar
  • 17
1 vote
0 answers
115 views

How could I get past it if the code is compiled as 64-bit? There’s no need to obtain a root shell; it’s sufficient to just verify that the address was guessed correctly. In my assignment, to bypass ...
강신호's user avatar
0 votes
1 answer
26 views

The KWin scripting tutorial at https://develop.kde.org/docs/plasma/kwin/ says "The easiest way to test KWin scripts is to use the Plasma Desktop Scripting Console", so I'm trying that, but ...
Don Hatch's user avatar
  • 5,601
2 votes
0 answers
63 views

I embedded CEF into QT and initialized it successfully, but I am helpless on how to modify the size and position. I used the latest version of CEF compilation: cef_binary_142.0.17+g60aac24+chromium-...
Zoey's user avatar
  • 11
Best practices
1 vote
1 replies
34 views

I wish to initialize a function-scoped static structure in a multi-threaded environment without using a mutex, so that the fast path (i.e. already initialized) involves little overhead. Initialization ...
Bill Webster's user avatar
1 vote
0 answers
29 views

I'm trying to create ipset through libipset from application layer. below i pasted the code for an function which tries to create an ipset with the help of libipset. but for some reason it's not ...
Vignesh's user avatar
  • 11
-5 votes
0 answers
27 views

So I have installed Node.js on a Raspberry Pi 5, and I am using Node.js to run HFS (http file server). I am trying to set up a system daemon so that when the Raspberry Pi is turned on, the HFS server ...
zuck ztultz's user avatar
0 votes
0 answers
24 views

I am converting DOCX to PDF using Syncfusion DocIO. On .NET Framework 4.6 (Windows), all logos render correctly. After migrating the same code to NET Core 8 on Linux, only PNG/JPG images work, while ...
Rushikesh's user avatar
0 votes
1 answer
28 views

I have some jobs running on Github Actions, that require Puppeteer to run, but it fails to start with this error Cannot start ChromeHeadless [2303:2303:1207/162353.403103:FATAL:content/browser/...
OtaconKiko's user avatar
0 votes
0 answers
16 views

Currently developing a Monero MultiSig CLI Wallet in Python3.13 and I have the issue that the set enable-multisig-experimental 1command was called in different ways and I still get the issue, that ...
AztecCodes's user avatar

15 30 50 per page
1
2 3 4 5
15173