All Questions

0 votes
0 answers
9 views

Can't enable home manager in WSL NixOS

I'm trying to setup home manager in NixOS running in WSL. However, it seems my import is not working correctly. I'm not sure what I'm missing. Google and ChatGPT were of no use here. My /etc/nixos/...
CalumMcCall's user avatar
0 votes
0 answers
13 views

How to find the keyboard layout that matches the physical keyboard

I have got hold of an old (2017) Dell Latitude 5491 that I need to use for a while. It has a very strange keyboard, probably not the original, see the image. In particular the key between the enter ...
klyklops's user avatar
-2 votes
0 answers
9 views

Wifi adapter is at monitor mode but still wont change to wlan0mon and airodump-ng won't show any nearby networks

My wifi adapter is set to monitor mode but it won't change from wlan0 to wlan0mon. When l manually change it using "ip link set wlan0 name wlan0mon" or just leave as it is. I then run ...
Takudzwa Murombedzi's user avatar
1 vote
1 answer
38 views

How can I mount this special disk? (.vmdk format, bootable but cound not mount...)

I got a virtual disk(share to onedrive: disk1.vmdk) from a CyberSecurity vendor, I want to check the files on it. When I set my virtual machine boot from this disk, it can normally boot: I want to ...
chengyue qi's user avatar
0 votes
0 answers
28 views

Cycling desktop wallpapers on Debian

Solution - https://extensions.gnome.org/extension/4812/wallpaper-switcher/ Solution - Scaling options can be found in 'Tweaks' applicaton Is there any easy way to cycle through a folder full of ...
totalconfusion's user avatar
0 votes
2 answers
46 views

Why is the -n option not working for my cp command?

When I typ cp file1 file2 it works perfectly, but of course, it overwrites the second file. When I tried using -n or --no-clobber, there was no error message, I simply cat the files or opened them in ...
Pixan Ich's user avatar
-5 votes
0 answers
23 views

Cannot install kali-win-kex. Nothing to restart [closed]

I have tried almost anything. Followed steps from the site. But I'm getting this and I'm stuck :/ How else can I install Win-Kex? Thank youuuu!
L0STxS0UL's user avatar
0 votes
1 answer
25 views

How to modify this git alias so it can be run without the need to put multiword commands in quotation?

I have this alias: git config --global alias.all '!f() { ls -R -d */.git | xargs -I{} bash -c "echo {} && git -C {}/../ $1"; }; f' It currently works fine when I run it like : git ...
Codrguy's user avatar
  • 123
1 vote
1 answer
29 views

Reduce used space; reclaim a physical disk

I'm running Proxmox 8.2.2. Recently my lvg became corrupt ("volume group pve has insufficient free space!") First, I tried to repair the vg: $ sudo lvconvert --repair pve/data Volume group &...
Harv's user avatar
  • 2,174
0 votes
0 answers
5 views

Why webvideo on website is jittery?

I am using Firefox on OpenSuse Leap 15.6. The youtube video seems to look okay. The motion is smooth. However, the website videos are jittery or the frames move back and forth. I did the following ...
user429323's user avatar
0 votes
0 answers
9 views

ISC BIND named 9.19.24 / Disable AAAA/HTTPS lookups?

I have an instance of ISC BIND named mentioned version which acts as resolver of local domains and forwarder for external domains to the upstream ISP DNS server which is neither IPv6 nor DNS-overs-...
Varda Zklir's user avatar
0 votes
1 answer
7 views

Determining the performance Impact of firewalld rule count

I was working on tweaking the performance of fail2ban and I read that a too-long ban can result in a build-up of rules that will negatively impact performance, which made me wonder, "Is there any ...
jhilgeman's user avatar
  • 101
0 votes
0 answers
14 views

Fetch packages (and dependencies) using only the specified APT mirror

I am trying to fetch some .debs that I can install in an airgapped machine (which is also a different architecture). My idea is to pass some configuration options to apt so that it will only look at ...
digitalPhonix's user avatar
0 votes
0 answers
8 views

Monitoring start and stop processes

Im trying to monitor the start and stop of processes on a server with auditd, using the following rule -w /usr/bin/ -p x -k T1569.002 however, when raising an event to generate the log and searching ...
David Pérez's user avatar
0 votes
2 answers
50 views

Regarding Nested loops

I had 3 array array1, array2, array3 where array 3 is the value of first two array. for example: FO=2.0, FF=3.5, FC=4.5 and so on. I want to give k (third loop) values of array3, like while running FO ...
Khushi's user avatar
  • 1

15 30 50 per page