Skip to main content
Filter by
Sorted by
Tagged with
Tooling
0 votes
8 replies
66 views

I am designing a LAMP-based application expected to handle high concurrent traffic (e.g., thousands of requests per minute). The core stack includes Linux, Apache, MySQL, and PHP. Based on documented ...
Francisco IA Lover's user avatar
Best practices
1 vote
2 replies
71 views

I googled and studied a lot, but I can't find clarity yet. I'm trying to understand the correct engineering approach for a Linux ELF / shared-library versioning problem in a C++ ecosystem. Suppose I ...
Dean's user avatar
  • 7,204
-1 votes
0 answers
50 views

On dumb-buffer creation according to example: struct drm_mode_create_dumb creq; struct drm_mode_destroy_dumb dreq; struct drm_mode_map_dumb mreq; uint32_t fb; int ret; void *map; /* create dumb buffer ...
Andrii Omelchenko's user avatar
Best practices
0 votes
8 replies
85 views

What Linux subsytem should be used for fast (60 fps, FullHD) direct draw content from GPU memory (OpenGL ES rendered content) on screen via HDMI? Is Direct Rendering Manger (DRM) enough for solving ...
Andrii Omelchenko's user avatar
Best practices
0 votes
2 replies
34 views

My goal is to not let some system packages leave clutter on my system, and I am pretty low on disk space, so I'd like to avoid using vbox, docker or timeshift for this purpose. These packages are ...
GenosixGD's user avatar
Advice
1 vote
6 replies
92 views

I have a question regarding memory-mapped I/O access in Linux, particularly in the context of device drivers and userspace frameworks like UIO. When writing a Linux kernel device driver (especially on ...
김태윤's user avatar
-1 votes
0 answers
51 views

I've written a service which can multiplex a physical serial port (eg. /dev/ttyACM0) into multiple pseudo terminals (eg. /dev/pts/9). Utilities like screen and minicom can talk to the pseudo terminals ...
mthiffau's user avatar
  • 139
-5 votes
0 answers
69 views

All whatever I tried regarding making LM Studio to run as a service in my Linux Machine $ lms server start Waking up LM Studio service... node:events:496 throw er; // Unhandled 'error' event ...
Dev Anand Sadasivam's user avatar
3 votes
1 answer
167 views

The ELF executable at the end of this question (base64'd) is the result of an experiment with trying to cut the program headers down to the absolute minimum. As far as I am aware, it should be ...
zwol's user avatar
  • 143k
0 votes
0 answers
78 views

Note: The question is not a duplicate of Getting ssh to execute a command in the background on target machine. The other question relates to background processes that may be sent the hangup signal. ...
brainchild's user avatar
0 votes
0 answers
52 views

I'd like to display an help for my scripts just like with other linux commands: ./ScriptWithHelp.sh --help where ScriptWithHelp.sh contains: if echo $1 | grep -q "--help" then echo "...
Arianna Angeletti's user avatar
-6 votes
1 answer
79 views

I inspected ddcutil detect --verbose and put it in a variable. The output would look like the following: Invalid display I2C bus: /dev/i2c-9 ... This monitor does not support DDC/CI. (I2C slave ...
Galih Dono Prabowo's user avatar
0 votes
0 answers
26 views

I recently have a problem of switching input method in my swing application running on linux, the following is my background: OS: ubuntu22.04 Desktop: Gnome, X11 InputMethod framework: ibus 1.5.26 ...
norman's user avatar
  • 1
1 vote
1 answer
58 views

Does this look like expected behavior? [jlong1s@testlogin01 ~]$ ps PID TTY TIME CMD 3602516 pts/3 00:00:00 tcsh 3603415 pts/3 00:00:00 ps [jlong1s@testlogin01 ~]$ /usr/...
Jim's user avatar
  • 21
Advice
0 votes
3 replies
78 views

I'm trying to understand how to use linux epoll et mode to work. Here's the source code of the ET Server. My question is: is this ET mode support multithread "as default"? I mean: If in ...
Lavin Li's user avatar
  • 127

15 30 50 per page
1
2 3 4 5
15153