alx
Linux man-pages maintainer; https://www.kernel.org/doc/man-pages/
Email: alx@kernel.org
Old username: CacahueteFrito
Posts
See all 24 »I wrote a filter program to overwrite each line with the next one. $ cat /usr/local/bin/ovr #!/bin/sh sed '2,$s/^/\x1B[1A\x1B[K/'; Here's the behavior: $ echo | ovr $ echo 'foo' | ovr ...
3 answers · posted 1y ago by alx · last activity 1y ago by Kamil Maciorowski
When an upstream project stops supporting a version (e.g., Python stops supporting 3.8), the maintainers of the distribution do the job of supporting those components, applying security patches as ...
posted 8mo ago by alx · edited 8mo ago by alx
Neomutt (and probably Mutt too, but I didn't try) seems to be hiding header fields from email, such as the Message-ID field, and fields that are added by SMTP servers when they receive the message....
1 answer · posted 1y ago by alx · edited 1y ago by matthewsnyder
A system daemon needs to create several files under /run/program-name/ (and possibly other subdirs of that). They are the PID file, and at least one Unix socket file (but maybe more). The FHS spe...
Reputation | 367 | |
Number of top-level posts | 8 | |
Number of answers | 16 | |
Sum of received votes (up minus down) | 42 | |
Number of edits made | 109 |
Earned Abilities
Statistics
Posts | ||
---|---|---|
Count | 24 | |
Questions | 8 | |
Answers | 16 | |
Articles | 0 |
Votes cast | ||
---|---|---|
Count | 40 |
Flags raised | ||
---|---|---|
Count | 2 |