Activity for AdminBeeā
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #292704 |
Post edited: Mention graphical tool |
— | about 2 months ago |
Edit | Post #292704 |
Post edited: Minor rewording |
— | about 2 months ago |
Edit | Post #292704 | Initial revision | — | about 2 months ago |
Answer | — |
A: How to find big files and directories? If you want to go with command-line tools, the first step might be to run a ``` du -h --max-depth=1 | sort -h -k 1 -r ``` in your root directory. This will give you a list of the sub-directories sorted by gross usage. You may then proceed by applying the same command inside the sub-directory iden... (more) |
— | about 2 months ago |
Comment | Post #289799 |
Please edit your post to add the expected result. (more) |
— | about 1 year ago |
Comment | Post #288734 |
There I am back below 100 again ... ;) (more) |
— | about 1 year ago |
Comment | Post #289619 |
This may sound like nitpicking, but do you by "new" mean a _different_ IP address than the current one, or is renewal of the existing lease also acceptable? (more) |
— | about 1 year ago |
Edit | Post #289401 |
Post edited: For full command-line reproductions, block code format is recommended. Use inline code for mentioning command names and options. |
— | over 1 year ago |
Suggested Edit | Post #289401 |
Suggested edit: For full command-line reproductions, block code format is recommended. Use inline code for mentioning command names and options. (more) |
helpful | over 1 year ago |
Edit | Post #289467 |
Post edited: Fix (probably) intended formatting |
— | over 1 year ago |
Suggested Edit | Post #289467 |
Suggested edit: Fix (probably) intended formatting (more) |
helpful | over 1 year ago |
Edit | Post #287821 |
Post edited: Fix typo in title, replace abbreviations, minor re-tag (Q is about zsh keybindings in the python interpreter, not vim per se) |
— | over 1 year ago |
Edit | Post #289201 |
Post edited: Make title more concrete to the part of the output in question; shorten the output lines so that they fit without hor. scroll bars. |
— | over 1 year ago |
Edit | Post #289203 |
Post edited: Explain column values |
— | over 1 year ago |
Edit | Post #289203 |
Post edited: Add TL/DR |
— | over 1 year ago |
Suggested Edit | Post #289201 |
Suggested edit: Make title more concrete to the part of the output in question; shorten the output lines so that they fit without hor. scroll bars. (more) |
helpful | over 1 year ago |
Edit | Post #289203 |
Post edited: Improve explanation and link to code fragment that controls the output |
— | over 1 year ago |
Edit | Post #289203 |
Post edited: Fix indentation |
— | over 1 year ago |
Edit | Post #289203 |
History hidden: Detailed history before this event is hidden because of a redaction. |
— | over 1 year ago |
Edit | Post #289203 |
Post edited: Amend original explanation |
— | over 1 year ago |
Edit | Post #289203 | Initial revision | — | over 1 year ago |
Answer | — |
A: What does the "Valid" column mean in the output of "faillock"? A good explanation is given on the RedHat Customer Portal. TL/DR: The `Valid` field indicates whether a record counts toward the lockout threshold (`V`) or not (`I`). The key seems to be the meaning of the `failinterval` configuration setting. From the manpage of `faillock.conf`: > `deny=n` > >... (more) |
— | over 1 year ago |
Suggested Edit | Post #287821 |
Suggested edit: Fix typo in title, replace abbreviations, minor re-tag (Q is about zsh keybindings in the python interpreter, not vim per se) (more) |
helpful | over 1 year ago |
Edit | Post #288977 |
Post edited: Use same script name throughout |
— | over 1 year ago |
Edit | Post #288977 |
Post edited: Updated command |
— | over 1 year ago |
Edit | Post #288752 |
Post edited: Correct grammar |
— | over 1 year ago |
Comment | Post #289034 |
Please consider adding the (possibly anonymized) output of `ls -l` for that file to your question, so that we can see what the current owner/permissions are (for easier interpretation of the error message). Also, please explain _when and where_ you got this message: Was it printed to the console when... (more) |
— | over 1 year ago |
Edit | Post #288977 |
Post edited: Add script-file solution for convenience |
— | over 1 year ago |
Edit | Post #288977 |
Post edited: Include note on how to turn off whitespace-trimming on the non-empty lines. Use [:blank:] instead of [:space:] since only horizontal whitespace is to be trimmed there. |
— | over 1 year ago |
Edit | Post #288934 |
Post edited: Re-tag, since the task is text-processing and not restricted to files, and the central issue is not the newline character. Tried to clarify the task description from my interpretation of the OP's self-answer. |
— | over 1 year ago |
Suggested Edit | Post #288934 |
Suggested edit: Re-tag, since the task is text-processing and not restricted to files, and the central issue is not the newline character. Tried to clarify the task description from my interpretation of the OP's self-answer. (more) |
helpful | over 1 year ago |
Edit | Post #288977 |
Post edited: Break text for readability |
— | over 1 year ago |
Edit | Post #288977 |
Post edited: One prompt is enough |
— | over 1 year ago |
Edit | Post #288977 |
Post edited: Make explanation clearer |
— | over 1 year ago |
Edit | Post #288977 | Initial revision | — | over 1 year ago |
Answer | — |
A: Simplest way of stripping leading/trailing whitespace from file or program output If I understand you correctly, you want to skip empty lines at the beginning of a file/stream strip leading and trailing whitespace of non-empty lines skip empty lines at the end of a file/stream.[]() This can be achieved using the following `awk` program: ```lang-bash awk 'NF==0{if (m) {b... (more) |
— | over 1 year ago |
Comment | Post #288849 |
In order to avoid getting answers that you already know won't work, please expand the question to add more details: Did you try with `sudo apt install` and got any errors? If not, how do you conclude that `mysql-server` cannot be installed that way? Is there any other method you tried?
(more) |
— | over 1 year ago |
Edit | Post #288752 |
Post edited: Add link to the mentioned discussion(s) |
— | over 1 year ago |
Edit | Post #288752 | Initial revision | — | over 1 year ago |
Answer | — |
A: Should posting on Meta affect reputation? Although my reputation would shrink substantially if that change were implemented ;) , I think it is the right choice to prevent votes on meta from affecting the reputation. The reason is that the very existence of this summary indicator can only be justified (cf. discussions on whether reputation... (more) |
— | over 1 year ago |
Edit | Post #287333 |
Post edited: Minor rephrasing and reformatting, remove duplicating tags, add tag "software-installation" |
— | over 1 year ago |
Edit | Post #288607 |
Post edited: Link to the question tagged "installation" |
— | over 1 year ago |
Edit | Post #288607 | Initial revision | — | over 1 year ago |
Question | — |
Split "installation" into "OS-installation" and "software-installation" I would like to recommend splitting the "installation" tag into one for "OS-installation" and "software-installation". Although both are installation processes, the challenges associated with them are very distinct, which I believe justifies the new tags. The impact can be kept minimal by simply r... (more) |
— | over 1 year ago |
Suggested Edit | Post #287333 |
Suggested edit: Minor rephrasing and reformatting, remove duplicating tags, add tag "software-installation" (more) |
helpful | over 1 year ago |
Edit | Post #288562 |
Post edited: Add notice on correct syntax for GNU BRE extension as used in GNU `sed` without `-E`. |
— | over 1 year ago |
Comment | Post #288562 |
@Quasimodo Funny, I had never noticed that GNU `sed` implements something like `\+`. Now that you notified me (thank you, btw), I looked up the documentation and - of course it's written there. I should include a notice on that in the answer.
And nice to see you (and many others, as I found out), to... (more) |
— | over 1 year ago |
Edit | Post #288436 |
Post edited: Minor improvement to formatting (all text belonging to one bullet stays indented, code formatting for literal command and option names), use more accessible names for the example programs in question |
— | over 1 year ago |
Edit | Post #288562 |
Post edited: Correct strange typos |
— | over 1 year ago |
Edit | Post #288562 |
Post edited: Add notice on why `+` wouldn't work with the `sed` invocation as-is |
— | over 1 year ago |