Skip to main content
0 votes
1 answer
19 views

I want to let my users be able to open the "Wine Control Panel" from within the app using a button click event. This is what I'm talking about: Is this possible from a Windows app running ...
Shaun Roselt's user avatar
  • 4,361
0 votes
1 answer
31 views

I am attempting to cast a log4cxx::helpers::FileInputStreamPtr to log4cxx::helpers::InputStreamPtr. On Windows using the Visual Studio 2019 compiler, this works without issue. My current ...
Guy B's user avatar
  • 415
-1 votes
0 answers
58 views

I obtained OpenCV latest version (4.12.0), with extra modules, from it's github repository but I cannot build it on linux (ubuntu 24). Using CMake (3.28), the build systematically gives: /usr/include/...
Oersted's user avatar
  • 3,832
0 votes
0 answers
79 views

Cannot Run Apache Airflow Unit Tests: sqlalchemy.exc.OperationalError: unable to open database file I am attempting to run a single unit test within the Apache Airflow repository (airflow-core/tests/...
Mohamed Hany's user avatar
2 votes
0 answers
69 views

I have 2 files: crt.c: const char service_interp[] __attribute__((section(".interp"))) = "${LD_SO}"; extern void _exit (int __status) __attribute__ ((__noreturn__)); int main(); ...
Stas Badzi's user avatar
2 votes
1 answer
127 views

I have 2 files: foo.c: #include <stdio.h> int Main(int a) { printf("A%dB",a); } int main() { return Main(1); } bar.c: extern int Main(int); int main() { return Main(2); } ...
Stas Badzi's user avatar
Advice
0 votes
3 replies
50 views

I'm trying to run postgresql. after checking their document, I added this volume mount /path/to/data:/var/lib/postgresql/18/docker my container failed immedeately, chmod: changing permissions of '/var/...
Liam lin's user avatar
  • 495
-1 votes
0 answers
43 views

My gpu is not detected in my computer. I have installed 580.105.08.run, cuda 13.0. I confirmed everything installed successfully but still problem persists.
Shipul Raihan's user avatar
0 votes
0 answers
60 views

I am trying to connect to a legacy HFSQL (HyperFileSQL) Client/Server database using Python (pyodbc) on a Linux Ubuntu machine. I have followed the official documentation to install the specific ODBC ...
Angel Panda's user avatar
-4 votes
0 answers
75 views

A friend and I have been running a Minecraft server on an Ubuntu server, and its been going great. For the last month everything has been running smoothly, until just last week we started getting this ...
halfhand870's user avatar
0 votes
0 answers
67 views

I am trying to run r5r for a transit network based analysis. I am using R 4.4.3 in Positron on Fedora 41. Some context for me is that I have a couple years of R underneath my belt, but I am absolutely ...
tabletennisryeoyster's user avatar
0 votes
0 answers
35 views

I'm using prctl(PR_SET_SYSCALL_USER_DISPATCH, ...) to enable Syscall User Dispatch with a SIGSYS handler that gets called when the application issues any syscall. The prctl() call also marks the code ...
patraulea's user avatar
  • 986
-3 votes
0 answers
25 views

Me and my team are working on a RHEL virtual machine and we were wondering how to handle the same crontabs from multiple users. When one of the users does set a crontab no one but the user itself can ...
Nauel's user avatar
  • 516
-1 votes
0 answers
35 views

I was using the root directory for exploring the file system and i look for some dev, bin , sbin and so on and after sometime i open my terminal and saw this : zsh compinit: insecure files, run ...
luka bhai's user avatar
3 votes
1 answer
199 views

I have the following C code that I am testing to understand perf and caching. It sequentially accesses an array of doubles. // test.c #include <stdio.h> #include <stdlib.h> #include <...
user180574's user avatar
  • 6,244

15 30 50 per page
1
2 3 4 5
15173