All Questions
242,347
questions
0
votes
0
answers
2
views
DORA Compliance readiness for Application Security
Need a list of questions that I could check for DORA compliant readiness in respect to application security and DevSecOPS.
0
votes
0
answers
2
views
How check if new packages are available in Debian 12 without root privilegies
I know how check if new packages are available with root privilegies. But how can I do it from shell script without sudo or editing sudoers.
I'm using Debian 12 with openbox.
Thanks!
PS. I know about ...
0
votes
0
answers
3
views
bash pipe loses data when command crashed
Consider this simple program (abort.py) that writes some text to stdout and stderr and then crashed (abort()).
import os
import sys
print("end stdout")
print("end stderr", file=...
0
votes
1
answer
8
views
Reducing the / mount point size in Redhat Enterprise Linux 9
I want to re-allocated some of the storage space in the / mount point for other mount points like /opt and /tmp. The filesystem is formated in xfs file system so I was not able to use lvreduce or ...
0
votes
1
answer
30
views
df and du reports vastly different results
I understand that this question has been asked before. But I couldn't find a very satisfactory answer, so asking again here, sorry.
So my root filesystem is ext3, df shows there is only 3.7G left. but ...
0
votes
0
answers
12
views
Sub-process /usr/bin/dpkg returned an error code (1) in WSL
sudo apt update && sudo apt upgrade -y
Hit:1 http://http.kali.org/kali kali-last-snapshot InRelease
All packages are up to date.
Summary:
Upgrading: 0, Installing: 0, Removing: 0, Not ...
0
votes
1
answer
11
views
How do I install Steam games onto an external harddrive in SteamOS?
On Windows and other Linux distros, I simply go to Steam Storage Settings and add that external harddrive as a library storage device from here:
When I try to do it via the "Add Drive" ...
0
votes
0
answers
31
views
Is there a tool that can print out a bash script with the variables substituted?
Say I have a bash script that takes some environment variables and parameters and substitutes those variables in a script.
Is there a tool that can show how the script with the substituted variables ...
0
votes
0
answers
8
views
How do I bring up the on-screen keyboard in desktop mode on SteamOS?
At least once or twice a week, I accidentally bring up the on-screen keyboard as can be seen in the screenshot below:
But I don't know how I am doing it. Can someone please tell me how I can manually ...
0
votes
0
answers
17
views
Difficulty mounting external drive after certain boots
I have a RasPi 4 connected to a 12TB EXT4 hard drive in a Sabrent cage hub which I use for an OpenMediaVault NAS. The drive worked fine for about a month until its file system started to go missing in ...
0
votes
0
answers
23
views
What is the purpose and difference of PGD, PUD, PMD, and PTE entries involved in paging?
As I understand it, a 48-bit virtual linear address's top 36 bits is split into four groups of 9 bits which each virtual linear address is indexed. Going from PGD, to PUD, to PMD, and then to PTE.
...
0
votes
2
answers
34
views
Terminal hangs while writing into a FIFO file
I have a program running under a systemd service and I'd like to pass some text/commands to it, so I tried doing so with a FIFO file:
.service file
[Unit]
Description=A Minecraft server service!
[...
0
votes
0
answers
13
views
Simplest way to wrap an "AC_DEFINE_UNQUOTED" output around #ifndef and #endif?
This line for example
AC_DEFINE_UNQUOTED([SOME_MACRO_NAME], "$SOME_VALUE", [some comment])
generates
printf "%s\n" "#define SOME_MACRO_NAME \"$SOME_VALUE\"" &...
1
vote
0
answers
34
views
Unaccouted Swap Memory Usage (leak?)
I'm running GNOME on Debian 12 (Trixie/sid) (ie, the current testing distribution). Packages are up to date, I don't have any super weird configurations (I do run with --mitigations=off), and I've ...
0
votes
4
answers
52
views
linux shell script to remove 1 char in a particular field in file having lines of around 3000
My input file:
1oo+457864227yexaloo+6784536pkp8907654
2oo+499004227yexaloo+69008908pkp8907654
3oo+648968976yexaloo+53589094pkp8907654
4oo+490764578yexaloo+6784536pkp8907654
I want to find out the ...