r~~
A quiet enigma. We don't know anything about r~~ yet.
Posts
See all 26 »Using systemd timers is too much work? Not with systemd-run! systemd-run --user --on-active=10min some_cmd
posted 1y ago by r~~
The ** pattern is an extension to, not a part of, the POSIX glob syntax. While it has emerged as an informal standard, AFAIK there is no single standard to reference to describe what it does. This...
posted 1y ago by r~~
but it clearly does see that change. Nope. Your environment is being reloaded in the sudo process. sudo echo $PATH gives the same result as echo $PATH because $PATH is expanded by your shell ...
posted 1y ago by r~~
This is an ideal case for ImageMagick. Given input.png: Running this command: convert input.png -draw 'fill yellow fill-opacity 0.5 polygon 50,50 100,30 150,50 100,150' output.png Produces ...
posted 1y ago by r~~
I vote against the merger. It's true that any LS question is likely to be on topic for PU, at least as I understand the scope of the latter, not being a participant in that community. However, I h...
posted 3y ago by r~~
Have a look at Xpra. I only use it locally but it's intended to forward from remote hosts as well.
posted 2y ago by r~~
From man xxd, the section on the -r flag (emphasis added): -r | -revert reverse operation: convert (or patch) hexdump into binary. If not writing to stdout, xxd writes into its output file with...
posted 1y ago by r~~
Especially in a pedagogical context, the issue with something like cat /dev/random | head -c 20 versus the more straightforward head -c 20 /dev/random is that it communicates that extra ceremony is...
posted 8mo ago by r~~
On Wayland, the wl-clipboard utility wl-copy is the program you want: echo hi | wl-copy
posted 6mo ago by r~~
From man ssh_config: This file is used by the SSH client. Because of the potential for abuse, this file must have strict permissions: read/write for the user, and not writable by others.
posted 1y ago by r~~
I've done this exact thing with these same tools, as recently as this morning. I use strace to measure file access sometimes; trouble is, a lot of programs/libraries will attempt to look for a lot...
posted 1y ago by r~~
Reputation | 1017 | |
Number of top-level posts | 0 | |
Number of answers | 26 | |
Sum of received votes (up minus down) | 107 | |
Number of edits made | 10 |
Earned Abilities
Statistics
Posts | ||
---|---|---|
Count | 26 | |
Questions | 0 | |
Answers | 26 | |
Articles | 0 |
Votes cast | ||
---|---|---|
Count | 34 |
Flags raised | ||
---|---|---|
Count | 1 |