Newest Questions

-1 votes
0 answers
25 views

In x86 architecture, when the BIOS does enumeration and assigns addresses to each device, does it then store these address ranges in the Memory Controller Hub (MCH) inside the CPU, so that when an ...
marcelo kmsaw's user avatar
0 votes
0 answers
15 views

I'm specifically simply trying to get Steam to open with the Library instead of the store and no matter what I've tried, Steam relentlessly opens with the store. Things I've tried (all failed): ...
ericx's user avatar
  • 454
0 votes
1 answer
41 views

I've written a file with content ABC (followed by a newline character), and od gives this result: $ od -x foo 0000000 4241 0a43 0000004 since A, B, C and newline character have hex values 0x41, 0x42, ...
Enlico's user avatar
  • 2,364
0 votes
1 answer
28 views

How do make newer kernel's (e.g. 6.14) initrd (aka initramfs, aka early user space) to recognize my external monitor(s) and duplicate output there like kernel 5.15 do? The acceptable solution might be ...
Alex Martian's user avatar
  • 1,361
1 vote
1 answer
33 views

A modern system with snapd installed can reach 50+ mounts in the initial namespace. Old Unix systems' userspaces were efficient and only had a few mounts. In contrast, Docker uses namespaces so doesn'...
Daniel T's user avatar
  • 272
-1 votes
1 answer
60 views

I am trying to execute a script that loops through a set list of interfaces and pings a known destination. It is possible that one of the interfaces may not always be available. Right now, script ...
HanSooloo's user avatar
  • 127
5 votes
2 answers
218 views

My child is hearing impaired and can not hear frequencies above 1kHz, and from 500Hz to 1kHz the hearing is degrading from 50% to 0, under 500 Hz it is stable at 50%. I would like to mimic that on ...
Samuel Frey's user avatar
5 votes
2 answers
135 views

I want to understand the memory usage metrics shown in htop in more detail. My current understanding is this: VIRT (virtual memory) - This value shows the quantity of virtual memory used. Since all ...
user3728501's user avatar
  • 1,047
5 votes
1 answer
226 views

I'm running a reasonably up-to-date Msys2: $ uname -a; bash -version MSYS_NT-10.0-26100 md2syz7c 3.6.6-2369286a.x86_64 2026-01-14 12:29 UTC x86_64 Msys GNU bash, version 5.3.9(1)-release (x86_64-pc-...
Peter - Reinstate Monica's user avatar
-2 votes
0 answers
85 views

I am trying to do a search simulation using browser-based search engines. Here is what I have done: I opened the Firefox browser to search for a generic keyword using: /usr/bin/firefox "http://...
Anirban 's user avatar
-4 votes
0 answers
77 views

so I can upgrade and upgrade. I don't have any routers, as I am connected directly to my internet through a ethernet switch. please show the setup so I can connect to my server to the internet.
Kurt Lysek's user avatar
-1 votes
1 answer
74 views

I needed to find all files, containing both the words "Customer" and "Tracelevel", and my artificially intelligent friend came up with this: find . -type f -exec grep -q "...
Dominique's user avatar
  • 401
2 votes
1 answer
112 views

Different online man pages for poppler's pdftotext reports version 3.00 or 3.03. For instance, the Debian manpage for poppler-util's pdftotext reports: pdftotext - Portable Document Format (PDF) to ...
robertspierre's user avatar
0 votes
1 answer
45 views

https://wiki.ubuntu.com/Kernel/FAQ The official version of an Ubuntu kernel tells you a number of things, including the base upstream version, the current Ubuntu ABI identifier and the kernel flavour....
Alex Martian's user avatar
  • 1,361
0 votes
2 answers
46 views

I have a tsv with a lot of columns and I'm trying to output a concise version of those columns formatted to 80 characters wide. I figured column would help wrap this for me, but the c flag seems to ...
dlamblin's user avatar
  • 481

15 30 50 per page
1
2 3 4 5
16378