Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Activity for Michael‭

Type On... Excerpt Status Date
Edit Post #296342 Initial revision 2 months ago
Answer A: Why does crontab have different flags for its dry-run / linter mode?
I found the Debian 13 manpage for `cron(1)`. Notably, in the Conflicting Packages section of the sidebar, it lists `cronie`, whose manpage matches the ones linked in the question. I guess I could write a script to read the manpage and pick which command to run, but that seems kind of insane. (...
(more)
2 months ago
Edit Post #296341 Post edited:
Fix grammar error
2 months ago
Edit Post #296341 Initial revision 2 months ago
Question Why does crontab have different flags for its dry-run / linter mode?
If I look at my `man 1 crontab`, it says that `crontab -n file` will test the suitability of file as a parseable crontab file. If I look at `man 1 crontab` on [Man7][] or [ManKier][], they both say that `-n` does something entirely different, and that it's `-T` for a linter. 1. What gives? ...
(more)
2 months ago
Edit Post #295651 Post edited:
Grammar improvements.
6 months ago
Suggested Edit Post #295651 Suggested edit:
Grammar improvements.
(more)
helpful 6 months ago
Comment Post #295505 Oh! I wildly misunderstood the premise. Thanks for clarifying!
(more)
7 months ago
Comment Post #295522 The OSS community also used xz as an example, asking things like: How did this happen? What can we learn? Now that the window of hardware-specific ifunc resolution to GOT freeze is an attack vector, how can we detect it? Can zero-days happen? Yes, obviously they do! Is supply-chain vulnerabili...
(more)
7 months ago
Edit Post #295512 Post edited:
Improve grammar. Re-tag. Use natural linking.
7 months ago
Comment Post #295505 Now I'm confused. If you say you know where you're installing to, what's the problem? I have a hard time imagining a global installation that depends on a user's PATH. Like are people adding their `~/Downloads` to PATH and installing from `~`? Is this to figure out what program can execute a cert...
(more)
7 months ago
Edit Post #295522 Post edited:
Deal with the release cycle questions
7 months ago
Suggested Edit Post #295512 Suggested edit:
Improve grammar. Re-tag. Use natural linking.
(more)
helpful 7 months ago
Edit Post #295522 Initial revision 7 months ago
Answer A: Is there a danger in using the current FreeBSD version?
No. There is no known danger. The XZ backdoor was serious and very nearly became a catastrophe, but it was patched before release. A few things happened as a result of the XZ debacle, wherein: - 👍 A number of developers went on a tear looking for other planted vulnerabilities when XZ was fixe...
(more)
7 months ago
Comment Post #295505 Is your main objective to do the installation? Can you `sudo --preserve-environment` and install to wherever root would instead of fishing around for all of a user's PATH and aliases?
(more)
7 months ago
Edit Post #295433 Initial revision 7 months ago
Answer A: How do package managers track the installed files?
[Homebrew][] has different commands for `brew uninstall {package}` to remove the executable(s) versus `brew zap {package}` which further performs arbitrary extra cleanup steps specified by the formula.[^formula] The zap steps are usually deletion of user data and caches, letting a user decide ...
(more)
7 months ago
Edit Post #294167 Post edited:
Tweak title to be more informative
10 months ago
Comment Post #294889 I'm assuming this is the menu you get with the Windows (or "Meta") key on several DEs. Or Alt-F2 on KDE.
(more)
11 months ago
Edit Post #294889 Post edited:
Wasn't originally FOSS
11 months ago
Edit Post #294889 Initial revision 11 months ago
Answer A: How to type letters for non Latin alphabets?
I would look into [Keyman][], especially if you have expansive or niche language needs. It's a FOSS project started in 1993, and supports 2500+ languages on Windows, Mac, Linux, iOS, and Android. There's also a browser version.
(more)
11 months ago
Edit Post #294625 Initial revision 12 months ago
Answer A: Run an app on Phosh from the CLI
I have determined that the specific app I want was installed as a Flatpak, meaning this is the way you open it: ```sh flatpak run com.example.Foo ``` I'd still be interested in a generic way to determine the CLI for an arbitrary app from the Phosh drawer.
(more)
12 months ago
Edit Post #294615 Initial revision 12 months ago
Question Run an app on Phosh from the CLI
One of the applications on my phone has a field to run a CLI command. I'd like to invoke another application with that property, but I don't know where it lives. I don't see likely candidates in my `PATH`, and I'm tearing my hair out trying to find where the application drawer is configured. (...
(more)
12 months ago
Edit Post #294546 Initial revision about 1 year ago
Answer A: Can I interrupt a crashing/frozen Ubuntu desktop?
Does it help you to go to a virtual terminal with `Ctrl`+`Alt`+`F1` (thru `F6`)? Then, maybe you can kill the problematic process(es) and go back with `Ctrl`+`Alt`+`F7` or `Alt`+`F7`.
(more)
about 1 year ago
Comment Post #294545 It's an autocomplete. Start typing and see what comes up.
(more)
about 1 year ago
Comment Post #294488 It even uses DKMS's signing key!
(more)
about 1 year ago
Edit Post #294483 Initial revision about 1 year ago
Question Install locally-compiled kernel module
I'm trying to get a hardware driver working. Someone seems to have a kernel module project, but I have to compile it locally and install it. I can install dependencies and `make` just fine, but installing the module complains about missing signatures. - How much trouble am I in if I don't s...
(more)
about 1 year ago
Suggested Edit Post #294167 Suggested edit:
Tweak title to be more informative
(more)
helpful about 1 year ago
Comment Post #294298 Is the DE you have with AntiX sufficiently happy with 2GB RAM? (And do you like it?) Are you opinionated about SystemD? Are you focused on stability or on cutting edge?
(more)
about 1 year ago
Edit Post #294199 Post edited:
about 1 year ago
Edit Post #294199 Post edited:
about 1 year ago
Edit Post #294199 Post edited:
about 1 year ago
Edit Post #294199 Post edited:
Explain why builtins are grouped into their parent's manpage
about 1 year ago
Edit Post #294199 Post edited:
Explain why builtins are grouped into their parent's manpage
about 1 year ago
Edit Post #294199 Post edited:
Link Debian manpage
about 1 year ago
Edit Post #294199 Post edited:
about 1 year ago
Edit Post #294199 Initial revision about 1 year ago
Answer A: How can I get "help" with vanilla sh builtins?
I use `man sh` and then `/^\s+read` to get to the section of the man page that discusses the appropriate builtin. You can get a direct link to the Bash `read` in Debian's manpage site, which has this to say about `-s`: > - `-s` Silent mode. If input is coming from a terminal, characters are...
(more)
about 1 year ago
Edit Post #293000 Post edited:
Add prettyprint language. Mark filenames.
over 1 year ago
Suggested Edit Post #293000 Suggested edit:
Add prettyprint language. Mark filenames.
(more)
helpful over 1 year ago
Comment Post #293505 Greg, posting [Somewhere Else](https://stackoverflow.com/a/66971934/241211) noted that he couldn't get proxies working without the `--temp-profile` flag. Neither he nor I have any clue why that might be. Here's [the main proxy documentation](https://chromium.googlesource.com/chromium/src/+/mai...
(more)
over 1 year ago
Edit Post #293506 Initial revision over 1 year ago
Answer A: how to use chromium's --proxy-server option
It's been a while since I did proxy server stuff with Chrome and friends. (I'm mostly a Firefox user.) But when I was into it, I used an extension called SwitchyOmega. That extension itself has apparently been retired since Google went to Manifest V3, but someone has forked it into [ZeroOmega][]....
(more)
over 1 year ago
Edit Post #293498 Initial revision over 1 year ago