Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
4 views

Similar issue to this post: Writing a systemd service to be executed at resume I have a service that I want executed when the computer wakes from sleep. Here is the service: [Unit] Description=User ...
The Bic Pen's user avatar
0 votes
0 answers
24 views

I am a fresher uni student and starting out fresh with learning Linux. I have some experience on working with Python. I need some advice on beginning my journey to learn Linux: resources I can access, ...
Pritha Pal's user avatar
1 vote
2 answers
68 views

I am trying to unzip a set of files (3 files). These files contain a lot of random files, duplicate files etc. To do this, I am first unziping the list of the names of files into a text file, then ...
CarriMegrabyan's user avatar
4 votes
2 answers
139 views

On this filesystem, there are enough inodes already, I only need more filesystem size: # df -i Filesystem Inodes IUsed IFree IUse% Mounted on /dev/mapper/spinning-backup ...
klaus thorn's user avatar
1 vote
0 answers
27 views

On Debian 13 a fresh installed sssd (2.10.1) shows strange permission errors after the start using systemctl restart sssd.service: systemd[1]: Starting sssd.service - System Security Services Daemon......
tardis's user avatar
  • 153
0 votes
1 answer
51 views

I am new to socket programming & I have realized that most posix functions from libc require that you pass a buffer & a length. While I can understand this helps the functions to understand ...
Weezy's user avatar
  • 679
1 vote
0 answers
29 views

I'm trying to follow the instructions on the Fedora site, to create a Samba share:- sudo dnf install samba Package "samba-2:4.23.3-1.fc43.x86_64" is already installed. Nothing to do. sudo ...
Steve Franks's user avatar
3 votes
5 answers
192 views

I've tried using sed for this. I've tried putting the lines of interest in variables as well. I have two examples I want to achieve for now. Lets say I have thousands of urls in a file called links....
shrykullgod's user avatar
1 vote
0 answers
15 views

Problem: Sleep or restart kills all sound from the system. Workaround: Using the system settings, switching soundcard's profile from Pro Audio to Analog Stereo Duplex and port to Line Out / headphones ...
Lasse Hurttila's user avatar
0 votes
0 answers
17 views

In order to write to a directory, I made a user member of a group called node_exporter. This user, called podman, had lingering enabled. I logged out and logged in again and verified with id the new ...
matteo-g's user avatar
  • 103
1 vote
0 answers
11 views

I'm trying to use ECDSA (prime256v1) for signature verification in U-Boot (git tag "v2025.10"). I used the sample configuration from Verified Boot on the Beaglebone Black as a template. ...
James's user avatar
  • 11
2 votes
0 answers
11 views

Recently I got a Thinkpad T480 with a US keyboard layout and installed Arch (I know, the stereotype...), with KDE. I mostly use Windows for work, and I'm used to using an American physical layout ...
Josh's user avatar
  • 21
3 votes
1 answer
48 views

I sometimes find myself wanting to use the output of apt list as a list of arguments to apt, i.e. a space separated list of package names. Any time I want this I have to search for how to do it and ...
Andreas's user avatar
  • 644
-3 votes
1 answer
27 views

How do I fix this error? GPG error: https://deb.parrot.sh/parrot parrot InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 7A8286AF0E81EE4A E: ...
Belal Hashem's user avatar
3 votes
1 answer
58 views

I can very happily list the systems on my local net with the avahi-browser command: $ avahi-browse --all --verbose Server version: avahi 0.8; Host name: mylinux.local E Ifce Prot Name ...
peterh's user avatar
  • 10.5k
1 vote
1 answer
17 views

After today's apt-upgrade of my Debian testing system I cannot start an (Xorg) x-session any more on a machine with Intel HD graphics and using the modesetting driver (the classic i915 does not work ...
commonBlock's user avatar
8 votes
1 answer
371 views

On my Arch system, failed attempts to run sudo cause a line like this to be added to the logs (note the USER=root): Nov 20 14:59:31 oregano sudo[191472]: bob : user NOT in sudoers ; TTY=pts/26 ; ...
terdon's user avatar
  • 253k
0 votes
1 answer
32 views

I have 5 service units setup in systemd. I need service file 5 to only stop after 1-4 service files have stopped first. How can I make that happen.
brinton's user avatar
7 votes
2 answers
646 views

man crontab reads: The -e option is used to edit the current crontab using the editor specified by the VISUAL or EDITOR environment variables. After you exit from the editor, the modified ...
decision-making-mike's user avatar
0 votes
1 answer
15 views

I want to use a Debian Stable system to authentificate to two different LDAP servers that provide user/password/group data using e.g. LDAP/NSS / nss-pam-ldapd (https://wiki.debian.org/LDAP/NSS, https:/...
tardis's user avatar
  • 153
0 votes
1 answer
29 views

All, I find that gparted is not downloaded on centos 10 even after installing sudo dnf install epel-release -y . Other packages also are not downloadable like gvim. Any idea what should I do? Here are ...
Kernel's user avatar
  • 103
0 votes
0 answers
48 views

Hex memory dump is Docsis config file. Is it possible to convert this hex dump info valid Docsis config file? Preferably, using Perl and DOCSIS::ConfigFile module. (or Python scripts, python-docsis). ...
Lexx Luxx's user avatar
  • 1,473
0 votes
0 answers
28 views

I’m encountering a recurring kernel memory error while running heavy PyTorch training workloads . The system eventually becomes unstable, training stops, SSH disconnects, and the machine needs a ...
김동연's user avatar
0 votes
0 answers
9 views

I have an HP Elitebook X360, which can be folded to tablet mode. I am running XFCE4 under GDM3 with Debian trixie. Occasionally when I have used tablet mode, the keyboard and touchpad remain disabled ...
Joce's user avatar
  • 252
0 votes
0 answers
6 views

Goal is to use Linux's auditd to capture file copies from a folder after which a usb disk is auto mounted to, in RHEL-8.10. Normally the usb disk is not mounted; I want to hot plug in the usb disk in ...
ron's user avatar
  • 9,175
0 votes
0 answers
38 views

Hi I was just wondering if this script looks ok I run it after I login thanks. #!/bin/bash echo "hi, starting wifi, nft and desktop" sudo ls sudo systemctl start wpaStart.service sudo nft -...
asker152's user avatar
  • 119
0 votes
0 answers
21 views

Recently, after I updated my whole Arch config, something strange happened. My Nvidia Settings isn't showing an ultrawide option for my second monitor, despite both monitors being identical models. I'...
psygo's user avatar
  • 243
0 votes
1 answer
69 views

I am using Kubuntu which is Ubuntu with KDE. My swap partition is too small causing me some lag. I have 16GB Ram but it is set to 1.9GB. Attached is screen shots of my current partition. vgkubuntu is ...
user603749's user avatar
0 votes
0 answers
15 views

I migrated from a Windows DNS server to Bind9 this year. Both were configured as split DNS for local servers, and recursive for public servers (not forwarding). About once or twice a day now, I get ...
Robert Chapin's user avatar
0 votes
1 answer
743 views

FAT isn't meant to record file access time, but the FAT filesystem I have in a VeraCrypt container file does. Why is this? This was before I opened the file /run/media/veracrypt1/test: ~ $ stat /run/...
EmmaV's user avatar
  • 4,433
2 votes
1 answer
34 views

I have a sim card from sim.de and try to use it in my thinkpad laptop. When I put the sim-card in it asks me for the pin. I logged the output of journalctl -u ModemManager -f Nov 19 11:14:43 raphael-...
linuxNewbie's user avatar
-1 votes
1 answer
55 views

On x86, the solution would be either PAE, but yet better is to use a 32-bit system with a 64-bit kernel. The physical memory of the planned 32-bit ARM system is only 3GB. I would like to increase it, ...
peterh's user avatar
  • 10.5k
0 votes
0 answers
25 views

DISTRO: Fedora 41 KDE GOAL: Im trying to automatically set some cpu parameters (per-CPU max frequency, governors, energy policy, etc.) during my boot process. I wrote a script to do this (it lives at /...
Anthony B's user avatar
0 votes
0 answers
16 views

I am trying to set up my sway configuration in home-manager on nixos, my config is as follows for sway { ... }: let laptop = "eDP-1"; in { wayland....
Marcus Ruddick's user avatar
1 vote
1 answer
29 views

How to dump the lost+found content from an ext4 img file that cannot be mounted using debugfs in linux and keep the folder hierarchy? My ext4 disk was failing. I made a disk image. I tried e2fsck and ...
Estatistics's user avatar
2 votes
0 answers
25 views

How to configure PAM to asks for password, and try recognize of face or input additional password. I need to use sudo by face. Additional password is required to enhance security (nobody will run sudo ...
nintyfan's user avatar
  • 123
7 votes
4 answers
476 views

find takes an (optional) list of (what the man page calls) "starting points", i.e. directories, followed by an expression. Is there a way to cleanly separate both types of arguments so that ...
Florian Brucker's user avatar
0 votes
0 answers
24 views

I know this will be a bit of a stretch but... So I'm running ArchLinux on a Desktop PC with an i5, RX 6800, and a Realtek Wifi card from TP Link. I installed the linux wifi hotspot AUR package and ...
Benoît Roumain's user avatar
1 vote
1 answer
31 views

I am new to Kylin , I would like to monitor the CPU stats for a group of processes which share the same name. Let's pretend that the process name = BOB.exe First idea is to use this type of format, ...
SlightlyKosumi's user avatar
0 votes
1 answer
50 views

I added some environment variables to my ~/.profile, for example: export PIPX_BIN_DIR=$HOME/.pipx-global/bin This works as expected—the executables installed via pipx are placed in the correct ...
Ahmad Ismail's user avatar
  • 3,134
0 votes
0 answers
25 views

Having mostly used Yocto to get stuff done, rather than learning it proper, I figure I'm coming at the task of configuring display settings all wrong. I have a custom board with a STM32MP157 and a ...
Heath Raftery's user avatar
4 votes
3 answers
294 views

There is a headless machine, with Debian as its OS: $ cat /etc/issue Debian GNU/Linux 11 \n \l $ uname -a Linux mymachine 6.1.99 #33 SMP Tue Jan 21 11:32:39 CST 2025 aarch64 GNU/Linux What I wish to ...
Daniel's user avatar
  • 418
1 vote
2 answers
54 views

I have a linux-box. My hdd is nvme, hence boot is fast. I need to analyze each line of after grub. Can I pass a kernel parameter to capture my boot lines?
PersianGulf's user avatar
  • 11.3k
1 vote
2 answers
143 views

It's often that when I am in a subject involving many processes of two or three kinds, I'm noticing that: one terminal I've opened is dedicated for my subject of kind #1, while another is opened to ...
Marc Le Bihan's user avatar
1 vote
0 answers
24 views

OSTEP says Note that CFS utilizes a periodic timer interrupt, which means it can only make decisions at fixed time intervals. This interrupt goes off frequently (e.g., every 1 ms), giving CFS a chance ...
Zack Light's user avatar
0 votes
1 answer
42 views

Glad to a new keyboard and a mouse that have plenty of lights now, I've noticed this: When I turn on my computer the BIOS Power-On Self Test (POST) happens. And I can see that my mouse and keyboard ...
Marc Le Bihan's user avatar
1 vote
0 answers
14 views

I am looking at some SSDs and try to benchmark them. In particular, I wanted to see if I can reproduce the numbers in the datasheet. Currently I am looking at a HUSSL4040BSS600 SSD which is SAS. With ...
T. Pluess's user avatar
  • 646
2 votes
1 answer
197 views

Just in theory: is it possible to replace the domain string in the compiled binary file with an IP address by editing a binary file in place with sed? (IP address belongs to a different domain, but ...
fxgreen's user avatar
  • 143
1 vote
0 answers
36 views

The goal is to create a mirror (aka raid1) device from two devices (to be mirrored), and (if needed) a third device that serves as the dirty region log / metadata / whatever. That, without using LVM ...
Elisa K. K.'s user avatar
3 votes
1 answer
95 views

$ wine cmd /c 'echo "hello world"' \"hello world\" Where do the backslashes come from? The command behaves differently in an interactive session: $ wine cmd Microsoft Windows 6.1....
finefoot's user avatar
  • 3,586

15 30 50 per page
1
2 3 4 5
4905