All Questions
Tagged with documentation linux
34 questions
0
votes
1
answer
36
views
Why index++ of SWISH++ is so slow?
I'm periodically running dwww+++ to add to searchable docs what info I add to local drive. It writes "Executing index++" and it runs for minutes, whereas my CPU load is ~2-3% of one core. ...
0
votes
1
answer
25
views
Relationship between CLONE_NEWUSER, `/bin/unshare` and `unshare(2)` as it relates to User Namespace
I am trying to comprehend some man7.org documentation
about the User Namespace and the /bin/unshare command.
I started by reading this page:
https://man7.org/linux/man-pages/man7/user_namespaces.7....
1
vote
0
answers
191
views
Error when trying to build Linux documentation
I have Linux git repository cloned, latest version of sphinx, GNU make, python, and all dependencies handled, running on MacOS (making the documentation to modify Linux on a VM), I am getting the ...
1
vote
0
answers
312
views
Where can I find the documentation for the Linux NPU API?
For example the Samsung Galaxy S10 has an Exynos 9820 CPU with integrated NPU. We all know Android is based on Linux.
So where can I find the Linux API documentation about how to interact with the NPU?...
4
votes
1
answer
464
views
What is the official 'man' location in the web?
I had the following experience:
ps command: how to know all the headers with their respective descriptions?
The answer is totally valid, the man available by the OS itself is not updated, so the web ...
2
votes
1
answer
125
views
Where are the kernel arguments documented?
I want to read more about the Linux Kernel argument for memtest. Where can I find out more information about the arguments my kernel accepts?
1
vote
2
answers
425
views
How to change the pager for info command
On GNU/Linux is it possible to change the default pager for info command? I would like to use less as the pager (similar to man pages). I have customized less to use colors to make navigation of man ...
1
vote
1
answer
869
views
Linux - Where to place manuals and docs for user binaries?
For applications installed via system package manager, binaries, man pages, and docs go in /usr/bin/, /usr/share/man/man<n>/, and /usr/share/doc/<app-name>/ respectively. For example:
...
3
votes
1
answer
1k
views
Installing man pages for section 9 (kernel routines)
I use kernel.org docs to read about kernel functions. Now I am trying to make possible reading manuals for kernel-mode functions, such as printk with man 9 printk. The section 9 is used for this ...
2
votes
1
answer
392
views
Is there any good documentation on sysfs? [closed]
I'm looking for good documentation for sysfs; the man page is incomplete and even has one sentence that just stops half way through. I've found the Linux kernel documentation but that's a little bit ...
1
vote
3
answers
2k
views
What are the conventional meanings for symbols used to show commands' syntax?
I am looking for some sort of "syntax key" for command line tools on GNU/Linux, something like this document that Microsoft has:
https://docs.microsoft.com/en-us/windows-server/administration/windows-...
3
votes
1
answer
809
views
Understanding fetching mutiple URLs and documents using curl
It's not clear to me how to fetch multiple documents using curl mainly because I do not fully understand the explanation in the curl documentation
The curl documentation says:
-o, --output <file&...
4
votes
1
answer
7k
views
Configure static values in /etc/dhcpcd.conf
What are the valid values (and what are they used for) for the static option in /etc/dhcpcd.conf file?
I'm configuring a network interface of a Raspberry (running raspbian stretch) by editing the /...
3
votes
1
answer
92
views
The standard mechanism to switch GPUs isn't undocumented, is it?
My laptop is a normal, uninteresting machine with two standard, unmultiplexed GPUs and an ordinary Debian stretch installation. The secondary GPU (a Radeon) is usually powered down but I can activate ...
10
votes
1
answer
8k
views
What is "ext4-rsv-conver" process?
Does anyone have documentation on ext4-rsv-conver?
$ pgrep -a -f ext4-rsv-conver
153 ext4-rsv-conver
161 ext4-rsv-conver
7451 ext4-rsv-conver
$ dpkg -S ext4-rsv-conver
dpkg-query: no path found ...