alx
Linux man-pages maintainer; https://www.kernel.org/doc/man-pages/
Email: [email protected]
Old username: CacahueteFrito
Extra fields
| website | https://www.alejandro-colomar.es/ |
See all 25 »
Linux man-pages maintainer; https://www.kernel.org/doc/man-pages/
Email: [email protected]
Old username: CacahueteFrito
Extra fields
| website | https://www.alejandro-colomar.es/ |
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 2y ago by alx · last activity 2y 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 2y ago by alx · edited 2y 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 2y ago by alx · edited 2y 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...
