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

I’m new to RHEL and Linux system administration. I have a disk with an existing partition that I want to format, but I’m not sure what the correct and safe steps are. What is the recommended way to ...
Eviniti's user avatar
0 votes
0 answers
17 views

I'll speak about something that could possibly impact absolutely no one on stack ... So I just hope my problem is enough "generic" to be considered. Ok, so I have this old 3D mouse, a ...
BenjiBoy's user avatar
  • 305
0 votes
0 answers
20 views

I'm exploring qemu system emulation with custom-built Linux kernels, starting with mips. To start, I'm trying to get to the point of the kernel simply panicking before I add a rootfs, but I can't ...
r4dr3fr4d's user avatar
-1 votes
0 answers
38 views

I must have fat-fingered or random clicked with the mouse on screen. Now in Emacs the ctrl and meta keys no longer function. I hold down ESC and type % and expect text replacement to come. But instead ...
Gert Gottschalk's user avatar
-1 votes
0 answers
55 views

I'm trying to install ArchR to replicate Step 2 in this GitHub repo I am following the Installation of ArchR steps, but when I execute this line: devtools::install_github("GreenleafLab/ArchR"...
Macromind101's user avatar
1 vote
0 answers
64 views

I don't understand how to use devtool properly for my Yocto project. I started using it in order to patch the kernel as suggested by the Yocto Project. I just don't understand why it behaves ...
Johan L's user avatar
  • 21
0 votes
1 answer
45 views

Is there a way I can set the dotnet version to use for the debugger. I am using the one (debugger) that comes with C# Dev Kit. I currently have dotnet 8 and dotnet 2.2 installed but the debugger ...
Ndifreke James Okpo's user avatar
0 votes
0 answers
73 views

Let's say we have a desktop file: [Desktop Entry] ... Name=Firefox Icon=firefox ... It says Icon=firefox; where is the firefox icon?
AlwaysNur's user avatar
0 votes
2 answers
70 views

I am trying to build a mapping between the dynamic symbols in ELF files (from glibc) and the actual kernel syscalls they invoke. My environment is x86_64 Ubuntu 22.04. What I've Tried Parsing man 2 ...
신경철's user avatar
0 votes
1 answer
32 views

I am trying to authenticate my app again my Azure tenant using the Intune broker under Linux: app = PublicClientApplication( client_id=..., authority=..., enable_broker_on_linux=True, ) ...
Marion Deveaud's user avatar
0 votes
0 answers
48 views

I'm using Quarto  1.6.42 in R Studio (R 4.5.2) on a Linux Ubuntu 24.04  environment to generate a PDF document. When I try to render the document to generate the PDF file, I receive the error message ...
Antonio's user avatar
  • 773
Tooling
0 votes
3 replies
58 views

I seem to be the only person that wants to freeze a screen on purpose. My use case is that I want to keep the image on the external monitor frozen while I switch windows or do other things on the ...
sm8ps's user avatar
  • 23
0 votes
0 answers
23 views

I'm using buildroot 2024.02. I set BR2_GLOBAL_PATCH_DIR+="$(BR2_EXTERNAL_MY_PATH)/patches". Its contents: % tree /home/admin/buildroot-external-my/patches /home/admin/buildroot-external-my/...
Papillon's user avatar
  • 327
Tooling
1 vote
4 replies
150 views

I’m working on a C++ backend tool that performs system diagnostics for various hardware components on Linux. So far, I’ve implemented tests for: Memory — using memtester CPU — using stress-based ...
TI-84-plus's user avatar
0 votes
0 answers
41 views

I have a ZynqMP board with 4GB of PS RAM and 2GB of PL RAM. I have to write stream data to PL RAM using the AXI DMA s2mm channel and transmit it through 1G Ethernet. I've done this in a bare metal ...
Дмитрий Кортиков's user avatar
Advice
1 vote
3 replies
73 views

I already can get keypresses in my c++ app. I want to get any keypress when running in a terminal on Linux. The terminal is the gnome terminal app running on the Cinnamon desktop. For example, I want ...
TungstenX's user avatar
  • 900
2 votes
1 answer
112 views

I'm writing a TCP/IP stack for embedded systems, but I wanted to test it on my host system. Originally I tried with tap0 + a bridge. But I quickly realized it would make the most sense to bind to the ...
Charles Lohr's user avatar
  • 1,021
-1 votes
0 answers
14 views

I want to leave this solution here because it was difficult for me to find it or I didn't know how to look for it. I have a Gadnic graphics tablet (model Gotop T505, identified by lsusb as ID 08f2:...
Matias Collado's user avatar
0 votes
0 answers
53 views

Problem Summary I'm experiencing permission issues when deploying a PostgreSQL 9.6 container in Docker Swarm that uses an NFS-mounted volume for data storage. The container fails to start with the ...
Abilash's user avatar
  • 39
1 vote
1 answer
123 views

I am trying to use a single grep command to search for all instances of $ until a single = I have the following command so far grep -E '\$.*=' which returns all lines with a $ and then a = but it also ...
Stratisco's user avatar
2 votes
1 answer
83 views

I've been stress testing my .NET application that uses PostgreSQL to find memory leaks. The app is very stable memory-wise — memory usage only depends on the number of concurrent connections. However, ...
pkrzysiek's user avatar
1 vote
1 answer
76 views

I'm experimenting with perf record --control to profile select sections of a program. Here's a Rust program that uses perf to profile the call to a function waste_time(): use libc; use log::info; use ...
Edd Barrett's user avatar
  • 3,685
2 votes
2 answers
183 views

I want to add a breakpoint in the line system("/path/to/world") in VS Code for debugging the /path/to/world program with gdb. Here is the source code of /path/to/hello.c: int main(int argc, ...
stackbiz's user avatar
  • 1,916
3 votes
6 answers
174 views

in a bash script I call an external script that gives me the status of a program, like ~/bin/status which returns something like program is running or program is halted Now I want to use only the ...
jokey's user avatar
  • 53
-1 votes
0 answers
21 views

I’m creating a custom Proton-based “Windows layer” (without Steam) to run .exe files directly on Linux. Running them from terminal works fine — but double-clicking via a .desktop launcher does nothing....
Julien Pablo's user avatar