Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [linux]

NOTICE: All Linux questions must be related to programming; those that aren't will be closed. Use this tag only if your question relates to programming using Linux APIs or Linux-specific behavior, not just because you happen to run your code on Linux. If you need Linux support, you can try https://unix.stackexchange.com or the specific Linux distribution's Stack Exchange site like https://askubuntu.com or https://elementaryos.stackexchange.com/

0 votes
0 answers
4 views

"Objcopy: error: the input file '*.dll' is empty" when running the edk2 build script in linux

I've been trying to build the edk2 from source in a Kali 2023.3 VM, followed every step from the linux guide, but I got a few error messages just like the one in the title for some files like "...
Parsa Mousavi's user avatar
0 votes
0 answers
6 views

How to find and manipulate controls/widgets in other programs on linux with X11

How to get one program to access the widgets/controls of another program in linux using X11? I can use XQueryTree() with X11 to find all of the top level windows. However, as noted in my question here:...
Feem's user avatar
  • 386
0 votes
0 answers
13 views

How to withdraw the previous command in bash [closed]

(1)I am learning how to use command in bash. I excute a command by mistake,and use "mv" wrongly to make some system file into the /tmp dictionary I search on google but make no sense. Is ...
user26534473's user avatar
-2 votes
0 answers
14 views

Pop OS failed install [closed]

Tried installing Pop OS via USB, text box says "installing Pop OS failed, possibly due to a hardware error" Tried different drives and images, not working, error log says WARN: rsync: [...
Vicant27's user avatar
0 votes
1 answer
14 views

is there a way to share /dev to guest in qemu [closed]

In our environment, the host machine dynamically generates some character devices in /dev. Is there a way to share /dev to guest in qemu?
Michael96's user avatar
0 votes
1 answer
11 views

Copy files with wildcard "*" in Kubernetes InitContainer

I am trying to copy all the files from an image to a volume. However, kubernetes seems to not interpret the wildcard correctly. So, when I use the following, it fails with "not found": ...
user22104408's user avatar
-1 votes
0 answers
9 views

How to do a factory reset from a laptop that has no BIOS? (only GNU GRUB version 2.06) [closed]

I have a laptop Asus F200MA Notebook (detail here) that has no more BIOS configuration screen since I tried to install a Linux Mint on it. This installation probably overwrited a partition that ...
spritus's user avatar
  • 121
-1 votes
0 answers
10 views

Allowing squid to listen while iptables default policy is drop [closed]

having some trouble with fresh squid server on a VPS box. I have the box secured with iptables - simple iptables -P INPUT DROP, and only my home ip is allowed to connect. The problem is, whatever ...
Andy Scull's user avatar
-1 votes
0 answers
11 views

GTK+3 app gets dark playing a video on raspberrypi4-64

I was trying to deploy this app on an embedded system built over the yocto project (link). The app works fine on desktop but on raspberrypi 4 mod B, once the video starts to be played the UI becomes ...
Wael Karman's user avatar
0 votes
0 answers
13 views

How can I determine if a Java/Kotiln/JVM (AWT / Compose multiplatform) application is running within a window manager on linux?

I am creating a desktop application using Compose multiplatform. More specifically, using the JetBrainsRuntime via the glue provided by jewel. I am looking for a way to determine if my application is ...
tealsnow's user avatar
  • 133
0 votes
0 answers
7 views

Installing kernel header files on buildroot filesystem

I am running LTS 6.6.35 linux kernel on qemu-aarch64, with buildroot as rootfs. The toolchain used is arm-gnu-toolchain-13.2.Rel1-x86_64-aarch64-none-linux-gnu. Firstly, I did not understand why this ...
Naveen's user avatar
  • 8,104
0 votes
0 answers
15 views

My laravel project running with docker in Ubuntu does not see images [closed]

I am developing a laravel project using docker and I have a home/user/projects/myProject project in ubuntu to make this project faster. The problem is that my images are not showing up in "...
Enes SvG's user avatar
0 votes
0 answers
7 views

Is it possible to run Connect-IPPSSession, Connect-ExchangeOnline using pwsh on a linux server?

I am trying to use the Powershell ExchangeOnlineManagement module, but I have to perform some automations on a Linux RedHat server and I would like to know if it is possible to execute commands like ...
José's user avatar
  • 1
0 votes
0 answers
16 views

does the linux operating system shell run after the kernel system processes are started, but before regular users register? [closed]

i Had the question in my test with the following wording(does the linux operating system shell run after the kernel system processes are started, but before regular users register?). I answered "...
Stas Solovyev's user avatar
0 votes
0 answers
8 views

Java API only partially available with Frida aarch64

I tried to attach with Frida to Java process run on aarch64 Linux (not Android) I got that error: using frida-server-16.4.3-linux-arm64 [Remote::PID::1234 ]-> Java.enumerateLoadedClasses(); Error: ...
user26530667's user avatar

15 30 50 per page
1
2 3 4 5
15187