Skip to main content

Questions tagged [documentation]

Manuals or other information for system users detailing software features and functionality.

0 votes
2 answers
90 views

I want to provide information to users. For example, it would be helpful to provide curated lists of recommended programs tailored to users’ needs-such as a Disk Usage Analyzer for those managing ...
Heime's user avatar
  • 45
0 votes
1 answer
136 views

Just being curious: Question Is there an official (re)source where is list it all the categories of commands with their respective set of commands? Something like Linux Foundation for Filesystem ...
Manuel Jordan's user avatar
-3 votes
1 answer
180 views

Even though bash -n is a valid and widely used option, some manpages don't clearly document it in the bash options section, even though it is implemented. It's also not in the GNU Bash Reference ...
bit's user avatar
  • 1,196
0 votes
1 answer
78 views

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. ...
Martian2020's user avatar
  • 1,501
0 votes
1 answer
102 views

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....
learningtech's user avatar
0 votes
1 answer
108 views

As someone who hasn't hammered in all the parts of the OSI layers, I got quite frustrated with the documentation of bridge filtering in nftables: https://wiki.nftables.org/wiki-nftables/index.php/...
Caesar's user avatar
  • 25
0 votes
1 answer
104 views

I am working on understanding of how cgroups memory resource controller is enabled on Ubuntu 20.04. I have several Ubuntu machines that make up a Slurm 23.02.7 cluster. In cgroup.conf, SchedMD ...
irritable_phd_syndrome's user avatar
0 votes
1 answer
73 views

I am setting up router inside freebsd jail with ipfw, I might be blind, but I could not find comprehensive documentation on IPFW, which would make subject clear. I read both "firewall" and &...
Даниил Носиков's user avatar
1 vote
0 answers
194 views

Is there any documentation for the default permissions of the /tmp folder on *nix, in particular Linux? (Or perhaps /tmp doesn't have specified default permissions?) Background: I'm trying to ensure ...
burija's user avatar
  • 11
0 votes
1 answer
69 views

I used to be able to just file bug reports on Launchpad, but now, with the ubuntu-bug application I am defeated. Specifying the package results in an error telling me that it cannot collect any ...
Ubuntourist's user avatar
0 votes
1 answer
2k views

The Fedora documentation on updating to a new Fedora release recommends that, after we update, we should update the GRUB bootloader. They provide the following suggested advice on how to update: $ ...
D.W.'s user avatar
  • 4,306
-1 votes
1 answer
93 views

When documenting command-line things, it is often necessary to use generic names. Sometimes I use input and output words, and they play nice: # example 1 pandoc input_file.md -o output_file.htm But ...
jsx97's user avatar
  • 1,397
0 votes
1 answer
115 views

In the official documentation of Samba, the smb.conf(5) page has an "Explanation Of Each Parameter" section. For some parameters, two possible values (either (G) or (S)) are shown at the end ...
Manuel Jordan's user avatar
0 votes
1 answer
169 views

Here is an example: $ cat file1 hello there $ cat file2 some,very,long,line,hello,csv some,very,long,line,nope,csv $ join -t, -1 1 -2 5 file1 file2 hello,some,very,long,line,csv This works as ...
Jeenu's user avatar
  • 113
0 votes
1 answer
66 views

I've used rsync for a while, and it's always performed very well. However, trying to rsync my macOS (source, APFS file system) with my Synology NAS (dest, btrfs filesystem) seems to always present &...
Seamus's user avatar
  • 3,928

15 30 50 per page
1
2 3 4 5
17