Newest Questions
244,471 questions
0
votes
1
answer
8
views
How does BusCtl compare to QDBus?
busctl is from systemd, whereas dbus-qt6 (and dbus) are from qt6-qttools. These are very different projects, yet these tools perform the same purpose. Considering that both are fundamentally necessary ...
0
votes
0
answers
6
views
transmission-gtk spamming dmesg with messages about /proc/sys/net/ipv6/conf/all/disable_ipv6
I'm using transmission-gtk 4.1.0-beta.2 on Devuan GNU/Linux Excalibur. My dmesg log is spammed with the following kind of message:
[Jul 4 14:47] audit: type=1400 audit(1751629628.491:75895): apparmor=&...
2
votes
1
answer
14
views
How to override apt selecting different package?
I need a program which can only be compiled with ifort, and it seems Intel is no longer supporting ifort. So, I am trying to install the intel-oneapi-ifort package through apt on Linux Mint.
If I ...
0
votes
0
answers
28
views
How can I extract files from a disk image backup (.image file)?
I backed up my old device using dd and am trying to access its contents.
The following has been attempted:
usr@pop-os:~/Backups$ sudo mkdir /mnt/<dir>
mount -o loop <file>.image /mnt/<...
1
vote
0
answers
13
views
Client IP for a host when connecting to localhost port forwarded from docker for desktop - why?
Please excuse the odd title. This is a strange one that I can't phrase in a single sentence.
My question:
Why did the following happen?
And, if possible, how can I change the IP that's used without ...
1
vote
0
answers
6
views
Extract Chromium passwords stored via Kwallet
So I have Chromium (137), and Kwallet, and they work ok, Chromium saves and offers passwords on sites, and they are correct.
But I want to backup my passwords to external drive (and there are another ...
0
votes
0
answers
5
views
Control_L button randomly not registered in Fedora 42
For around 2-3 weeks I have the problem with Fedora 42 on my Dell Precision 5530 that my Ctrl keystroke is not registered. I did not change recently any keyboard configuration.
For example when I try ...
1
vote
0
answers
22
views
Client PC (with DHCP assigned IP) cannnot gets on the Internet
I have one computer, Server, with two Ethernet ports, enp2s0 and enp3s0.
What I want to do is that I want this computer to connect to the internet via company network (10.11.1.0/24) and also be a DHCP ...
-1
votes
0
answers
32
views
13 GB out of 32 hidden on sd card
I have connected and mounted in Linux a 32GB micro-sd card that was installed on my old "android 6" tablet
df and baobab show only ~17GB allocated
$ df -hT /dev/sda1
Filesystem Type ...
0
votes
0
answers
14
views
GPG shows my own UID as [ full ] after re-importing signatures—even though it was [ ultimate ] when freshly generated
In GPG, my own uid presents as [ full ] rather than [ ultimate ].
gpg --list-keys --with-sig-check
pub ed25519 2025-07-02 [SC] [expires: 2030-07-01]
GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
...
0
votes
0
answers
15
views
How can get my hp printer's DPI info?
I have a HP 2300 printer connected to computer running debian.
How can get my hp printer's PPI info with gui (HP Device Manager) or some HPLIP command or CUPS command (lp)?
0
votes
0
answers
16
views
How can I configure SELinux to force application packets through an iptables/nftables chain?
For context, I am using cake-qos-simple on my router which is a QoS script to prioritize certain traffic between my LAN and WAN. On my Windows machine, I can DSCP tag all packets for any particular ...
-1
votes
0
answers
26
views
GRUB в режиме UEFI не видит SATA-диск до выполнения интерактивной команды ls [closed]
Столкнулся с очень специфичной проблемой при настройке dual-boot (triple-boot) с GRUB, и после множества попыток зашел в тупик. Нужен совет экспертов, которые глубоко понимают, как GRUB инициализирует ...
0
votes
0
answers
35
views
AntiX Linux and amdgpu
Does the AntiX use amdgpu for AMD videocards? I found that in Xubuntu system there is a problem with new amdgpu, so I cannot update, and AntiX works normally.
The problem is that after the update ...
0
votes
0
answers
17
views
How to implement a Linux Cloud Storage sync with placeholder files
On Windows, Microsoft offers their Cloud Filter API (parts of which are implemented in the Windows Kernel as the CldFlt Windows Cloud Files Mini Filter Driver), which provides for an interface for ...