akdas
@akdas@lemmy.world
- Comment on WDYM your terminal isn't a test suite? 9 months ago:
It let’s you clear the bash command history, either completely or selectively. Here’s the GNU docs for the history builtin: www.gnu.org/…/Bash-History-Builtins.html#index-hi…
(I’m not too familiar, someone else can clarify: is this available outside bash?)
What’s interesting to me is the
-a
option, which lets you “flush” the history for the current session without ending the session. I can see that being useful! - Comment on My notes on running containerized web services on a home server 1 year ago:
I am familiar with tunnels in general, though I haven’t seen Cloudfare’s offering. I’m with the sibling comment that it’s another external dependency when my goal is to self host more. But that’s a tool I’ll keep in mind!
I’ll have to check out Caddy plugins! One I saw called the docker command to discover exposed ports, meaning it depends on Docker explicitly. I’ll see what I can dig up wrt Podman. This sounds very interesting. Thanks!
- Comment on My notes on running containerized web services on a home server 1 year ago:
That’s a great point about Ansible. Compose automates most of the setup, but automating all of it would be amazing. I’ll try it with the next service I set up, and if it goes well, I’ll document it. Thanks for the suggestion!
- Submitted 1 year ago to selfhosted@lemmy.world | 12 comments