jeff-h
jeff-h
Thanks for those. I haven't looked at all of them, but some of what I saw looks really good. A few thoughts: * if we go Javascript-only, I think it...
Thanks for the clarification :) I really like KeePassium on macOS; I've researched a significant number of KeePass apps and not found anything else with this quality of UI &...
Where did this PR get to? Id love to see it get rolled in. I'm also trying to get some of the Bootstrap field stuff working, and it's just frustrating...
Since the `/bin/ls` command is defined in the helper in this example code, it sounds to me like you weren't successfully reinstalling your new helper whenever you changed its code....
Perhaps create a really simple bash script and try that first? eg ```bash #!/bin/bash echo Hello World # or perhaps touch ~/Desktop/helloworld ``` Just to rule out that angle.
For what it's worth, both ChatGPT and Gemini did a remarkably useful attempt at converting a table schema into a Laravel migration file. I just copied the sql from Sequel...
Although not a blog post about this project specifically, I found the following immensely helpful: https://fastdevel.de/swift-privileged-helper Google translate compensated sufficiently for my monolingualism.
@liucodeing thanks so much for posting that! Finally I can use DockStation with my new VPS :) I must have spent *hours* trying to sort this out. For others coming...
Interesting, the only change I needed was to add the `PubkeyAcceptedKeyTypes=+ssh-rsa` line to my `/etc/ssh/sshd_config` file. It doesn't contain `PermitOpen any`.
I just fresh installed a new server with Ubuntu Server 22.04 and it had the exact same issue. The fix above worked flawlessly again here. I wonder if this should...