Activity for Michaelâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #292860 |
[#1168 ![three-panel comic mocking tar's command structure][img]][link]
[img]: https://imgs.xkcd.com/comics/tar.png
[link]: https://xkcd.com/1168/ (more) |
— | 23 days ago |
Edit | Post #292859 |
Post edited: Minor grammar improvements. |
— | 23 days ago |
Suggested Edit | Post #292859 |
Suggested edit: Minor grammar improvements. (more) |
helpful | 28 days ago |
Comment | Post #292706 |
> codidact stops blocking me when I edit my answer
Oof, fair. I look forward to the update when the editing works! (more) |
— | about 2 months ago |
Comment | Post #292706 |
If you could be more specific than "Have fail2ban look at your log," I think that would be helpful. If it takes a custom script, I don't think you need to write the script, but showing how fail2ban can use an arbitrary script is better than what you have now. (more) |
— | about 2 months ago |
Edit | Post #292700 |
Post edited: Fix markdown with backtick inside |
— | about 2 months ago |
Suggested Edit | Post #292700 |
Suggested edit: Fix markdown with backtick inside (more) |
helpful | about 2 months ago |
Edit | Post #292137 |
Post edited: The dangling "?" was bothering me. Proper-case Git while I was in there. |
— | 4 months ago |
Suggested Edit | Post #292137 |
Suggested edit: The dangling "?" was bothering me. Proper-case Git while I was in there. (more) |
helpful | 4 months ago |
Edit | Post #292110 |
Post edited: Semantic headings. |
— | 4 months ago |
Suggested Edit | Post #292110 |
Suggested edit: Semantic headings. (more) |
helpful | 4 months ago |
Comment | Post #292100 |
When you figure it out, maybe post a self-answered question. I haven't gotten my fresh Debian install to successfully recover from hibernate or sleep a single time. (more) |
— | 4 months ago |
Edit | Post #292093 | Initial revision | — | 4 months ago |
Answer | — |
A: Forbid concurrent runs of a process Make a lock file or env variable and alias the CLI command to test for the lock before it starts the real command. (more) |
— | 4 months ago |
Edit | Post #292072 |
Post edited: Prettyprint, I hope. |
— | 4 months ago |
Suggested Edit | Post #292072 |
Suggested edit: Prettyprint, I hope. (more) |
helpful | 4 months ago |
Comment | Post #291974 |
You could do that. You might also be able to
```sh
git --git-dir=somewhere/else/.git --work-tree=$HOME clean ...
``` (more) |
— | 4 months ago |
Comment | Post #291974 |
If your dotfiles are versioned, can you run an interactive `git clean` to dig through the uncommitted things you don't need? (more) |
— | 4 months ago |
Comment | Post #291818 |
This is super-unlikely to be what you're looking for, but it may help you in the future: PDFs have a mechanism to stamp in form field data from XML.
IIRC, you create the data file separately with a reference to the PDF form it loads into. This is useful if you have some process to generate partial... (more) |
— | 5 months ago |
Edit | Post #291804 |
Post edited: More on Hurd. Fix typo. Note that quote block is an excerpt. |
— | 5 months ago |
Edit | Post #291804 | Initial revision | — | 5 months ago |
Answer | — |
A: Confused about what "Linux" means Richard Stallman wants you to use GNU/Linux to refer to the combination of OS and kernel that people typically call Linux. I am not a Stallman partisan one way or the other, but I think noting his complaint is informative in this context. I have emphasized the sentence of the excerpt below where he d... (more) |
— | 5 months ago |
Edit | Post #291703 |
Post edited: Grammar. Fix typo. |
— | 5 months ago |
Suggested Edit | Post #291703 |
Suggested edit: Grammar. Fix typo. (more) |
helpful | 5 months ago |
Edit | Post #291441 |
Post edited: Minor proofreading. Block code since it's already on a line by itself. |
— | 5 months ago |
Edit | Post #291453 |
Post edited: Semantic heading |
— | 6 months ago |
Comment | Post #291543 |
It wouldn't surprise me if [this answer](https://linux.codidact.com/posts/290665/291122#answer-291122) on mouse button remapping could be used for keyboard keys as well. (more) |
— | 6 months ago |
Edit | Post #291563 |
Post edited: "real" footnote. |
— | 6 months ago |
Suggested Edit | Post #291563 |
Suggested edit: "real" footnote. (more) |
helpful | 6 months ago |
Suggested Edit | Post #291441 |
Suggested edit: Minor proofreading. Block code since it's already on a line by itself. (more) |
helpful | 6 months ago |
Suggested Edit | Post #291453 |
Suggested edit: Semantic heading (more) |
helpful | 6 months ago |
Edit | Post #291376 |
Post edited: Sample code |
— | 7 months ago |
Edit | Post #291376 |
Post edited: Internally consistent Markdown formatting |
— | 7 months ago |
Edit | Post #291376 |
Post edited: Note that sudoers IP restrictions are not what you're looking for |
— | 7 months ago |
Edit | Post #284502 |
Post edited: Fix Puppy link. Move all the links to a bibliography at the end. |
— | 7 months ago |
Edit | Post #282528 |
Post edited: Link Canina. Move some parentheticals to footnotes. Minor grammar improvements. |
— | 7 months ago |
Edit | Post #291379 |
Post edited: Fix typo. Tiny grammar improvement. |
— | 7 months ago |
Comment | Post #291379 |
One of the sources from the Wikipedia footnotes [says that](https://www.ncftp.com/ncftpd/doc/misc/ephemeral_ports.html#Linux) it _had been_ 1024 through 4999 in kernel 2.2 and changed in kernel 2.4 to "32768 through 61000 if adequate kernel memory is available."
I don't know if this suggests a tec... (more) |
— | 7 months ago |
Suggested Edit | Post #291379 |
Suggested edit: Fix typo. Tiny grammar improvement. (more) |
helpful | 7 months ago |
Edit | Post #291376 | Initial revision | — | 7 months ago |
Answer | — |
A: Nerf an SSH login outside expected IP range authorizedkeys You can make restrictions, but it's clunky and not well-standardized. A `command` stanza on an authorized key works like the `ForceCommand` on SSHD Config. It runs the one specified command instead of your requested command or interactive session and then closes the connection. Obvi... (more) |
— | 7 months ago |
Edit | Post #291361 | Initial revision | — | 7 months ago |
Question | — |
Nerf an SSH login outside expected IP range Can I restrict myself from certain actions when I SSH in from outside a certain IP range? For instance no `sudo`? Maybe with /.ssh/authorizedkeys having a `from="!1.2.3.4/26"` option with some kind of `command="???"`? (more) |
— | 7 months ago |
Comment | Post #291359 |
That user is the same one that posted
> Cat abuse refers to any harmful or cruel treatment of cats, such as physical violence, neglect, or abandonment. […]
on your [What is cat abuse/useless use of cat?](https://linux.codidact.com/posts/291136) question. I would take their commentary wi... (more) |
— | 7 months ago |
Edit | Post #290797 |
Post edited: Newlines |
— | 7 months ago |
Comment | Post #291289 |
Is `yq` the reaction to "they wouldn't let me put YAML into [`jq`'s I/O](https://jqlang.github.io/jq/manual/#io)?" (more) |
— | 7 months ago |
Suggested Edit | Post #282528 |
Suggested edit: Link Canina. Move some parentheticals to footnotes. Minor grammar improvements. (more) |
helpful | 8 months ago |
Edit | Post #291122 |
Post edited: More formatting inside quote block |
— | 8 months ago |
Edit | Post #291122 |
Post edited: Main section headings. Link hwdb(7). |
— | 8 months ago |
Edit | Post #291122 | Initial revision | — | 8 months ago |