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/

linux
0 votes
0 answers
3 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
9 views

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

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
6 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
10 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
4 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
0 votes
0 answers
9 views

Receiving and Sending J1939 CAN message on Linux in C

I am trying to open a SocketCAN J1939 and receive and send J1939 messages. I am very confused with type "sockaddr_can". This structure has j1939.addr, j1939.pgn, j1939.name etc. When I ...
ha_purchase's user avatar
0 votes
0 answers
9 views

Apple hardware modules in directory other than that used by Linux kernel for startup modules [closed]

I recently installed Linux on a 2019 MacbookPro and do not have the ability to use the laptop trackpad or keyboard, nor to connect to a WiFi network. I am wondering, is my path to the startup modules ...
rollther's user avatar
0 votes
0 answers
9 views

Any method to extract the password for two different zipped files encoded by the same password?

The two files are different in their contents and size, and I zip them using the same password. Now I forget the password. I assume that it is possible to find the same pattern in these two different ...
olivia's user avatar
  • 407
0 votes
1 answer
16 views

The curl to github failing with ssl error

On Oracle Linux 9 we are developing a script to fetch rpm keys and other files from github. When doing rpm import of the key or curl to github we are getting an SSL error. curl -vvvv https://github....
Teodor Mysko's user avatar
-2 votes
0 answers
13 views

Add new disk to a node in eve-ng or pnetlab

I have a trouble with node in Pnetlab 4.2.10. I built the lab with debian12 nodes. The image for the node I downloaded from https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/. The problem ...
Ekaterina's user avatar
0 votes
0 answers
3 views

podman 5.1 - dependency on yocto/linux versiosn

does podman 5.1 have any specific minimum version of Yocto build or linux kernel versions to be avaliale for its working? i am trying to upgrade my podman version on my existing setup . Hence need to ...
user26528258's user avatar
0 votes
1 answer
15 views

Linux shell - Output ping to file and only keep last X lines

I want to write a shell-Script for my Raspberry Pi to permanently ping a specific host but only keep the last 20 results in a text file. So my idea was to redirect the ping output to a text file and ...
GuidoT's user avatar
  • 282
0 votes
0 answers
23 views

How to securely store and retrieve sensitive data in a .NET Standard 2.0 cross-platform (Windows+Linux) library

I have .NET Framework 4.7.2 library to store and retrieve sensitive data (like tokens for our desktop apps communication) with help of CredentialManagement package on Windows. Now I need to make this ...
bairog's user avatar
  • 3,271
0 votes
0 answers
11 views

core files getting created how to stop it?

i wanted to know, how can i disable it or stop getting created the core files in my application path. whenever i restart my application core.* files are getting created without causing any problem to ...
omkark's user avatar
  • 11
1 vote
1 answer
20 views

Runing shell script with python temporary environment variables

I am trying to find a way to run a python script with temporary env variables underground. I am using the following script to illustrate my approach, but it does not work. example.py import os import ...
Ivan's user avatar
  • 133

15 30 50 per page
1
2 3 4 5
15191