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 bgstack15‭

Type On... Excerpt Status Date
Comment Post #289302 You should check to see if you can set the permissions (including SELinux?) for the running ssh-agent socket, and also set the environment variables somehow, so that this process can talk to the existing ssh-agent. When something runs ssh-agent, ssh-agent normally prints its sock and pid: ``` $ ssh...
(more)
9 months ago
Comment Post #289300 this sounds related to the type of systemd service/unit. Check the man pages for `systemd.service` or `systemd.unit` for `type=simple` and oneshot. This sounds like a good use case for `oneshot` but you should experiment with that.
(more)
9 months ago
Comment Post #281919 Thank you for pointing out `j` and `k`. I checked my preferences and there does not appear to be way to make J and K operate the way vim uses them, i.e., `j` navigates downward, and `k` navigates upward. It's trivial to use as is, but would making the switch to vim behavior before documenting the fea...
(more)
over 1 year ago
Comment Post #286930 Doesn't resolution*DPI=physical size (as seen by Xorg)? Wouldn't you need to modify the resolution down or up to match the desired DPI if different from the native value for the monitor?
(more)
over 1 year ago